Required to check consumer unitest
authorcc <ch79.cho@samsung.com>
Fri, 2 Sep 2016 13:57:35 +0000 (22:57 +0900)
committerUze Choi <uzchoi@samsung.com>
Tue, 6 Sep 2016 10:25:02 +0000 (10:25 +0000)
Consumer unittest will be upgraded.

Change-Id: I758fa0ffc1e54874858fda23e76d34293c18dbd2
Signed-off-by: cc <ch79.cho@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/11347
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
(cherry picked from commit 81ac23211bdd85e636e197a2cba0cf03de2b9c40)
Reviewed-on: https://gerrit.iotivity.org/gerrit/11377
Reviewed-by: JungYong KIM <jyong2.kim@samsung.com>
service/notification/unittest/SConscript

index a0aae39..8c26e4d 100644 (file)
@@ -95,5 +95,5 @@ env.AppendTarget('notification_provider_test')
 if env.get('TEST') == '1':
     if target_os == 'linux':
             from tools.scons.RunTest import *
-            run_test(notification_consumer_test_env, '', 'service/notification/unittest/notification_consumer_test')
+            #run_test(notification_consumer_test_env, '', 'service/notification/unittest/notification_consumer_test')
             run_test(notification_provider_test_env, '', 'service/notification/unittest/notification_provider_test')