Revision: 3813
Author: pekka.klarck
Date: Thu Jul 15 02:32:31 2010
Log: varargs aren't supported in java library inits -- forgot to remove
last traces of tests i did for them
http://code.google.com/p/robotframework/source/detail?r=3813
Modified:
/trunk/atest/robot/test_libraries/java_library_imports_with_args.txt
/trunk/atest/testdata/test_libraries/java_library_imports_with_args.txt
=======================================
--- /trunk/atest/robot/test_libraries/java_library_imports_with_args.txt
Tue Jul 13 07:00:06 2010
+++ /trunk/atest/robot/test_libraries/java_library_imports_with_args.txt
Thu Jul 15 02:32:31 2010
@@ -23,7 +23,6 @@
[Template] Library import should have failed
MandatoryArgs 2 arguments, got 1.
DefaultArgs 1 to 3 arguments, got 0.
- Varargs at least 1 argument, got 0.
Too Many Arguments
[Template] Library import should have failed
=======================================
--- /trunk/atest/testdata/test_libraries/java_library_imports_with_args.txt
Tue Jul 13 07:00:06 2010
+++ /trunk/atest/testdata/test_libraries/java_library_imports_with_args.txt
Thu Jul 15 02:32:31 2010
@@ -5,17 +5,12 @@
Library DefaultArgs m2 d1 WITH NAME D2
Library DefaultArgs m3 1 2 WITH NAME D3
-Library Varargs m1 WITH NAME V1
-Library Varargs m2 v1 WITH NAME V2
-Library Varargs m3 1 2 3 WITH NAME V3
-
Variables java_vars_for_imports.py
Library MandatoryArgs ${42} ${JAVA OBJECT} WITH NAME O1
Library MandatoryArgs @{LIST WITH OBJECTS} WITH NAME O2
Library MandatoryArgs too few
Library DefaultArgs
-Library Varargs
Library MandatoryArgs too many args here
Library DefaultArgs too many args here too