diff options
author | Henrik Rentz-Reichert | 2012-04-17 16:13:30 +0000 |
---|---|---|
committer | Henrik Rentz-Reichert | 2012-04-17 16:13:30 +0000 |
commit | 8b9d6b1e70cb9d47c399fade8b2298f725986c6a (patch) | |
tree | 2a29db02cb1aa7d41d66d7fadb0bd9883f0ac9f5 /tests/org.eclipse.etrice.runtime.c.tests/tmp/testlog/TestEtUnitSpecial.etu | |
parent | 2f1fc07d701dd5d832577085f45747228cd669b8 (diff) | |
download | org.eclipse.etrice-8b9d6b1e70cb9d47c399fade8b2298f725986c6a.tar.gz org.eclipse.etrice-8b9d6b1e70cb9d47c399fade8b2298f725986c6a.tar.xz org.eclipse.etrice-8b9d6b1e70cb9d47c399fade8b2298f725986c6a.zip |
[runtime.c, runtime.c.tests] etUnit file format and public interface changed
The test cases can now run concurrently (but not preemptive yet).
The new etu file format has then to be converted to the standard JUnit xml format (using the EtUnitReportConverter).
File and line have been added to the failure information.
Diffstat (limited to 'tests/org.eclipse.etrice.runtime.c.tests/tmp/testlog/TestEtUnitSpecial.etu')
-rw-r--r-- | tests/org.eclipse.etrice.runtime.c.tests/tmp/testlog/TestEtUnitSpecial.etu | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/org.eclipse.etrice.runtime.c.tests/tmp/testlog/TestEtUnitSpecial.etu b/tests/org.eclipse.etrice.runtime.c.tests/tmp/testlog/TestEtUnitSpecial.etu new file mode 100644 index 000000000..78f14cc25 --- /dev/null +++ b/tests/org.eclipse.etrice.runtime.c.tests/tmp/testlog/TestEtUnitSpecial.etu @@ -0,0 +1,4 @@ +etUnit report
+ts start: etUnit
+tc start 11: openAll and closeAll
+tc end 11: 0
|