Revision: 2934
Author: KariHusa
Date: Mon Apr 12 05:39:11 2010
Log: Use new resource name
http://code.google.com/p/robotframework/source/detail?r=2934
Modified:
/trunk/atest/genrunner.py
=======================================
--- /trunk/atest/genrunner.py Thu Apr 8 12:34:05 2010
+++ /trunk/atest/genrunner.py Mon Apr 12 05:39:11 2010
@@ -32,11 +32,11 @@
output.write("""*** Settings ***
Suite Setup Run Tests ${EMPTY} %s
Force Tags regression pybot jybot
-Resource %s/resources/resource.txt
+Resource atest_resource.txt
*** Test Cases ***
-""" % (path.replace(os.sep, '/'), '/'.join(['..']*(path.count(os.sep)+1))))
+""" % path.replace(os.sep, '/'))
for test in tests:
output.write(test + '\n Check Test Case ${TESTNAME}\n\n')