Fix T1311_init. 06/39606/3
authorMaciej J. Karpiuk <m.karpiuk2@samsung.com>
Tue, 19 May 2015 12:20:28 +0000 (14:20 +0200)
committerBartlomiej Grzelewski <b.grzelewski@samsung.com>
Tue, 19 May 2015 13:45:18 +0000 (06:45 -0700)
Change-Id: Ic3bc158977dfe306cebd74446c03c208a4c22f63

src/ckm/main.cpp

index 92046b5..2de1aa0 100644 (file)
@@ -1276,6 +1276,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 "