From 038427700730b648dd7c7e8b6966182df94bf8de Mon Sep 17 00:00:00 2001 From: Ren RenJuan Date: Fri, 10 Jan 2014 21:38:04 +0000 Subject: [PATCH] * --- ACTK1_0/session/SessionManagerTest.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ACTK1_0/session/SessionManagerTest.cpp b/ACTK1_0/session/SessionManagerTest.cpp index fe0935d..aeec313 100644 --- a/ACTK1_0/session/SessionManagerTest.cpp +++ b/ACTK1_0/session/SessionManagerTest.cpp @@ -171,6 +171,8 @@ void testExecuteParallelTransactions() throw (EPPException) int main(int argc, char* argv[]) { + if (argc > 1) + tkScenario = atoi(argv[1]); TEST_run(doWork); return TEST_errorCount(); }