Make expected result of cynara client check default 14/26914/4
authorMarcin Niesluchowski <m.niesluchow@samsung.com>
Mon, 1 Sep 2014 09:38:06 +0000 (11:38 +0200)
committerMarcin Niesluchowski <m.niesluchow@samsung.com>
Thu, 25 Sep 2014 11:12:47 +0000 (04:12 -0700)
Change-Id: If5e51ff720c8b03aa2d3beabefce459b65306fca

tests/cynara-tests/common/cynara_test_client.h

index dd33fa3..e2832e9 100644 (file)
@@ -11,7 +11,7 @@ public:
 
     void check(const char *client, const char *session,
                const char *user, const char *privilege,
-               int expectedResult);
+               int expectedResult = CYNARA_API_SUCCESS);
 
 private:
     struct cynara *m_cynara;