SM : Set offline default value for TemporaryTestUser constructor 75/91675/3
authorZofia Abramowska <z.abramowska@samsung.com>
Mon, 10 Oct 2016 10:57:32 +0000 (12:57 +0200)
committerZofia Abramowska <z.abramowska@samsung.com>
Wed, 12 Oct 2016 09:41:34 +0000 (11:41 +0200)
Change-Id: Ib79c90baa50b11b012c9811ef306aabb70576e85

src/common/temp_test_user.h

index c8ead93dad38fd0fc8ab5f2811472be30113b7ce..fc45c3407948dcbfb7bb14a4bc3ee02f38e854d9 100644 (file)
@@ -25,7 +25,7 @@
 class TemporaryTestUser {
 public:
     TemporaryTestUser() = delete;
-    TemporaryTestUser(std::string userName, GumUserType userType, bool offline) :
+    TemporaryTestUser(std::string userName, GumUserType userType, bool offline = false) :
             m_uid(0),
             m_gid(0),
             m_userName(userName),