Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2012-07-09 10:24:46 +0000
committerHenrik Rentz-Reichert2012-07-09 10:24:46 +0000
commit438e869189416d33e553216a44bbf884c9b4b363 (patch)
treef7e376ae6e881db14628ff718f3bd9737fe85b87 /tests/org.eclipse.etrice.runtime.c.tests/tmp/testlog
parenta85775304b28d91e08080e03c28a27f6d0882447 (diff)
downloadorg.eclipse.etrice-438e869189416d33e553216a44bbf884c9b4b363.tar.gz
org.eclipse.etrice-438e869189416d33e553216a44bbf884c9b4b363.tar.xz
org.eclipse.etrice-438e869189416d33e553216a44bbf884c9b4b363.zip
[modellib.*, releng] fixed releng after rename of java modellib
Diffstat (limited to 'tests/org.eclipse.etrice.runtime.c.tests/tmp/testlog')
-rw-r--r--tests/org.eclipse.etrice.runtime.c.tests/tmp/testlog/TestCRuntime.xml26
1 files changed, 10 insertions, 16 deletions
diff --git a/tests/org.eclipse.etrice.runtime.c.tests/tmp/testlog/TestCRuntime.xml b/tests/org.eclipse.etrice.runtime.c.tests/tmp/testlog/TestCRuntime.xml
index c8c3293b8..bf32e4bc2 100644
--- a/tests/org.eclipse.etrice.runtime.c.tests/tmp/testlog/TestCRuntime.xml
+++ b/tests/org.eclipse.etrice.runtime.c.tests/tmp/testlog/TestCRuntime.xml
@@ -1,27 +1,21 @@
<?xml version="1.0" encoding="ASCII"?>
<testsuites>
- <testsuite failures="1" name=" TestMessage" tests="1" time="0">
- <testcase name="TestEtMessage_testBasicMessage" time="0">
- <failure><expected>334</expected><actual>333</actual>msg1.NextMsg: expected=334, actual=333
- at ..\src\runtime\TestEtMessage.c:35</failure>
- </testcase>
+ <testsuite failures="0" name="TestMessage" tests="1" time="0">
+ <testcase name="TestEtMessage_testBasicMessage" time="0"/>
</testsuite>
- <testsuite failures="0" name=" TestEtMessageQueue" tests="2" time="170">
- <testcase name="TestEtMessageQueue_testPushPop" time="0"/>
- <testcase name="TestEtMessageQueue_testMassiveMessaging" time="170"/>
+ <testsuite failures="0" name="TestEtMessageQueue" tests="2" time="168">
+ <testcase name="TestEtMessageQueue_testPushPop" time="1"/>
+ <testcase name="TestEtMessageQueue_testMassiveMessaging" time="167"/>
</testsuite>
- <testsuite failures="0" name=" TestEtMessageService" tests="5" time="4">
+ <testsuite failures="0" name="TestEtMessageService" tests="5" time="4">
<testcase name="TestEtMessageService_init" time="0"/>
<testcase name="TestEtMessageService_GetPushPopReturn" time="1"/>
<testcase name="TestEtMessageService_GetReturn" time="1"/>
- <testcase name="TestEtMessageService_execute" time="1"/>
- <testcase name="TestEtMessageService_getMessagePoolLowWaterMark" time="1"/>
+ <testcase name="TestEtMessageService_execute" time="0"/>
+ <testcase name="TestEtMessageService_getMessagePoolLowWaterMark" time="2"/>
</testsuite>
- <testsuite failures="1" name=" TestEtUnit" tests="2" time="0">
+ <testsuite failures="0" name="TestEtUnit" tests="2" time="0">
<testcase name="TestEtUnit_Expect_Order" time="0"/>
- <testcase name="TestEtUnit_Expect" time="0">
- <failure><expected>2686618</expected><actual>2686619</actual>EXPECT_EQUAL_PTR: expected=2686618, actual=2686619
- at ..\src\runtime\TestEtUnit.c:46</failure>
- </testcase>
+ <testcase name="TestEtUnit_Expect" time="0"/>
</testsuite>
</testsuites> \ No newline at end of file

Back to the top