Active test for attributes_it_test.go

This commit is contained in:
TeoV
2018-02-09 16:40:39 +02:00
committed by Dan Christian Bogos
parent 37ea873825
commit 6cdf44788e

View File

@@ -50,14 +50,14 @@ var sTestsAlsPrf = []func(t *testing.T){
testAttributeSStartEngine,
testAttributeSRPCConn,
testAttributeSLoadFromFolder,
// testAttributeSGetAttributeForEvent,
testAttributeSGetAttributeForEvent,
testAttributeSGetAttributeForEventNotFound,
testAttributeSGetAttributeForEventWithMetaAnyContext,
// testAttributeSProcessEvent,
// testAttributeSGetAlsPrfBeforeSet,
// testAttributeSSetAlsPrf,
// testAttributeSUpdateAlsPrf,
// testAttributeSRemAlsPrf,
testAttributeSProcessEvent,
testAttributeSGetAlsPrfBeforeSet,
testAttributeSSetAlsPrf,
testAttributeSUpdateAlsPrf,
testAttributeSRemAlsPrf,
testAttributeSKillEngine,
}