Revision: 62c8ed20ad22
Branch:   default
Author:   Jussi Malinen <jussi.ao.mali...@gmail.com>
Date:     Tue Jun 10 19:47:25 2014 UTC
Log:      tests for import library with listener
http://code.google.com/p/robotframework/source/detail?r=62c8ed20ad22

Added:
 /atest/robot/test_libraries/as_listener_with_import_library.txt
 /atest/testdata/test_libraries/as_listener/import_library.txt

=======================================
--- /dev/null
+++ /atest/robot/test_libraries/as_listener_with_import_library.txt Tue Jun 10 19:47:25 2014 UTC
@@ -0,0 +1,9 @@
+*** Settings ***
+Suite Setup     Run Tests  ${EMPTY}
+...      test_libraries/as_listener/import_library.txt
+Force Tags      regression  jybot  pybot
+Resource        atest_resource.txt
+
+*** Test Cases ***
+Import Library works
+    Check Test Case  ${TESTNAME}
=======================================
--- /dev/null
+++ /atest/testdata/test_libraries/as_listener/import_library.txt Tue Jun 10 19:47:25 2014 UTC
@@ -0,0 +1,5 @@
+*** Test Cases ***
+Import Library works
+    Import library      ${CURDIR}/global_listenerlibrary.py
+    Events should be    end kw BuiltIn.Import Library
+        ...             start kw global_listenerlibrary.Events Should Be

--

--- 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/d/optout.

Reply via email to