diff --git a/targets/TEST/OAI/test02.py b/targets/TEST/OAI/test02.py index cb702bd629c2e15c3ab5563653aaf2301cdc480e..db4d48e456b3efbb4e3006fe7df1c23cd687b0ea 100644 --- a/targets/TEST/OAI/test02.py +++ b/targets/TEST/OAI/test02.py @@ -149,9 +149,9 @@ if clean == 1 : # start te test cases #compile -rv=1 #case11.execute(oai, user, pw, host,logfile,logdir,debug) +rv=case11.execute(oai, user, pw, host,logfile,logdir,debug) if rv == 1 : - # case12.execute(oai, user, pw, host,logfile,logdir,debug,cpu) + case12.execute(oai, user, pw, host,logfile,logdir,debug,cpu) case13.execute(oai, user, pw, host,logfile,logdir,debug,cpu) else : print 'Compilation error: skip case 12 and 13'