Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1647 by ws.dumbl...@smartwizardschool.com: one instance of </
Left"> instead of </script> in output.xml
http://code.google.com/p/robotframework/issues/detail?id=1647
Robot Framework 2.8.1 (Python 2.7.1 on darwin)
OS: OSX 10.7.5
run with: java command that starts like this:
java -Xms1024m -Xmx1536m -Dpython.options.internalTablesImpl=weak
-cp "../shared-test/libs/selenium2library-java.jar:/Users/$USER/sikuli/sikuli-java.jar"
-Dpython.path="../shared-test/libs/jyson-1.0.2.jar:/Users/$USER/sikuli/sikuli-java.jar/Lib"
org.robotframework.RobotFramework
--pythonpath=../shared-test/libs:libs:../shared-test/libs/sikuli ...
java version:
java version "1.7.0_40"
Java(TM) SE Runtime Environment (build 1.7.0_40-b43)
Java HotSpot(TM) 64-Bit Server VM (build 24.0-b56, mixed mode)
browser: Chrome
Reproducibility: Unsure of frequency. Probably low. May have come up
before but this was consistently not happening for a while at least. I
doubt our code changes caused this.
Observe the (below) snippet from output.xml in one of our test runs:
...
<kw type="kw" name="${c} = BuiltIn.Run Keyword If">
<doc>Runs the given keyword with the given arguments, if `condition` is
true.</doc>
<arguments>
<arg>${n} == 3</arg>
<arg>Evaluate</arg>
<arg>${c} * 255</arg>
<arg>ELSE</arg>
<arg>Evaluate</arg>
<arg>${c}</arg>
</arguments>
<kw type="kw" name="BuiltIn.Evaluate">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>${c}</arg>
</arguments>
<status status="PASS" endtime="20140130 18:41:29.461" starttime="20140130
18:41:29.445"></ Left">
</kw>
<msg timestamp="20140130 18:41:29.462" level="INFO">${c} = 255</msg>
<status status="PASS" endtime="20140130 18:41:29.462" starttime="20140130
18:41:29.439"></status>
</kw>
...
</ Left"> should be </status>, like it normally is in all other of the many
thousands of similar other places in this output.xml file. I have no idea
why this one element was different.
This broke processing the output.xml file in a rebot command later on.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
---
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.