From 16974afe789be9c77a3ef6f70666e3f8548ed1fb Mon Sep 17 00:00:00 2001 From: TeoV Date: Sun, 25 Nov 2018 02:56:04 -0500 Subject: [PATCH] Active tests in diam_it_test.go --- agents/diam_it_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/agents/diam_it_test.go b/agents/diam_it_test.go index 0cd117b06..aded2d18c 100644 --- a/agents/diam_it_test.go +++ b/agents/diam_it_test.go @@ -55,10 +55,10 @@ var sTestsDiam = []func(t *testing.T){ testDiamItApierRpcConn, testDiamItTPFromFolder, testDiamItDryRun, - // testDiamItCCRInit, - // testDiamItCCRUpdate, - // testDiamItCCRTerminate, - // testDiamItCCRSMS, + testDiamItCCRInit, + testDiamItCCRUpdate, + testDiamItCCRTerminate, + testDiamItCCRSMS, testDiamItKillEngine, }