From: Maciej J. Karpiuk Date: Tue, 19 May 2015 12:20:28 +0000 (+0200) Subject: Fix T1311_init. X-Git-Tag: security-manager_5.5_testing~114^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e1cf185bcdd32a663f5f6c264af22293a53dce6f;p=platform%2Fcore%2Ftest%2Fsecurity-tests.git Fix T1311_init. Change-Id: Ic3bc158977dfe306cebd74446c03c208a4c22f63 --- diff --git a/src/ckm/main.cpp b/src/ckm/main.cpp index 26682475..b79563e8 100644 --- a/src/ckm/main.cpp +++ b/src/ckm/main.cpp @@ -1221,6 +1221,7 @@ RUNNER_TEST(T1311_init) RUNNER_ASSERT_MSG(time(0) > 1405343457, "Time error. Device date is before 14th of July 2014. You must set proper time on device before run this tests!"); + ScopedLabel sl("System"); struct hostent* he = gethostbyname("google.com"); RUNNER_ASSERT_MSG(he != NULL, "There is problem with translate domain google.com into ip address. Probably network "