3 new revisions:

Revision: fac718c9186b
Branch:   default
Author:   Mika Hänninen <[email protected]>
Date:     Wed May 29 04:42:39 2013
Log:      Test spec change
http://code.google.com/p/robotframework/source/detail?r=fac718c9186b

Revision: 63a480810daf
Branch:   default
Author:   Mika Hänninen <[email protected]>
Date:     Wed May 29 04:42:53 2013
Log:      Regen Jasmine
http://code.google.com/p/robotframework/source/detail?r=63a480810daf

Revision: 99096c14a73d
Branch:   default
Author:   Mika Hänninen <[email protected]>
Date:     Wed May 29 04:43:05 2013
Log:      Automated merge with https://code.google.com/p/robotframework/
http://code.google.com/p/robotframework/source/detail?r=99096c14a73d

==============================================================================
Revision: fac718c9186b
Branch:   default
Author:   Mika Hänninen <[email protected]>
Date:     Wed May 29 04:42:39 2013
Log:      Test spec change
http://code.google.com/p/robotframework/source/detail?r=fac718c9186b

Modified:
 /utest/webcontent/spec/ParsingSpec.js

=======================================
--- /utest/webcontent/spec/ParsingSpec.js       Mon Apr  8 04:21:05 2013
+++ /utest/webcontent/spec/ParsingSpec.js       Wed May 29 04:42:39 2013
@@ -290,9 +290,9 @@
         expect(suite.status).toEqual("FAIL");
     });

