2 new revisions:
Revision: 8d8e447a63bd
Branch: default
Author: Anssi Syrjäsalo <[email protected]>
Date: Tue May 14 05:33:04 2013
Log: Removed Java references to Continue For Loop...
http://code.google.com/p/robotframework/source/detail?r=8d8e447a63bd
Revision: ce2cc51320fc
Branch: default
Author: Anssi Syrjäsalo <[email protected]>
Date: Tue May 14 05:45:03 2013
Log: merge
http://code.google.com/p/robotframework/source/detail?r=ce2cc51320fc
==============================================================================
Revision: 8d8e447a63bd
Branch: default
Author: Anssi Syrjäsalo <[email protected]>
Date: Tue May 14 05:33:04 2013
Log: Removed Java references to Continue For Loop
Update issue 1125
Removed rest of the refences related to the old Continue For Loop
implentation.
http://code.google.com/p/robotframework/source/detail?r=8d8e447a63bd
Modified:
/atest/testdata/running/ForLoop.py
/atest/testresources/listeners/JavaAttributeVerifyingListener.class
/atest/testresources/listeners/JavaSuiteAndTestCountListener.class
/atest/testresources/testlibs/ExampleJavaLibrary.class
/atest/testresources/testlibs/ExitForLoopException.java
/atest/testresources/testlibs/JavaExceptions.class
/atest/testresources/testlibs/JavaExceptions.java
=======================================
--- /atest/testdata/running/ForLoop.py Thu May 2 08:30:33 2013
+++ /atest/testdata/running/ForLoop.py Tue May 14 05:33:04 2013
@@ -2,13 +2,6 @@
def raise_exit_for_loop():
raise ExitForLoopException()
-def raise_continue_for_loop():
- raise ContinueForLoopException()
-
class ExitForLoopException(Exception):
ROBOT_EXIT_FOR_LOOP = 'yes please'
-
-
-class ContinueForLoopException(Exception):
- ROBOT_CONTINUE_FOR_LOOP = 'yes please'
=======================================
--- /atest/testresources/listeners/JavaAttributeVerifyingListener.class Wed
Jan 4 02:13:11 2012
+++ /atest/testresources/listeners/JavaAttributeVerifyingListener.class Tue
May 14 05:33:04 2013
@@ -27,6 +27,7 @@
F £
F ¤ ¥ ¦ § ¨ ©
C ª « ¬ ROBOT_LISTENER_API_VERSION Ljava/lang/String;
+InnerClasses ROBOT_LISTENER_API_VERSION Ljava/lang/String;
ConstantValue outfile Ljava/io/BufferedWriter;
expectedTypes Ljava/util/Map; <init> ()V Code LineNumberTable
Exceptions ® createOutputFile createExcpectedTypes
@@ -44,7 +45,6 @@
O ¸
O ¹
K L JavaAttributeVerifyingListener$1
-InnerClasses
O º
M N
START SUITE java/lang/String doc
starttime longname source metadata tests suites
=======================================
--- /atest/testresources/listeners/JavaSuiteAndTestCountListener.class Thu
Aug 26 23:39:48 2010
+++ /atest/testresources/listeners/JavaSuiteAndTestCountListener.class Tue
May 14 05:33:04 2013
@@ -8,16 +8,16 @@
9 : ;
< = >
? @ A ROBOT_LISTENER_API_VERSION Ljava/lang/String;
+InnerClasses ROBOT_LISTENER_API_VERSION Ljava/lang/String;
ConstantValue B data Ljava/util/Map;
Signature %Ljava/util/Map<Ljava/lang/String;[I>; <init> ()V Code LineNumberTable
startSuite $(Ljava/lang/String;Ljava/util/Map;)V
getActual $(Ljava/util/Map;Ljava/lang/String;)I
checkCount (II)V
SourceFile "JavaSuiteAndTestCountListener.java
JavaSuiteAndTestCountListener$1
-InnerClasses
C
- D
+ D
E F [I tests
$ %
& ' suites
@@ -27,7 +27,6 @@
I H java/lang/RuntimeException
Counts differ
- J
JavaSuiteAndTestCountListener java/lang/Object 2 "(LJavaSuiteAndTestCountListener;)V
java/util/Map get &(Ljava/lang/Object;)Ljava/lang/Object; size ()I intValue (Ljava/lang/String;)V !
=======================================
--- /atest/testresources/testlibs/ExampleJavaLibrary.class Wed Sep 28
22:44:06 2011
+++ /atest/testresources/testlibs/ExampleJavaLibrary.class Tue May 14
05:33:04 2013
Binary file, no diff available.
=======================================
--- /atest/testresources/testlibs/JavaExceptions.class Thu May 2 08:30:33
2013
+++ /atest/testresources/testlibs/JavaExceptions.class Tue May 14 05:33:04
2013
@@ -12,8 +12,6 @@
* -
& .
& /
- & 0 1 <init> ()V Code LineNumberTable throwAssertionError (Ljava/lang/String;)V
-StackMapTable throwArithmeticException throwRuntimeException throwIOException
Exceptions throwExitOnFailure throwExitForLoop throwContinueForLoop
SourceFile JavaExceptions.java
java/lang/AssertionError
@@ -24,20 +22,13 @@
» Y· ¿» Y+· ¿
-
-
- > +Ç
» Y· ¿» Y+· ¿
-
-
- > +Ç
» Y· ¿» Y+·
¿
- > +Ç
»
Y·
¿»
=======================================
--- /atest/testresources/testlibs/JavaExceptions.java Thu May 2 08:30:33
2013
+++ /atest/testresources/testlibs/JavaExceptions.java Tue May 14 05:33:04
2013
@@ -48,9 +48,5 @@
public void throwExitForLoop() {
throw new ExitForLoopException();
}
-
- public void throwContinueForLoop() {
- throw new ContinueForLoopException();
- }
}
==============================================================================
Revision: ce2cc51320fc
Branch: default
Author: Anssi Syrjäsalo <[email protected]>
Date: Tue May 14 05:45:03 2013
Log: merge
http://code.google.com/p/robotframework/source/detail?r=ce2cc51320fc
--
---
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.