Fix T1311_init. 90/39790/3
authorMaciej J. Karpiuk <m.karpiuk2@samsung.com>
Tue, 19 May 2015 12:20:28 +0000 (14:20 +0200)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Fri, 22 May 2015 09:13:53 +0000 (02:13 -0700)
Change-Id: Ic3bc158977dfe306cebd74446c03c208a4c22f63

src/ckm/main.cpp

index 2668247..b79563e 100644 (file)
@@ -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 "