- it("should show test message 'Teardown of the parent suite failed.'", function (){ + it("should show test message 'Parent suite teardown failed.'", function (){
         var test = firstTest(window.testdata.suite().suites()[0]);
- expect(test.message()).toEqual("Teardown of the parent suite failed:\nAssertionError"); + expect(test.message()).toEqual("Parent suite teardown failed:\nAssertionError");
     });

     it("should not show suite message", function (){
@@ -312,9 +312,9 @@
         window.output = window.teardownFailureOutput;
     });

- it("should show test message 'In test\n\nAlso teardown of the parent suite failed.'", function (){ + it("should show test message 'In test\n\nAlso parent suite teardown failed.'", function (){
         var test = window.testdata.suite().suites()[0].tests()[1];
- expect(test.message()).toEqual("In test\n\nAlso teardown of the parent suite failed:\nAssertionError"); + expect(test.message()).toEqual("In test\n\nAlso parent suite teardown failed:\nAssertionError");
     });
 })


==============================================================================
Revision: 63a480810daf
Branch:   default
Author:   Mika Hänninen <[email protected]>
Date:     Wed May 29 04:42:53 2013
Log:      Regen Jasmine
http://code.google.com/p/robotframework/source/detail?r=63a480810daf

Modified:
 /utest/webcontent/spec/data/Messages.js
 /utest/webcontent/spec/data/PassingFailing.js
 /utest/webcontent/spec/data/SetupsAndTeardowns.js
 /utest/webcontent/spec/data/Suite.js
 /utest/webcontent/spec/data/TeardownFailure.js
 /utest/webcontent/spec/data/TestsAndKeywords.js
 /utest/webcontent/spec/data/allData.js
 /utest/webcontent/spec/data/splitting.js

=======================================
--- /utest/webcontent/spec/data/Messages.js     Thu Apr  4 05:43:10 2013
+++ /utest/webcontent/spec/data/Messages.js     Wed May 29 04:42:53 2013
@@ -1,20 +1,20 @@
 window.messagesOutput = {};

-window.messagesOutput["suite"] = [1,2,3,0,[],[1,0,27],[],[[4,0,1,0,[],[1,23,4],[[0,5,0,6,7,[1,24,0],[],[[24,2,8]]],[0,5,0,6,9,[1,24,0],[],[[24,2,9]]],[0,5,0,6,10,[1,24,1],[],[[25,3,12]]],[0,13,0,14,15,[1,25,0],[],[[25,2,16],[25,0,17]]],[0,5,0,6,18,[1,26,0],[],[[26,0,19],[26,1,20],[26,0,21]]],[0,5,0,6,22,[1,26,0],[],[[26,0,23],[26,0,24],[26,0,21]]],[0,13,0,14,25,[1,27,0],[],[[27,0,26],[27,2,27]]]]]],[],[1,1,1,1]]; +window.messagesOutput["suite"] = [1,2,3,0,[],[0,0,5],[],[[4,0,1,0,[],[0,0,5,5],[[0,6,0,7,8,[1,1,0],[],[[1,2,9]]],[0,6,0,7,10,[1,1,0],[],[[1,2,10]]],[0,6,0,7,11,[1,1,1],[],[[2,3,13]]],[0,14,0,15,16,[1,2,0],[],[[2,2,17],[2,0,18]]],[0,6,0,7,19,[1,2,0],[],[[2,0,20],[2,1,21],[2,0,22]]],[0,6,0,7,23,[1,3,0],[],[[3,0,24],[3,0,25],[3,0,22]]],[0,14,0,15,26,[1,3,0],[],[[3,0,27],[3,2,28]]],[0,29,0,30,31,[0,3,1],[],[[4,4,5]]]]]],[],[1,0,1,0]];

 window.messagesOutput["strings"] = [];

-window.messagesOutput["strings"] = window.messagesOutput["strings"].concat(["*","*Messages","*/home/mkorpela/workspace/robot/utest/webcontent/spec/data/Messages.txt","*Messages.txt","*Test with messages","*BuiltIn.Log","*<p>Logs the given message with the given level.</p>","*&lt;h1&gt;html&lt;/h1&gt;, HTML","*<h1>html</h1>","*infolevelmessage","*warning, WARN","*s1-t1-k3","*warning","*BuiltIn.Set Log Level","*<p>Sets the log threshold to the specified level and returns the old level.</p>","*TRACE","*Log level changed from INFO to TRACE","*Return: 'INFO'","*debugging, DEBUG","*Arguments: [ u'debugging' | u'DEBUG' ]","*debugging","*Return: None","*tracing, TRACE","*Arguments: [ u'tracing' | u'TRACE' ]","*tracing","*INFO","*Arguments: [ u'INFO' ]","*Log level changed from TRACE to INFO"]); +window.messagesOutput["strings"] = window.messagesOutput["strings"].concat(["*","*Messages","*/Users/mikhanni/koodi/robotframework/utest/webcontent/spec/data/Messages.txt","*utest/webcontent/spec/data/Messages.txt","*Test with messages","*HTML tagged content <a href='http://www.robotframework.org'>Robot Framework</a>","*BuiltIn.Log","*<p>Logs the given message with the given level.</p>","*&lt;h1&gt;html&lt;/h1&gt;, HTML","*<h1>html</h1>","*infolevelmessage","*warning, WARN","*s1-t1-k3","*warning","*BuiltIn.Set Log Level","*<p>Sets the log threshold to the specified level and returns the old level.</p>","*TRACE","*Log level changed from INFO to TRACE","*Return: 'INFO'","*debugging, DEBUG","*Arguments: [ u'debugging' | u'DEBUG' ]","*debugging","*Return: None","*tracing, TRACE","*Arguments: [ u'tracing' | u'TRACE' ]","*tracing","*INFO","*Arguments: [ u'INFO' ]","*Log level changed from TRACE to INFO","*BuiltIn.Fail","*<p>Fails the test with the given message and optionally alters its tags.</p>","**HTML* HTML tagged content &lt;a href='http://www.robotframework.org'&gt;Robot Framework&lt;/a&gt;"]);

-window.messagesOutput["generatedTimestamp"] = "20130404 15:36:19 GMT +03:00"; +window.messagesOutput["generatedTimestamp"] = "20130529 14:41:30 GMT +03:00";

-window.messagesOutput["errors"] = [[25,3,12,11]];
+window.messagesOutput["errors"] = [[2,3,13,12]];

-window.messagesOutput["stats"] = [[{"elapsed":"00:00:00","fail":0,"label":"Critical Tests","pass":1},{"elapsed":"00:00:00","fail":0,"label":"All Tests","pass":1}],[],[{"elapsed":"00:00:00","fail":0,"id":"s1","label":"Messages","name":"Messages","pass":1}]]; +window.messagesOutput["stats"] = [[{"elapsed":"00:00:00","fail":1,"label":"Critical Tests","pass":0},{"elapsed":"00:00:00","fail":1,"label":"All Tests","pass":0}],[],[{"elapsed":"00:00:00","fail":1,"id":"s1","label":"Messages","name":"Messages","pass":0}]];

-window.messagesOutput["generatedMillis"] = -820;
+window.messagesOutput["generatedMillis"] = -85;

-window.messagesOutput["baseMillis"] = 1365078979820;
+window.messagesOutput["baseMillis"] = 1369827690085;

window.settings = {"background":{"fail":"DeepPink"},"logURL":"log.html","reportURL":"report.html"};

=======================================
--- /utest/webcontent/spec/data/PassingFailing.js       Thu Apr  4 05:43:10 2013
+++ /utest/webcontent/spec/data/PassingFailing.js       Wed May 29 04:42:53 2013
@@ -1,20 +1,20 @@
 window.passingFailingOutput = {};

-window.passingFailingOutput["suite"] = [1,2,3,0,[],[0,0,25],[],[[4,0,1,0,[],[1,23,1],[[0,5,0,6,7,[1,23,1],[],[[24,2,7]]]]],[8,0,1,0,[],[0,24,1,9],[[0,10,0,11,9,[0,24,1],[],[[25,4,9]]]]]],[],[2,1,2,1]]; +window.passingFailingOutput["suite"] = [1,2,3,0,[],[0,0,3],[],[[4,0,1,0,[],[1,0,1],[[0,5,0,6,7,[1,1,0],[],[[1,2,7]]]]],[8,0,1,0,[],[0,1,1,9],[[0,10,0,11,9,[0,2,0],[],[[2,4,9]]]]]],[],[2,1,2,1]];

 window.passingFailingOutput["strings"] = [];

-window.passingFailingOutput["strings"] = window.passingFailingOutput["strings"].concat(["*","*PassingFailing","*/home/mkorpela/workspace/robot/utest/webcontent/spec/data/teardownFailure/PassingFailing.txt","*teardownFailure/PassingFailing.txt","*Passing","*BuiltIn.Log","*<p>Logs the given message with the given level.</p>","*passing","*Failing","*In test","*BuiltIn.Fail","*<p>Fails the test with the given message and optionally alters its tags.</p>"]); +window.passingFailingOutput["strings"] = window.passingFailingOutput["strings"].concat(["*","*PassingFailing","*/Users/mikhanni/koodi/robotframework/utest/webcontent/spec/data/teardownFailure/PassingFailing.txt","*utest/webcontent/spec/data/teardownFailure/PassingFailing.txt","*Passing","*BuiltIn.Log","*<p>Logs the given message with the given level.</p>","*passing","*Failing","*In test","*BuiltIn.Fail","*<p>Fails the test with the given message and optionally alters its tags.</p>"]);

-window.passingFailingOutput["generatedTimestamp"] = "20130404 15:36:19 GMT +03:00"; +window.passingFailingOutput["generatedTimestamp"] = "20130529 14:41:30 GMT +03:00";

 window.passingFailingOutput["errors"] = [];

window.passingFailingOutput["stats"] = [[{"elapsed":"00:00:00","fail":1,"label":"Critical Tests","pass":1},{"elapsed":"00:00:00","fail":1,"label":"All Tests","pass":1}],[],[{"elapsed":"00:00:00","fail":1,"id":"s1","label":"PassingFailing","name":"PassingFailing","pass":1}]];

-window.passingFailingOutput["generatedMillis"] = -892;
+window.passingFailingOutput["generatedMillis"] = -159;

-window.passingFailingOutput["baseMillis"] = 1365078979892;
+window.passingFailingOutput["baseMillis"] = 1369827690159;

window.settings = {"background":{"fail":"DeepPink"},"logURL":"log.html","reportURL":"report.html"};

=======================================
--- /utest/webcontent/spec/data/SetupsAndTeardowns.js Thu Apr 4 05:43:10 2013 +++ /utest/webcontent/spec/data/SetupsAndTeardowns.js Wed May 29 04:42:53 2013
@@ -1,20 +1,20 @@
 window.setupsAndTeardownsOutput = {};

-window.setupsAndTeardownsOutput["suite"] = [1,2,3,0,[],[1,0,28],[],[[4,0,1,0,[],[1,22,5],[[1,5,0,6,7,[1,23,0],[],[[23,2,7]]],[0,8,0,0,0,[1,24,2],[[0,9,0,10,0,[1,24,1],[],[]],[2,5,0,6,11,[1,25,0],[],[[25,2,11]]]],[]],[2,5,0,6,12,[1,26,0],[],[[26,2,12]]]]]],[[1,5,0,6,13,[1,21,1],[],[[22,2,13]]],[2,5,0,6,14,[1,27,1],[],[[28,2,14]]]],[1,1,1,1]]; +window.setupsAndTeardownsOutput["suite"] = [1,2,3,0,[],[1,0,3],[],[[4,0,1,0,[],[1,1,2],[[1,5,0,6,7,[1,1,0],[],[[1,2,7]]],[0,8,0,0,0,[1,1,1],[[0,9,0,10,0,[1,2,0],[],[]],[2,5,0,6,11,[1,2,0],[],[[2,2,11]]]],[]],[2,5,0,6,12,[1,3,0],[],[[3,2,12]]]]]],[[1,5,0,6,13,[1,0,1],[],[[1,2,13]]],[2,5,0,6,14,[1,3,0],[],[[3,2,14]]]],[1,1,1,1]];

 window.setupsAndTeardownsOutput["strings"] = [];

-window.setupsAndTeardownsOutput["strings"] = window.setupsAndTeardownsOutput["strings"].concat(["*","*SetupsAndTeardowns","*/home/mkorpela/workspace/robot/utest/webcontent/spec/data/SetupsAndTeardowns.txt","*SetupsAndTeardowns.txt","*Test","*BuiltIn.Log","*<p>Logs the given message with the given level.</p>","*test setup","*Keyword with teardown","*BuiltIn.No Operation","*<p>Does absolutely nothing.</p>","*keyword teardown","*test teardown","*suite setup","*suite teardown"]); +window.setupsAndTeardownsOutput["strings"] = window.setupsAndTeardownsOutput["strings"].concat(["*","*SetupsAndTeardowns","*/Users/mikhanni/koodi/robotframework/utest/webcontent/spec/data/SetupsAndTeardowns.txt","*utest/webcontent/spec/data/SetupsAndTeardowns.txt","*Test","*BuiltIn.Log","*<p>Logs the given message with the given level.</p>","*test setup","*Keyword with teardown","*BuiltIn.No Operation","*<p>Does absolutely nothing.</p>","*keyword teardown","*test teardown","*suite setup","*suite teardown"]);

-window.setupsAndTeardownsOutput["generatedTimestamp"] = "20130404 15:36:19 GMT +03:00"; +window.setupsAndTeardownsOutput["generatedTimestamp"] = "20130529 14:41:30 GMT +03:00";

 window.setupsAndTeardownsOutput["errors"] = [];

window.setupsAndTeardownsOutput["stats"] = [[{"elapsed":"00:00:00","fail":0,"label":"Critical Tests","pass":1},{"elapsed":"00:00:00","fail":0,"label":"All Tests","pass":1}],[],[{"elapsed":"00:00:00","fail":0,"id":"s1","label":"SetupsAndTeardowns","name":"SetupsAndTeardowns","pass":1}]];

-window.setupsAndTeardownsOutput["generatedMillis"] = -779;
+window.setupsAndTeardownsOutput["generatedMillis"] = -51;

-window.setupsAndTeardownsOutput["baseMillis"] = 1365078979779;
+window.setupsAndTeardownsOutput["baseMillis"] = 1369827690051;

window.settings = {"background":{"fail":"DeepPink"},"logURL":"log.html","reportURL":"report.html"};

=======================================
--- /utest/webcontent/spec/data/Suite.js        Thu Apr  4 05:43:10 2013
+++ /utest/webcontent/spec/data/Suite.js        Wed May 29 04:42:53 2013
@@ -1,20 +1,20 @@
 window.suiteOutput = {};

-window.suiteOutput["suite"] = [1,2,3,4,[5,6],[1,0,138],[],[[7,8,1,9,[10,11],[1,32,106],[[0,12,0,13,14,[1,32,101],[],[[133,2,15]]],[3,16,0,0,0,[1,133,5],[[4,17,0,0,0,[1,133,2],[[0,18,0,0,19,[1,133,2],[[0,20,0,21,22,[1,134,1],[],[[135,2,23]]]],[]]],[]],[4,24,0,0,0,[1,135,3],[[0,18,0,0,19,[1,136,1],[[0,20,0,21,22,[1,136,1],[],[[137,2,25]]]],[]]],[]]],[]]]]],[],[1,1,1,1]]; +window.suiteOutput["suite"] = [1,2,3,4,[5,6],[1,0,104],[],[[7,8,1,9,[10,11],[1,0,104],[[0,12,0,13,14,[1,0,101],[],[[101,2,15]]],[3,16,0,0,0,[1,102,2],[[4,17,0,0,0,[1,102,1],[[0,18,0,0,19,[1,102,1],[[0,20,0,21,22,[1,102,1],[],[[103,2,23]]]],[]]],[]],[4,24,0,0,0,[1,103,1],[[0,18,0,0,19,[1,103,1],[[0,20,0,21,22,[1,103,1],[],[[104,2,25]]]],[]]],[]]],[]]]]],[],[1,1,1,1]];

 window.suiteOutput["strings"] = [];

-window.suiteOutput["strings"] = window.suiteOutput["strings"].concat(["*","*Suite","*/home/mkorpela/workspace/robot/utest/webcontent/spec/data/Suite.txt","*Suite.txt","*<p>suite doc</p>","*meta","*<p>data</p>","*Test","*1 second","*<p>test doc</p>","*tag1","*tag2","*BuiltIn.Sleep","*<p>Pauses the test executed for the given time.</p>","*0.1 seconds","*Slept 100 milliseconds","*${i} IN RANGE [ 2 ]","*${i} = 0","*my keyword","*${i}","*BuiltIn.Log","*<p>Logs the given message with the given level.</p>","*index is ${index}","*index is 0","*${i} = 1","*index is 1"]); +window.suiteOutput["strings"] = window.suiteOutput["strings"].concat(["*","*Suite","*/Users/mikhanni/koodi/robotframework/utest/webcontent/spec/data/Suite.txt","*utest/webcontent/spec/data/Suite.txt","*<p>suite doc</p>","*meta","*<p>data</p>","*Test","*1 second","*<p>test doc</p>","*tag1","*tag2","*BuiltIn.Sleep","*<p>Pauses the test executed for the given time.</p>","*0.1 seconds","*Slept 100 milliseconds","*${i} IN RANGE [ 2 ]","*${i} = 0","*my keyword","*${i}","*BuiltIn.Log","*<p>Logs the given message with the given level.</p>","*index is ${index}","*index is 0","*${i} = 1","*index is 1"]);

-window.suiteOutput["generatedTimestamp"] = "20130404 15:36:19 GMT +03:00";
+window.suiteOutput["generatedTimestamp"] = "20130529 14:41:30 GMT +03:00";

 window.suiteOutput["errors"] = [];

window.suiteOutput["stats"] = [[{"elapsed":"00:00:00","fail":0,"label":"Critical Tests","pass":1},{"elapsed":"00:00:00","fail":0,"label":"All Tests","pass":1}],[{"elapsed":"00:00:00","fail":0,"label":"tag1","pass":1},{"elapsed":"00:00:00","fail":0,"label":"tag2","pass":1}],[{"elapsed":"00:00:00","fail":0,"id":"s1","label":"Suite","name":"Suite","pass":1}]];

-window.suiteOutput["generatedMillis"] = -631;
+window.suiteOutput["generatedMillis"] = 87;

-window.suiteOutput["baseMillis"] = 1365078979631;
+window.suiteOutput["baseMillis"] = 1369827689913;

window.settings = {"background":{"fail":"DeepPink"},"logURL":"log.html","reportURL":"report.html"};

=======================================
--- /utest/webcontent/spec/data/TeardownFailure.js      Thu Apr  4 05:43:10 2013
+++ /utest/webcontent/spec/data/TeardownFailure.js      Wed May 29 04:42:53 2013
@@ -1,20 +1,20 @@
 window.teardownFailureOutput = {};

-window.teardownFailureOutput["suite"] = [1,2,1,0,[],[0,0,27,3],[[4,5,6,0,[],[0,22,4],[],[[7,0,1,0,[],[0,24,1,8],[[0,9,0,10,11,[1,24,0],[],[[24,2,11]]]]],[12,0,1,0,[],[0,25,1,13],[[0,14,0,15,16,[0,25,1],[],[[26,4,16]]]]]],[],[2,0,2,0]]],[],[[2,14,0,15,0,[0,27,0,17],[],[[27,4,17]]]],[2,0,2,0]]; +window.teardownFailureOutput["suite"] = [1,2,3,0,[],[0,0,6,4],[[5,6,7,0,[],[0,2,3],[],[[8,0,1,0,[],[0,2,1,9],[[0,10,0,11,12,[1,3,0],[],[[3,2,12]]]]],[13,0,1,0,[],[0,3,1,14],[[0,15,0,16,17,[0,4,0],[],[[4,4,17]]]]]],[],[2,0,2,0]]],[],[[2,15,0,16,0,[0,5,1,18],[],[[5,4,18]]]],[2,0,2,0]];

 window.teardownFailureOutput["strings"] = [];

-window.teardownFailureOutput["strings"] = window.teardownFailureOutput["strings"].concat(["*","*teardownFailure","*/home/mkorpela/workspace/robot/utest/webcontent/spec/data/teardownFailure","*Suite teardown failed:\nAssertionError","*PassingFailing","*/home/mkorpela/workspace/robot/utest/webcontent/spec/data/teardownFailure/PassingFailing.txt","*teardownFailure/PassingFailing.txt","*Passing","*Teardown of the parent suite failed:\nAssertionError","*BuiltIn.Log","*<p>Logs the given message with the given level.</p>","*passing","*Failing","*In test\n\nAlso teardown of the parent suite failed:\nAssertionError","*BuiltIn.Fail","*<p>Fails the test with the given message and optionally alters its tags.</p>","*In test","*AssertionError"]); +window.teardownFailureOutput["strings"] = window.teardownFailureOutput["strings"].concat(["*","*teardownFailure","*/Users/mikhanni/koodi/robotframework/utest/webcontent/spec/data/teardownFailure","*utest/webcontent/spec/data/teardownFailure","*Suite teardown failed:\nAssertionError","*PassingFailing","*/Users/mikhanni/koodi/robotframework/utest/webcontent/spec/data/teardownFailure/PassingFailing.txt","*utest/webcontent/spec/data/teardownFailure/PassingFailing.txt","*Passing","*Parent suite teardown failed:\nAssertionError","*BuiltIn.Log","*<p>Logs the given message with the given level.</p>","*passing","*Failing","*In test\n\nAlso parent suite teardown failed:\nAssertionError","*BuiltIn.Fail","*<p>Fails the test with the given message and optionally alters its tags.</p>","*In test","*AssertionError"]);

-window.teardownFailureOutput["generatedTimestamp"] = "20130404 15:36:19 GMT +03:00"; +window.teardownFailureOutput["generatedTimestamp"] = "20130529 14:41:30 GMT +03:00";

 window.teardownFailureOutput["errors"] = [];

window.teardownFailureOutput["stats"] = [[{"elapsed":"00:00:00","fail":2,"label":"Critical Tests","pass":0},{"elapsed":"00:00:00","fail":2,"label":"All Tests","pass":0}],[],[{"elapsed":"00:00:00","fail":2,"id":"s1","label":"teardownFailure","name":"teardownFailure","pass":0},{"elapsed":"00:00:00","fail":2,"id":"s1-s1","label":"teardownFailure.PassingFailing","name":"PassingFailing","pass":0}]];

-window.teardownFailureOutput["generatedMillis"] = -857;
+window.teardownFailureOutput["generatedMillis"] = -122;

-window.teardownFailureOutput["baseMillis"] = 1365078979857;
+window.teardownFailureOutput["baseMillis"] = 1369827690122;

window.settings = {"background":{"fail":"DeepPink"},"logURL":"log.html","reportURL":"report.html"};

=======================================
--- /utest/webcontent/spec/data/TestsAndKeywords.js     Thu Apr  4 05:43:10 2013
+++ /utest/webcontent/spec/data/TestsAndKeywords.js     Wed May 29 04:42:53 2013
@@ -1,20 +1,20 @@
 window.testsAndKeywordsOutput = {};

-window.testsAndKeywordsOutput["suite"] = [1,2,3,0,[],[1,0,30],[],[[4,0,1,0,[],[1,23,4],[[0,5,0,0,0,[1,23,1],[[0,6,0,7,0,[1,24,0],[],[]]],[]],[0,8,0,0,0,[1,24,1],[[0,6,0,7,0,[1,25,0],[],[]]],[]],[0,9,0,0,0,[1,25,1],[[0,6,0,7,0,[1,25,1],[],[]]],[]],[0,10,0,0,0,[1,26,0],[[0,6,0,7,0,[1,26,0],[],[]]],[]]]],[11,0,1,0,[],[1,27,0],[[0,6,0,7,0,[1,27,0],[],[]]]],[12,0,1,0,[],[1,28,1],[[0,6,0,7,0,[1,28,1],[],[]]]],[13,0,1,0,[],[1,29,1],[[0,6,0,7,0,[1,29,0],[],[]]]]],[],[4,4,4,4]]; +window.testsAndKeywordsOutput["suite"] = [1,2,3,0,[],[1,0,6],[],[[4,0,1,0,[],[1,0,3],[[0,5,0,0,0,[1,0,1],[[0,6,0,7,0,[1,1,0],[],[]]],[]],[0,8,0,0,0,[1,1,1],[[0,6,0,7,0,[1,1,1],[],[]]],[]],[0,9,0,0,0,[1,2,0],[[0,6,0,7,0,[1,2,0],[],[]]],[]],[0,10,0,0,0,[1,2,1],[[0,6,0,7,0,[1,3,0],[],[]]],[]]]],[11,0,1,0,[],[1,3,1],[[0,6,0,7,0,[1,4,0],[],[]]]],[12,0,1,0,[],[1,4,1],[[0,6,0,7,0,[1,5,0],[],[]]]],[13,0,1,0,[],[1,5,1],[[0,6,0,7,0,[1,5,1],[],[]]]]],[],[4,4,4,4]];

 window.testsAndKeywordsOutput["strings"] = [];

-window.testsAndKeywordsOutput["strings"] = window.testsAndKeywordsOutput["strings"].concat(["*","*TestsAndKeywords","*/home/mkorpela/workspace/robot/utest/webcontent/spec/data/TestsAndKeywords.txt","*TestsAndKeywords.txt","*Test 1","*kw1","*BuiltIn.No Operation","*<p>Does absolutely nothing.</p>","*kw2","*kw3","*kw4","*Test 2","*Test 3","*Test 4"]); +window.testsAndKeywordsOutput["strings"] = window.testsAndKeywordsOutput["strings"].concat(["*","*TestsAndKeywords","*/Users/mikhanni/koodi/robotframework/utest/webcontent/spec/data/TestsAndKeywords.txt","*utest/webcontent/spec/data/TestsAndKeywords.txt","*Test 1","*kw1","*BuiltIn.No Operation","*<p>Does absolutely nothing.</p>","*kw2","*kw3","*kw4","*Test 2","*Test 3","*Test 4"]);

-window.testsAndKeywordsOutput["generatedTimestamp"] = "20130404 15:36:19 GMT +03:00"; +window.testsAndKeywordsOutput["generatedTimestamp"] = "20130529 14:41:30 GMT +03:00";

 window.testsAndKeywordsOutput["errors"] = [];

window.testsAndKeywordsOutput["stats"] = [[{"elapsed":"00:00:00","fail":0,"label":"Critical Tests","pass":4},{"elapsed":"00:00:00","fail":0,"label":"All Tests","pass":4}],[],[{"elapsed":"00:00:00","fail":0,"id":"s1","label":"TestsAndKeywords","name":"TestsAndKeywords","pass":4}]];

-window.testsAndKeywordsOutput["generatedMillis"] = -925;
+window.testsAndKeywordsOutput["generatedMillis"] = -192;

-window.testsAndKeywordsOutput["baseMillis"] = 1365078979925;
+window.testsAndKeywordsOutput["baseMillis"] = 1369827690192;

window.settings = {"background":{"fail":"DeepPink"},"logURL":"log.html","reportURL":"report.html"};

=======================================
--- /utest/webcontent/spec/data/allData.js      Thu Apr  4 05:43:10 2013
+++ /utest/webcontent/spec/data/allData.js      Wed May 29 04:42:53 2013
@@ -1,20 +1,20 @@
 window.allDataOutput = {};

-window.allDataOutput["suite"] = [1,2,3,0,[],[0,0,164],[[4,5,6,0,[],[1,22,6],[],[[7,0,1,0,[],[1,24,4],[[0,8,0,9,10,[1,24,1],[],[[24,2,11]]],[0,8,0,9,12,[1,25,0],[],[[25,2,12]]],[0,8,0,9,13,[1,25,0],[],[[25,3,15]]],[0,16,0,17,18,[1,26,0],[],[[26,2,19],[26,0,20]]],[0,8,0,9,21,[1,26,0],[],[[26,0,22],[26,1,23],[27,0,24]]],[0,8,0,9,25,[1,27,0],[],[[27,0,26],[27,0,27],[27,0,24]]],[0,16,0,17,28,[1,27,1],[],[[27,0,29],[28,2,30]]]]]],[],[1,1,1,1]],[31,32,33,0,[],[1,28,6],[],[[34,0,1,0,[],[1,31,2],[[1,8,0,9,35,[1,31,1],[],[[32,2,35]]],[0,36,0,0,0,[1,32,1],[[0,37,0,38,0,[1,32,0],[],[]],[2,8,0,9,39,[1,33,0],[],[[33,2,39]]]],[]],[2,8,0,9,40,[1,33,0],[],[[33,2,40]]]]]],[[1,8,0,9,41,[1,30,1],[],[[31,2,41]]],[2,8,0,9,42,[1,34,0],[],[[34,2,42]]]],[1,1,1,1]],[43,44,45,46,[47,48],[1,34,108],[],[[34,49,1,50,[51,52],[1,36,105],[[0,53,0,54,55,[1,37,101],[],[[137,2,56]]],[3,57,0,0,0,[1,138,3],[[4,58,0,0,0,[1,138,1],[[0,59,0,0,60,[1,138,1],[[0,8,0,9,61,[1,138,1],[],[[138,2,62]]]],[]]],[]],[4,63,0,0,0,[1,139,2],[[0,59,0,0,60,[1,139,2],[[0,8,0,9,61,[1,140,1],[],[[141,2,64]]]],[]]],[]]],[]]]]],[],[1,1,1,1]],[65,66,65,0,[],[0,143,13,67],[[68,69,70,0,[],[0,146,9],[],[[71,0,1,0,[],[0,150,2,72],[[0,8,0,9,73,[1,151,1],[],[[152,2,73]]]]],[74,0,1,0,[],[0,152,2,75],[[0,76,0,77,78,[0,153,1],[],[[154,4,78]]]]]],[],[2,0,2,0]]],[],[[2,76,0,77,0,[0,155,1,79],[],[[156,4,79]]]],[2,0,2,0]],[80,81,82,0,[],[1,156,8],[],[[83,0,1,0,[],[1,158,3],[[0,84,0,0,0,[1,158,1],[[0,37,0,38,0,[1,158,0],[],[]]],[]],[0,85,0,0,0,[1,159,0],[[0,37,0,38,0,[1,159,0],[],[]]],[]],[0,86,0,0,0,[1,159,1],[[0,37,0,38,0,[1,160,0],[],[]]],[]],[0,87,0,0,0,[1,160,1],[[0,37,0,38,0,[1,160,1],[],[]]],[]]]],[88,0,1,0,[],[1,161,1],[[0,37,0,38,0,[1,161,0],[],[]]]],[89,0,1,0,[],[1,162,1],[[0,37,0,38,0,[1,162,0],[],[]]]],[90,0,1,0,[],[1,163,0],[[0,37,0,38,0,[1,163,0],[],[]]]]],[],[4,4,4,4]]],[],[],[9,7,9,7]]; +window.allDataOutput["suite"] = [1,2,3,0,[],[0,0,138],[[4,5,6,0,[],[0,2,4],[],[[7,0,1,0,[],[0,2,3,8],[[0,9,0,10,11,[1,2,0],[],[[2,2,12]]],[0,9,0,10,13,[1,3,0],[],[[3,2,13]]],[0,9,0,10,14,[1,3,0],[],[[3,3,16]]],[0,17,0,18,19,[1,3,1],[],[[4,2,20],[4,0,21]]],[0,9,0,10,22,[1,4,0],[],[[4,0,23],[4,1,24],[4,0,25]]],[0,9,0,10,26,[1,4,0],[],[[4,0,27],[4,0,28],[4,0,25]]],[0,17,0,18,29,[1,5,0],[],[[5,0,30],[5,2,31]]],[0,32,0,33,34,[0,5,0],[],[[5,4,8]]]]]],[],[1,0,1,0]],[35,36,37,0,[],[1,8,3],[],[[38,0,1,0,[],[1,8,3],[[1,9,0,10,39,[1,9,0],[],[[9,2,39]]],[0,40,0,0,0,[1,9,1],[[0,41,0,42,0,[1,10,0],[],[]],[2,9,0,10,43,[1,10,0],[],[[10,2,43]]]],[]],[2,9,0,10,44,[1,10,1],[],[[11,2,44]]]]]],[[1,9,0,10,45,[1,8,0],[],[[8,2,45]]],[2,9,0,10,46,[1,11,0],[],[[11,2,46]]]],[1,1,1,1]],[47,48,49,50,[51,52],[1,14,106],[],[[38,53,1,54,[55,56],[1,14,105],[[0,57,0,58,59,[1,14,102],[],[[116,2,60]]],[3,61,0,0,0,[1,116,3],[[4,62,0,0,0,[1,116,2],[[0,63,0,0,64,[1,116,2],[[0,9,0,10,65,[1,117,1],[],[[118,2,66]]]],[]]],[]],[4,67,0,0,0,[1,118,1],[[0,63,0,0,64,[1,118,1],[[0,9,0,10,65,[1,119,0],[],[[119,2,68]]]],[]]],[]]],[]]]]],[],[1,1,1,1]],[69,70,71,0,[],[0,122,6,72],[[73,74,75,0,[],[0,124,3],[],[[76,0,1,0,[],[0,125,1,77],[[0,9,0,10,78,[1,125,0],[],[[125,2,78]]]]],[79,0,1,0,[],[0,126,1,80],[[0,32,0,33,81,[0,126,1],[],[[127,4,81]]]]]],[],[2,0,2,0]]],[],[[2,32,0,33,0,[0,128,0,82],[],[[128,4,82]]]],[2,0,2,0]],[83,84,85,0,[],[1,131,6],[],[[86,0,1,0,[],[1,131,3],[[0,87,0,0,0,[1,131,1],[[0,41,0,42,0,[1,132,0],[],[]]],[]],[0,88,0,0,0,[1,132,1],[[0,41,0,42,0,[1,132,1],[],[]]],[]],[0,89,0,0,0,[1,133,0],[[0,41,0,42,0,[1,133,0],[],[]]],[]],[0,90,0,0,0,[1,133,1],[[0,41,0,42,0,[1,134,0],[],[]]],[]]]],[91,0,1,0,[],[1,134,1],[[0,41,0,42,0,[1,135,0],[],[]]]],[92,0,1,0,[],[1,135,1],[[0,41,0,42,0,[1,136,0],[],[]]]],[93,0,1,0,[],[1,136,1],[[0,41,0,42,0,[1,137,0],[],[]]]]],[],[4,4,4,4]]],[],[],[9,6,9,6]];

 window.allDataOutput["strings"] = [];

-window.allDataOutput["strings"] = window.allDataOutput["strings"].concat(["*","*Data","*/home/mkorpela/workspace/robot/utest/webcontent/spec/data","*data","*Messages","*/home/mkorpela/workspace/robot/utest/webcontent/spec/data/Messages.txt","*Messages.txt","*Test with messages","*BuiltIn.Log","*<p>Logs the given message with the given level.</p>","*&lt;h1&gt;html&lt;/h1&gt;, HTML","*<h1>html</h1>","*infolevelmessage","*warning, WARN","*s1-s1-t1-k3","*warning","*BuiltIn.Set Log Level","*<p>Sets the log threshold to the specified level and returns the old level.</p>","*TRACE","*Log level changed from INFO to TRACE","*Return: 'INFO'","*debugging, DEBUG","*Arguments: [ u'debugging' | u'DEBUG' ]","*debugging","*Return: None","*tracing, TRACE","*Arguments: [ u'tracing' | u'TRACE' ]","*tracing","*INFO","*Arguments: [ u'INFO' ]","*Log level changed from TRACE to INFO","*SetupsAndTeardowns","*/home/mkorpela/workspace/robot/utest/webcontent/spec/data/SetupsAndTeardowns.txt","*SetupsAndTeardowns.txt","*Test","*test setup","*Keyword with teardown","*BuiltIn.No Operation","*<p>Does absolutely nothing.</p>","*keyword teardown","*test teardown","*suite setup","*suite teardown","*Suite","*/home/mkorpela/workspace/robot/utest/webcontent/spec/data/Suite.txt","*Suite.txt","*<p>suite doc</p>","*meta","*<p>data</p>","*1 second","*<p>test doc</p>","*tag1","*tag2","*BuiltIn.Sleep","*<p>Pauses the test executed for the given time.</p>","*0.1 seconds","*Slept 100 milliseconds","*${i} IN RANGE [ 2 ]","*${i} = 0","*my keyword","*${i}","*index is ${index}","*index is 0","*${i} = 1","*index is 1","*teardownFailure","*/home/mkorpela/workspace/robot/utest/webcontent/spec/data/teardownFailure","*Suite teardown failed:\nAssertionError","*PassingFailing","*/home/mkorpela/workspace/robot/utest/webcontent/spec/data/teardownFailure/PassingFailing.txt","*teardownFailure/PassingFailing.txt","*Passing","*Teardown of the parent suite failed:\nAssertionError","*passing","*Failing","*In test\n\nAlso teardown of the parent suite failed:\nAssertionError","*BuiltIn.Fail","*<p>Fails the test with the given message and optionally alters its tags.</p>","*In test","*AssertionError","*TestsAndKeywords","*/home/mkorpela/workspace/robot/utest/webcontent/spec/data/TestsAndKeywords.txt","*TestsAndKeywords.txt","*Test 1","*kw1","*kw2","*kw3","*kw4","*Test 2","*Test 3","*Test 4"]); +window.allDataOutput["strings"] = window.allDataOutput["strings"].concat(["*","*Data","*/Users/mikhanni/koodi/robotframework/utest/webcontent/spec/data","*utest/webcontent/spec/data","*Messages","*/Users/mikhanni/koodi/robotframework/utest/webcontent/spec/data/Messages.txt","*utest/webcontent/spec/data/Messages.txt","*Test with messages","*HTML tagged content <a href='http://www.robotframework.org'>Robot Framework</a>","*BuiltIn.Log","*<p>Logs the given message with the given level.</p>","*&lt;h1&gt;html&lt;/h1&gt;, HTML","*<h1>html</h1>","*infolevelmessage","*warning, WARN","*s1-s1-t1-k3","*warning","*BuiltIn.Set Log Level","*<p>Sets the log threshold to the specified level and returns the old level.</p>","*TRACE","*Log level changed from INFO to TRACE","*Return: 'INFO'","*debugging, DEBUG","*Arguments: [ u'debugging' | u'DEBUG' ]","*debugging","*Return: None","*tracing, TRACE","*Arguments: [ u'tracing' | u'TRACE' ]","*tracing","*INFO","*Arguments: [ u'INFO' ]","*Log level changed from TRACE to INFO","*BuiltIn.Fail","*<p>Fails the test with the given message and optionally alters its tags.</p>","**HTML* HTML tagged content &lt;a href='http://www.robotframework.org'&gt;Robot Framework&lt;/a&gt;","*SetupsAndTeardowns","*/Users/mikhanni/koodi/robotframework/utest/webcontent/spec/data/SetupsAndTeardowns.txt","*utest/webcontent/spec/data/SetupsAndTeardowns.txt","*Test","*test setup","*Keyword with teardown","*BuiltIn.No Operation","*<p>Does absolutely nothing.</p>","*keyword teardown","*test teardown","*suite setup","*suite teardown","*Suite","*/Users/mikhanni/koodi/robotframework/utest/webcontent/spec/data/Suite.txt","*utest/webcontent/spec/data/Suite.txt","*<p>suite doc</p>","*meta","*<p>data</p>","*1 second","*<p>test doc</p>","*tag1","*tag2","*BuiltIn.Sleep","*<p>Pauses the test executed for the given time.</p>","*0.1 seconds","*Slept 100 milliseconds","*${i} IN RANGE [ 2 ]","*${i} = 0","*my keyword","*${i}","*index is ${index}","*index is 0","*${i} = 1","*index is 1","*teardownFailure","*/Users/mikhanni/koodi/robotframework/utest/webcontent/spec/data/teardownFailure","*utest/webcontent/spec/data/teardownFailure","*Suite teardown failed:\nAssertionError","*PassingFailing","*/Users/mikhanni/koodi/robotframework/utest/webcontent/spec/data/teardownFailure/PassingFailing.txt","*utest/webcontent/spec/data/teardownFailure/PassingFailing.txt","*Passing","*Parent suite teardown failed:\nAssertionError","*passing","*Failing","*In test\n\nAlso parent suite teardown failed:\nAssertionError","*In test","*AssertionError","*TestsAndKeywords","*/Users/mikhanni/koodi/robotframework/utest/webcontent/spec/data/TestsAndKeywords.txt","*utest/webcontent/spec/data/TestsAndKeywords.txt","*Test 1","*kw1","*kw2","*kw3","*kw4","*Test 2","*Test 3","*Test 4"]);

-window.allDataOutput["generatedTimestamp"] = "20130404 15:36:20 GMT +03:00"; +window.allDataOutput["generatedTimestamp"] = "20130529 14:41:30 GMT +03:00";

-window.allDataOutput["errors"] = [[25,3,15,14]];
+window.allDataOutput["errors"] = [[3,3,16,15]];

-window.allDataOutput["stats"] = [[{"elapsed":"00:00:00","fail":2,"label":"Critical Tests","pass":7},{"elapsed":"00:00:00","fail":2,"label":"All Tests","pass":7}],[{"elapsed":"00:00:00","fail":0,"label":"tag1","pass":1},{"elapsed":"00:00:00","fail":0,"label":"tag2","pass":1}],[{"elapsed":"00:00:00","fail":2,"id":"s1","label":"Data","name":"Data","pass":7},{"elapsed":"00:00:00","fail":0,"id":"s1-s1","label":"Data.Messages","name":"Messages","pass":1},{"elapsed":"00:00:00","fail":0,"id":"s1-s2","label":"Data.SetupsAndTeardowns","name":"SetupsAndTeardowns","pass":1},{"elapsed":"00:00:00","fail":0,"id":"s1-s3","label":"Data.Suite","name":"Suite","pass":1},{"elapsed":"00:00:00","fail":2,"id":"s1-s4","label":"Data.teardownFailure","name":"teardownFailure","pass":0},{"elapsed":"00:00:00","fail":2,"id":"s1-s4-s1","label":"Data.teardownFailure.PassingFailing","name":"PassingFailing","pass":0},{"elapsed":"00:00:00","fail":0,"id":"s1-s5","label":"Data.TestsAndKeywords","name":"TestsAndKeywords","pass":4}]]; +window.allDataOutput["stats"] = [[{"elapsed":"00:00:00","fail":3,"label":"Critical Tests","pass":6},{"elapsed":"00:00:00","fail":3,"label":"All Tests","pass":6}],[{"elapsed":"00:00:00","fail":0,"label":"tag1","pass":1},{"elapsed":"00:00:00","fail":0,"label":"tag2","pass":1}],[{"elapsed":"00:00:00","fail":3,"id":"s1","label":"Data","name":"Data","pass":6},{"elapsed":"00:00:00","fail":1,"id":"s1-s1","label":"Data.Messages","name":"Messages","pass":0},{"elapsed":"00:00:00","fail":0,"id":"s1-s2","label":"Data.SetupsAndTeardowns","name":"SetupsAndTeardowns","pass":1},{"elapsed":"00:00:00","fail":0,"id":"s1-s3","label":"Data.Suite","name":"Suite","pass":1},{"elapsed":"00:00:00","fail":2,"id":"s1-s4","label":"Data.teardownFailure","name":"teardownFailure","pass":0},{"elapsed":"00:00:00","fail":2,"id":"s1-s4-s1","label":"Data.teardownFailure.PassingFailing","name":"PassingFailing","pass":0},{"elapsed":"00:00:00","fail":0,"id":"s1-s5","label":"Data.TestsAndKeywords","name":"TestsAndKeywords","pass":4}]];

-window.allDataOutput["generatedMillis"] = 26;
+window.allDataOutput["generatedMillis"] = -237;

-window.allDataOutput["baseMillis"] = 1365078979974;
+window.allDataOutput["baseMillis"] = 1369827690237;

window.settings = {"background":{"fail":"DeepPink"},"logURL":"log.html","reportURL":"report.html"};

=======================================
--- /utest/webcontent/spec/data/splitting.js    Thu Apr  4 05:43:10 2013
+++ /utest/webcontent/spec/data/splitting.js    Wed May 29 04:42:53 2013
@@ -1,44 +1,44 @@
 window.splittingOutput = {};

-window.splittingOutput["suite"] = [1,2,3,0,[],[0,0,159],[[4,5,6,0,[],[1,20,6],[],[[7,0,1,0,[],[1,22,3],1]],[],[1,1,1,1]],[9,10,11,0,[],[1,26,5],[],[[12,0,1,0,[],[1,28,2],2]],[[1,13,0,14,15,[1,28,0],3,[[28,2,15]]],[2,13,0,14,16,[1,31,0],4,[[31,2,16]]]],[1,1,1,1]],[17,18,19,20,[21,22],[1,31,107],[],[[12,23,1,24,[25,26],[1,33,104],5]],[],[1,1,1,1]],[27,28,27,0,[],[0,139,12,29],[[30,31,32,0,[],[0,142,8],[],[[33,0,1,0,[],[0,146,2,34],6],[35,0,1,0,[],[0,148,2,36],7]],[],[2,0,2,0]]],[],[[2,37,0,38,0,[0,150,1,39],8,[[151,4,39]]]],[2,0,2,0]],[40,41,42,0,[],[1,151,8],[],[[43,0,1,0,[],[1,153,3],9],[44,0,1,0,[],[1,156,1],10],[45,0,1,0,[],[1,157,1],11],[46,0,1,0,[],[1,158,0],12]],[],[4,4,4,4]]],[],[],[9,7,9,7]]; +window.splittingOutput["suite"] = [1,2,3,0,[],[0,0,137],[[4,5,6,0,[],[0,2,4],[],[[7,0,1,0,[],[0,2,4,8],1]],[],[1,0,1,0]],[10,11,12,0,[],[1,9,4],[],[[13,0,1,0,[],[1,10,2],2]],[[1,14,0,15,16,[1,10,0],3,[[10,2,16]]],[2,14,0,15,17,[1,13,0],4,[[13,2,17]]]],[1,1,1,1]],[18,19,20,21,[22,23],[1,15,105],[],[[13,24,1,25,[26,27],[1,15,104],5]],[],[1,1,1,1]],[28,29,30,0,[],[0,122,5,31],[[32,33,34,0,[],[0,124,2],[],[[35,0,1,0,[],[0,124,1,36],6],[37,0,1,0,[],[0,125,1,38],7]],[],[2,0,2,0]]],[],[[2,39,0,40,0,[0,127,0,41],8,[[127,4,41]]]],[2,0,2,0]],[42,43,44,0,[],[1,130,6],[],[[45,0,1,0,[],[1,130,3],9],[46,0,1,0,[],[1,134,0],10],[47,0,1,0,[],[1,134,1],11],[48,0,1,0,[],[1,135,1],12]],[],[4,4,4,4]]],[],[],[9,6,9,6]];

 window.splittingOutput["strings"] = [];

-window.splittingOutput["strings"] = window.splittingOutput["strings"].concat(["*","*Data","*/home/mkorpela/workspace/robot/utest/webcontent/spec/data","*data","*Messages","*/home/mkorpela/workspace/robot/utest/webcontent/spec/data/Messages.txt","*Messages.txt","*Test with messages","*s1-s1-t1-k3","*SetupsAndTeardowns","*/home/mkorpela/workspace/robot/utest/webcontent/spec/data/SetupsAndTeardowns.txt","*SetupsAndTeardowns.txt","*Test","*BuiltIn.Log","*<p>Logs the given message with the given level.</p>","*suite setup","*suite teardown","*Suite","*/home/mkorpela/workspace/robot/utest/webcontent/spec/data/Suite.txt","*Suite.txt","*<p>suite doc</p>","*meta","*<p>data</p>","*1 second","*<p>test doc</p>","*tag1","*tag2","*teardownFailure","*/home/mkorpela/workspace/robot/utest/webcontent/spec/data/teardownFailure","*Suite teardown failed:\nAssertionError","*PassingFailing","*/home/mkorpela/workspace/robot/utest/webcontent/spec/data/teardownFailure/PassingFailing.txt","*teardownFailure/PassingFailing.txt","*Passing","*Teardown of the parent suite failed:\nAssertionError","*Failing","*In test\n\nAlso teardown of the parent suite failed:\nAssertionError","*BuiltIn.Fail","*<p>Fails the test with the given message and optionally alters its tags.</p>","*AssertionError","*TestsAndKeywords","*/home/mkorpela/workspace/robot/utest/webcontent/spec/data/TestsAndKeywords.txt","*TestsAndKeywords.txt","*Test 1","*Test 2","*Test 3","*Test 4","*warning"]); +window.splittingOutput["strings"] = window.splittingOutput["strings"].concat(["*","*Data","*/Users/mikhanni/koodi/robotframework/utest/webcontent/spec/data","*utest/webcontent/spec/data","*Messages","*/Users/mikhanni/koodi/robotframework/utest/webcontent/spec/data/Messages.txt","*utest/webcontent/spec/data/Messages.txt","*Test with messages","*HTML tagged content <a href='http://www.robotframework.org'>Robot Framework</a>","*s1-s1-t1-k3","*SetupsAndTeardowns","*/Users/mikhanni/koodi/robotframework/utest/webcontent/spec/data/SetupsAndTeardowns.txt","*utest/webcontent/spec/data/SetupsAndTeardowns.txt","*Test","*BuiltIn.Log","*<p>Logs the given message with the given level.</p>","*suite setup","*suite teardown","*Suite","*/Users/mikhanni/koodi/robotframework/utest/webcontent/spec/data/Suite.txt","*utest/webcontent/spec/data/Suite.txt","*<p>suite doc</p>","*meta","*<p>data</p>","*1 second","*<p>test doc</p>","*tag1","*tag2","*teardownFailure","*/Users/mikhanni/koodi/robotframework/utest/webcontent/spec/data/teardownFailure","*utest/webcontent/spec/data/teardownFailure","*Suite teardown failed:\nAssertionError","*PassingFailing","*/Users/mikhanni/koodi/robotframework/utest/webcontent/spec/data/teardownFailure/PassingFailing.txt","*utest/webcontent/spec/data/teardownFailure/PassingFailing.txt","*Passing","*Parent suite teardown failed:\nAssertionError","*Failing","*In test\n\nAlso parent suite teardown failed:\nAssertionError","*BuiltIn.Fail","*<p>Fails the test with the given message and optionally alters its tags.</p>","*AssertionError","*TestsAndKeywords","*/Users/mikhanni/koodi/robotframework/utest/webcontent/spec/data/TestsAndKeywords.txt","*utest/webcontent/spec/data/TestsAndKeywords.txt","*Test 1","*Test 2","*Test 3","*Test 4","*warning"]);

-window.splittingOutput["generatedTimestamp"] = "20130404 15:36:20 GMT +03:00"; +window.splittingOutput["generatedTimestamp"] = "20130529 14:41:30 GMT +03:00";

-window.splittingOutput["errors"] = [[23,3,47,8]];
+window.splittingOutput["errors"] = [[3,3,49,9]];

-window.splittingOutput["stats"] = [[{"elapsed":"00:00:00","fail":2,"label":"Critical Tests","pass":7},{"elapsed":"00:00:00","fail":2,"label":"All Tests","pass":7}],[{"elapsed":"00:00:00","fail":0,"label":"tag1","pass":1},{"elapsed":"00:00:00","fail":0,"label":"tag2","pass":1}],[{"elapsed":"00:00:00","fail":2,"id":"s1","label":"Data","name":"Data","pass":7},{"elapsed":"00:00:00","fail":0,"id":"s1-s1","label":"Data.Messages","name":"Messages","pass":1},{"elapsed":"00:00:00","fail":0,"id":"s1-s2","label":"Data.SetupsAndTeardowns","name":"SetupsAndTeardowns","pass":1},{"elapsed":"00:00:00","fail":0,"id":"s1-s3","label":"Data.Suite","name":"Suite","pass":1},{"elapsed":"00:00:00","fail":2,"id":"s1-s4","label":"Data.teardownFailure","name":"teardownFailure","pass":0},{"elapsed":"00:00:00","fail":2,"id":"s1-s4-s1","label":"Data.teardownFailure.PassingFailing","name":"PassingFailing","pass":0},{"elapsed":"00:00:00","fail":0,"id":"s1-s5","label":"Data.TestsAndKeywords","name":"TestsAndKeywords","pass":4}]]; +window.splittingOutput["stats"] = [[{"elapsed":"00:00:00","fail":3,"label":"Critical Tests","pass":6},{"elapsed":"00:00:00","fail":3,"label":"All Tests","pass":6}],[{"elapsed":"00:00:00","fail":0,"label":"tag1","pass":1},{"elapsed":"00:00:00","fail":0,"label":"tag2","pass":1}],[{"elapsed":"00:00:00","fail":3,"id":"s1","label":"Data","name":"Data","pass":6},{"elapsed":"00:00:00","fail":1,"id":"s1-s1","label":"Data.Messages","name":"Messages","pass":0},{"elapsed":"00:00:00","fail":0,"id":"s1-s2","label":"Data.SetupsAndTeardowns","name":"SetupsAndTeardowns","pass":1},{"elapsed":"00:00:00","fail":0,"id":"s1-s3","label":"Data.Suite","name":"Suite","pass":1},{"elapsed":"00:00:00","fail":2,"id":"s1-s4","label":"Data.teardownFailure","name":"teardownFailure","pass":0},{"elapsed":"00:00:00","fail":2,"id":"s1-s4-s1","label":"Data.teardownFailure.PassingFailing","name":"PassingFailing","pass":0},{"elapsed":"00:00:00","fail":0,"id":"s1-s5","label":"Data.TestsAndKeywords","name":"TestsAndKeywords","pass":4}]];

-window.splittingOutput["generatedMillis"] = -172;
+window.splittingOutput["generatedMillis"] = -429;

-window.splittingOutput["baseMillis"] = 1365078980172;
+window.splittingOutput["baseMillis"] = 1369827690429;

window.settings = {"background":{"fail":"DeepPink"},"logURL":"log.html","reportURL":"report.html"};

-window.splittingOutputKeywords0 = [[0,1,0,2,3,[1,22,1],[],[[23,2,4]]],[0,1,0,2,5,[1,23,0],[],[[23,2,5]]],[0,1,0,2,6,[1,23,1],[],[[23,3,7]]],[0,8,0,9,10,[1,24,0],[],[[24,2,11],[24,0,12]]],[0,1,0,2,13,[1,24,0],[],[[24,0,14],[24,1,15],[24,0,16]]],[0,1,0,2,17,[1,25,0],[],[[25,0,18],[25,0,19],[25,0,16]]],[0,8,0,9,20,[1,25,0],[],[[25,0,21],[25,2,22]]]]; -window.splittingOutputStrings0 = ["*","*BuiltIn.Log","*<p>Logs the given message with the given level.</p>","*&lt;h1&gt;html&lt;/h1&gt;, HTML","*<h1>html</h1>","*infolevelmessage","*warning, WARN","*warning","*BuiltIn.Set Log Level","*<p>Sets the log threshold to the specified level and returns the old level.</p>","*TRACE","*Log level changed from INFO to TRACE","*Return: 'INFO'","*debugging, DEBUG","*Arguments: [ u'debugging' | u'DEBUG' ]","*debugging","*Return: None","*tracing, TRACE","*Arguments: [ u'tracing' | u'TRACE' ]","*tracing","*INFO","*Arguments: [ u'INFO' ]","*Log level changed from TRACE to INFO"]; -window.splittingOutputKeywords1 = [[1,1,0,2,3,[1,28,1],[],[[29,2,3]]],[0,4,0,0,0,[1,29,1],[[0,5,0,6,0,[1,29,0],[],[]],[2,1,0,2,7,[1,30,0],[],[[30,2,7]]]],[]],[2,1,0,2,8,[1,30,0],[],[[30,2,8]]]]; +window.splittingOutputKeywords0 = [[0,1,0,2,3,[1,2,1],[],[[3,2,4]]],[0,1,0,2,5,[1,3,0],[],[[3,2,5]]],[0,1,0,2,6,[1,3,0],[],[[3,3,7]]],[0,8,0,9,10,[1,4,0],[],[[4,2,11],[4,0,12]]],[0,1,0,2,13,[1,4,0],[],[[4,0,14],[4,1,15],[4,0,16]]],[0,1,0,2,17,[1,4,1],[],[[4,0,18],[5,0,19],[5,0,16]]],[0,8,0,9,20,[1,5,0],[],[[5,0,21],[5,2,22]]],[0,23,0,24,25,[0,5,1],[],[[5,4,26]]]]; +window.splittingOutputStrings0 = ["*","*BuiltIn.Log","*<p>Logs the given message with the given level.</p>","*&lt;h1&gt;html&lt;/h1&gt;, HTML","*<h1>html</h1>","*infolevelmessage","*warning, WARN","*warning","*BuiltIn.Set Log Level","*<p>Sets the log threshold to the specified level and returns the old level.</p>","*TRACE","*Log level changed from INFO to TRACE","*Return: 'INFO'","*debugging, DEBUG","*Arguments: [ u'debugging' | u'DEBUG' ]","*debugging","*Return: None","*tracing, TRACE","*Arguments: [ u'tracing' | u'TRACE' ]","*tracing","*INFO","*Arguments: [ u'INFO' ]","*Log level changed from TRACE to INFO","*BuiltIn.Fail","*<p>Fails the test with the given message and optionally alters its tags.</p>","**HTML* HTML tagged content &lt;a href='http://www.robotframework.org'&gt;Robot Framework&lt;/a&gt;","*HTML tagged content <a href='http://www.robotframework.org'>Robot Framework</a>"]; +window.splittingOutputKeywords1 = [[1,1,0,2,3,[1,10,1],[],[[11,2,3]]],[0,4,0,0,0,[1,11,1],[[0,5,0,6,0,[1,11,0],[],[]],[2,1,0,2,7,[1,11,1],[],[[12,2,7]]]],[]],[2,1,0,2,8,[1,12,0],[],[[12,2,8]]]]; window.splittingOutputStrings1 = ["*","*BuiltIn.Log","*<p>Logs the given message with the given level.</p>","*test setup","*Keyword with teardown","*BuiltIn.No Operation","*<p>Does absolutely nothing.</p>","*keyword teardown","*test teardown"];
 window.splittingOutputKeywords2 = [];
 window.splittingOutputStrings2 = ["*"];
 window.splittingOutputKeywords3 = [];
 window.splittingOutputStrings3 = ["*"];
-window.splittingOutputKeywords4 = [[0,1,0,2,3,[1,34,101],[],[[135,2,4]]],[3,5,0,0,0,[1,135,2],[[4,6,0,0,0,[1,135,1],[[0,7,0,0,8,[1,135,1],[[0,9,0,10,11,[1,135,1],[],[[136,2,12]]]],[]]],[]],[4,13,0,0,0,[1,136,1],[[0,7,0,0,8,[1,136,1],[[0,9,0,10,11,[1,136,1],[],[[137,2,14]]]],[]]],[]]],[]]]; +window.splittingOutputKeywords4 = [[0,1,0,2,3,[1,16,101],[],[[117,2,4]]],[3,5,0,0,0,[1,117,2],[[4,6,0,0,0,[1,117,1],[[0,7,0,0,8,[1,117,1],[[0,9,0,10,11,[1,118,0],[],[[118,2,12]]]],[]]],[]],[4,13,0,0,0,[1,118,1],[[0,7,0,0,8,[1,118,1],[[0,9,0,10,11,[1,119,0],[],[[119,2,14]]]],[]]],[]]],[]]]; window.splittingOutputStrings4 = ["*","*BuiltIn.Sleep","*<p>Pauses the test executed for the given time.</p>","*0.1 seconds","*Slept 100 milliseconds","*${i} IN RANGE [ 2 ]","*${i} = 0","*my keyword","*${i}","*BuiltIn.Log","*<p>Logs the given message with the given level.</p>","*index is ${index}","*index is 0","*${i} = 1","*index is 1"];
-window.splittingOutputKeywords5 = [[0,1,0,2,3,[1,147,1],[],[[148,2,3]]]];
+window.splittingOutputKeywords5 = [[0,1,0,2,3,[1,125,0],[],[[125,2,3]]]];
window.splittingOutputStrings5 = ["*","*BuiltIn.Log","*<p>Logs the given message with the given level.</p>","*passing"];
-window.splittingOutputKeywords6 = [[0,1,0,2,3,[0,149,1],[],[[150,4,3]]]];
+window.splittingOutputKeywords6 = [[0,1,0,2,3,[0,126,0],[],[[126,4,3]]]];
window.splittingOutputStrings6 = ["*","*BuiltIn.Fail","*<p>Fails the test with the given message and optionally alters its tags.</p>","*In test"];
 window.splittingOutputKeywords7 = [];
 window.splittingOutputStrings7 = ["*"];
-window.splittingOutputKeywords8 = [[0,1,0,0,0,[1,153,1],[[0,2,0,3,0,[1,153,1],[],[]]],[]],[0,4,0,0,0,[1,154,0],[[0,2,0,3,0,[1,154,0],[],[]]],[]],[0,5,0,0,0,[1,155,0],[[0,2,0,3,0,[1,155,0],[],[]]],[]],[0,6,0,0,0,[1,155,1],[[0,2,0,3,0,[1,156,0],[],[]]],[]]]; +window.splittingOutputKeywords8 = [[0,1,0,0,0,[1,131,0],[[0,2,0,3,0,[1,131,0],[],[]]],[]],[0,4,0,0,0,[1,131,1],[[0,2,0,3,0,[1,132,0],[],[]]],[]],[0,5,0,0,0,[1,132,1],[[0,2,0,3,0,[1,132,1],[],[]]],[]],[0,6,0,0,0,[1,133,0],[[0,2,0,3,0,[1,133,0],[],[]]],[]]]; window.splittingOutputStrings8 = ["*","*kw1","*BuiltIn.No Operation","*<p>Does absolutely nothing.</p>","*kw2","*kw3","*kw4"];
-window.splittingOutputKeywords9 = [[0,1,0,2,0,[1,156,1],[],[]]];
+window.splittingOutputKeywords9 = [[0,1,0,2,0,[1,134,0],[],[]]];
window.splittingOutputStrings9 = ["*","*BuiltIn.No Operation","*<p>Does absolutely nothing.</p>"];
-window.splittingOutputKeywords10 = [[0,1,0,2,0,[1,157,0],[],[]]];
+window.splittingOutputKeywords10 = [[0,1,0,2,0,[1,135,0],[],[]]];
window.splittingOutputStrings10 = ["*","*BuiltIn.No Operation","*<p>Does absolutely nothing.</p>"];
-window.splittingOutputKeywords11 = [[0,1,0,2,0,[1,158,0],[],[]]];
+window.splittingOutputKeywords11 = [[0,1,0,2,0,[1,136,0],[],[]]];
window.splittingOutputStrings11 = ["*","*BuiltIn.No Operation","*<p>Does absolutely nothing.</p>"];

==============================================================================
Revision: 99096c14a73d
Branch:   default
Author:   Mika Hänninen <[email protected]>
Date:     Wed May 29 04:43:05 2013
Log:      Automated merge with https://code.google.com/p/robotframework/
http://code.google.com/p/robotframework/source/detail?r=99096c14a73d


--

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


Reply via email to