resolve jenkins build error in unit test case
authorhyuna0213.jo <hyuna0213.jo@samsung.com>
Wed, 23 Mar 2016 07:22:47 +0000 (16:22 +0900)
committerJee Hyeok Kim <jihyeok13.kim@samsung.com>
Wed, 23 Mar 2016 23:50:50 +0000 (23:50 +0000)
Change-Id: I054b023d1d400f1baace456c929aa808dd41607f
Signed-off-by: hyuna0213.jo <hyuna0213.jo@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/6215
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Jee Hyeok Kim <jihyeok13.kim@samsung.com>
resource/csdk/stack/test/stacktests.cpp

index 3f65c36..e259d5b 100755 (executable)
@@ -1649,7 +1649,7 @@ TEST(OCDoDirectPairingTests, Nullpeer)
 
 TEST(OCDoDirectPairingTests, NullCallback)
 {
-    EXPECT_EQ(OC_STACK_INVALID_PARAM,OCDoDirectPairing(&peer, pmSel, &pinNumber, NULL));
+    EXPECT_EQ(OC_STACK_INVALID_CALLBACK,OCDoDirectPairing(&peer, pmSel, &pinNumber, NULL));
 }
 
 TEST(OCDoDirectPairingTests, NullpinNumber)