Revision: 4ea4b82cca28
Branch:   default
Author:   Pekka Klärck
Date:     Wed Sep 11 06:36:59 2013 UTC
Log: fixed unit tests after removing default values from IMPORTER.import_library arguments
http://code.google.com/p/robotframework/source/detail?r=4ea4b82cca28

Modified:
 /utest/api/test_run_and_rebot.py

=======================================
--- /utest/api/test_run_and_rebot.py    Thu May 30 09:51:15 2013 UTC
+++ /utest/api/test_run_and_rebot.py    Wed Sep 11 06:36:59 2013 UTC
@@ -179,7 +179,7 @@
         assert_true(res is not self._import_resource())

     def _import_library(self):
-        return namespace.IMPORTER.import_library('OperatingSystem')
+ return namespace.IMPORTER.import_library('OperatingSystem',None, None, None)

     def _import_resource(self):
resource = join(ROOT, 'atest', 'testdata', 'core', 'resources.html')

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to