Revision: 3efa717d373f
Branch:   default
Author:   Jussi Malinen <jussi.ao.mali...@gmail.com>
Date:     Tue Sep 17 14:01:05 2013 UTC
Log: fix jython unit tests expcetations after extra keyword in example library
http://code.google.com/p/robotframework/source/detail?r=3efa717d373f

Modified:
 /utest/running/test_testlibrary.py

=======================================
--- /utest/running/test_testlibrary.py  Sun Jun  9 16:58:08 2013 UTC
+++ /utest/running/test_testlibrary.py  Tue Sep 17 14:01:05 2013 UTC
@@ -440,7 +440,7 @@

         def test_extending_java_lib_in_python(self):
             handlers = TestLibrary('extendingjava.ExtendJavaLib').handlers
-            assert_equals(len(handlers), 24)
+            assert_equals(len(handlers), 25)
             for handler in 'kw_in_java_extender', 'javaSleep', 'divByZero':
                 assert_true(handler in handlers)

--

--- 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