Revision: 3280
Author: jprantan
Date: Wed May 12 06:09:10 2010
Log: Updated tests to work with standalone Jython.
http://code.google.com/p/robotframework/source/detail?r=3280
Modified:
/trunk/atest/robot/test_libraries/library_import_from_archive.txt
/trunk/atest/run_atests.py
=======================================
--- /trunk/atest/robot/test_libraries/library_import_from_archive.txt Wed
May 12 05:50:06 2010
+++ /trunk/atest/robot/test_libraries/library_import_from_archive.txt Wed
May 12 06:09:10 2010
@@ -12,7 +12,9 @@
Java Library From A Jar File
[Tags] jybot
Check Test Case Java Library From a Jar File
- Check Syslog Contains Imported library 'org.robotframework.JarLib'
with arguments [ ] (version <unknown>, class type, testcase scope, 1
keywords, source ${TESTLIBPATH}${/}JarLib.jar)
+ ${syslog} = Get Syslog
+ ${expected path} = Set Variable If "${STANDALONE JYTHON}" == "NO"
${TESTLIBPATH}${/}JarLib.jar <unknown>
+ Check Syslog Contains Imported library 'org.robotframework.JarLib'
with arguments [ ] (version <unknown>, class type, testcase scope, 1
keywords, source ${expected path})
*** Keywords ***
My Setup
=======================================
--- /trunk/atest/run_atests.py Mon May 3 04:23:28 2010
+++ /trunk/atest/run_atests.py Wed May 12 06:09:10 2010
@@ -40,9 +40,10 @@
--doc RobotSPFrameworkSPacceptanceSPtests
--reporttitle RobotSPFrameworkSPTestSPReport
--logtitle RobotSPFrameworkSPTestSPLog
---metadata interpreter:%(INTERPRETER)s
---metadata platform:%(PLATFORM)s
---variable interpreter:%(INTERPRETER)s
+--metadata Interpreter:%(INTERPRETER)s
+--metadata Platform:%(PLATFORM)s
+--variable INTERPRETER:%(INTERPRETER)s
+--variable STANDALONE_JYTHON:NO
--pythonpath %(PYTHONPATH)s
--include %(RUNNER)s
--outputdir %(OUTPUTDIR)s