Revision: 3518
Author: janne.t.harkonen
Date: Wed May 26 00:04:48 2010
Log: Fixed public api tests since test names are no longer titlecasd
http://code.google.com/p/robotframework/source/detail?r=3518

Modified:
 /trunk/atest/testdata/public_api/testdata/output_modified_suite_data.txt
 /trunk/atest/testdata/public_api/testdata/output_modified_test_data.txt
 /trunk/atest/testdata/public_api/testdata/output_suite_data.txt
 /trunk/atest/testdata/public_api/testdata/output_test_data.txt
 /trunk/atest/testdata/public_api/testdata/run_suite_data.txt
 /trunk/atest/testdata/public_api/testdata/run_test_data.txt

=======================================
--- /trunk/atest/testdata/public_api/testdata/output_modified_suite_data.txt Mon Apr 6 06:45:17 2009 +++ /trunk/atest/testdata/public_api/testdata/output_modified_suite_data.txt Wed May 26 00:04:48 2010
@@ -10,9 +10,5 @@
critical stats passed| suite.critical_stats.passed | int(4) | int(1) | int(2) critical stats failed| suite.critical_stats.failed | int(0) | int(0) | int(0) subsuites| [ s.name for s in suite.suites ] | ['Empty Settings', 'Everything', 'Minimum'] | [] | [] -tests |[ t.name for t in suite.tests ] | [] | [ 'Empty Metadata' ] | [ 'Passing Test', 'Failing Test' ] +tests |[ t.name for t in suite.tests ] | [] | [ 'Empty Metadata' ] | [ 'Passing test', 'Failing Test' ]
 doc|suite.doc | '' | '' | Test cases for public API
-
-
-
-
=======================================
--- /trunk/atest/testdata/public_api/testdata/output_modified_test_data.txt Mon Apr 6 06:45:17 2009 +++ /trunk/atest/testdata/public_api/testdata/output_modified_test_data.txt Wed May 26 00:04:48 2010
@@ -1,5 +1,5 @@
-name|test.name| Empty Metadata | Passing Test | Failing Test | Test
-longname|test.longname | Testdata.Empty Settings.Empty Metadata | Testdata.Everything.Passing Test | Testdata.Everything.Failing Test | Testdata.Minimum.Test
+name|test.name| Empty Metadata | Passing test | Failing Test | Test
+longname|test.longname | Testdata.Empty Settings.Empty Metadata | Testdata.Everything.Passing test | Testdata.Everything.Failing Test | Testdata.Minimum.Test
 status | test.status | PASS | PASS | PASS | PASS
tags | test.tags | [] | ['force1', 'tag1', 'tag2'] | ['default1', 'force1'] | []
 setup | test.setup | None | N/A | None | None
@@ -7,7 +7,3 @@
 teardown | test.teardown | None | N/A | None | None
 teardown name | test.teardown.name | N/A | My Test Teardown | N/A | N/A
 doc |test.doc |  | This is a passing test | |
-
-
-
-
=======================================
--- /trunk/atest/testdata/public_api/testdata/output_suite_data.txt Mon Apr 6 06:45:17 2009 +++ /trunk/atest/testdata/public_api/testdata/output_suite_data.txt Wed May 26 00:04:48 2010
@@ -10,9 +10,5 @@
critical stats passed| suite.critical_stats.passed | int(3) | int(1) | int(1) critical stats failed| suite.critical_stats.failed | int(1) | int(0) | int(1) subsuites| [ s.name for s in suite.suites ] | ['Empty Settings', 'Everything', 'Minimum'] | [] | [] -tests |[ t.name for t in suite.tests ] | [] | [ 'Empty Metadata' ] | [ 'Passing Test', 'Failing Test' ] +tests |[ t.name for t in suite.tests ] | [] | [ 'Empty Metadata' ] | [ 'Passing test', 'Failing Test' ]
 doc|suite.doc | '' | '' | Test cases for public API
-
-
-
-
=======================================
--- /trunk/atest/testdata/public_api/testdata/output_test_data.txt Mon Apr 6 06:45:17 2009 +++ /trunk/atest/testdata/public_api/testdata/output_test_data.txt Wed May 26 00:04:48 2010
@@ -1,5 +1,5 @@
-name|test.name| Empty Metadata | Passing Test | Failing Test | Test
-longname|test.longname | Testdata.Empty Settings.Empty Metadata | Testdata.Everything.Passing Test | Testdata.Everything.Failing Test | Testdata.Minimum.Test
+name|test.name| Empty Metadata | Passing test | Failing Test | Test
+longname|test.longname | Testdata.Empty Settings.Empty Metadata | Testdata.Everything.Passing test | Testdata.Everything.Failing Test | Testdata.Minimum.Test
 status | test.status | PASS | PASS | FAIL | PASS
tags | test.tags | [] | ['force1', 'tag1', 'tag2'] | ['default1', 'force1'] | []
 setup | test.setup | None | N/A | None | None
@@ -7,7 +7,3 @@
 teardown | test.teardown | None | N/A | None | None
 teardown name | test.teardown.name | N/A | My Test Teardown | N/A | N/A
 doc |test.doc |  | This is a passing test | |
-
-
-
-
=======================================
--- /trunk/atest/testdata/public_api/testdata/run_suite_data.txt Tue May 4 08:59:28 2010 +++ /trunk/atest/testdata/public_api/testdata/run_suite_data.txt Wed May 26 00:04:48 2010
@@ -9,9 +9,5 @@
critical stats failed| suite.critical_stats.failed | int(1) | int(0) | int(1) #source| suite.source | os.path.abspath('testdata').lower() | ENDS = 'testdata'+os.path.sep+'empty_settings.html' | 'testdata'+os.path.sep+'everything.html' subsuites| [ s.name for s in suite.suites ] | ['Empty Settings', 'Everything', 'Minimum'] | [] | [] -tests |[ t.name for t in suite.tests ] | [] | [ 'Empty Metadata' ] | [ 'Passing Test', 'Failing Test' ] +tests |[ t.name for t in suite.tests ] | [] | [ 'Empty Metadata' ] | [ 'Passing test', 'Failing Test' ]
 doc|suite.doc | '' | '' | Test cases for public API
-
-
-
-
=======================================
--- /trunk/atest/testdata/public_api/testdata/run_test_data.txt Tue May 4 09:11:10 2010 +++ /trunk/atest/testdata/public_api/testdata/run_test_data.txt Wed May 26 00:04:48 2010
@@ -1,5 +1,5 @@
-name|test.name| Empty Metadata | Passing Test | Failing Test | Test
-longname|test.longname | Testdata.Empty Settings.Empty Metadata | Testdata.Everything.Passing Test | Testdata.Everything.Failing Test | Testdata.Minimum.Test
+name|test.name| Empty Metadata | Passing test | Failing Test | Test
+longname|test.longname | Testdata.Empty Settings.Empty Metadata | Testdata.Everything.Passing test | Testdata.Everything.Failing Test | Testdata.Minimum.Test
 status | test.status | PASS | PASS | FAIL | PASS
tags | test.tags | [] | ['force1', 'tag1', 'tag2'] | ['default1', 'force1'] | []
 setup name | test.setup.name | N/A | My Test Setup | N/A | N/A

Reply via email to