Last change
on this file was 9b20126, checked in by Vojtech Horky <vojtechhorky@…>, 11 years ago |
Update PCUT to newest version
|
-
Property mode
set to
100644
|
File size:
694 bytes
|
Line | |
---|
1 | <?xml version="1.0"?>
|
---|
2 | <report tests-total="3">
|
---|
3 | <suite name="Default">
|
---|
4 | <testcase name="zero_exponent" status="fail">
|
---|
5 | <error-message><![CDATA[xmlreport.c:38: Expected <1> but got <0> (1 != intpow(2, 0))
|
---|
6 | ]]></error-message>
|
---|
7 | </testcase><!-- zero_exponent -->
|
---|
8 | <testcase name="one_exponent" status="fail">
|
---|
9 | <error-message><![CDATA[xmlreport.c:42: Expected <2> but got <0> (2 != intpow(2, 1))
|
---|
10 | ]]></error-message>
|
---|
11 | </testcase><!-- one_exponent -->
|
---|
12 | <testcase name="same_strings" status="fail">
|
---|
13 | <error-message><![CDATA[xmlreport.c:49: Expected <abc> but got <abd> ("abc" != "XXXabd" + 3)
|
---|
14 | ]]></error-message>
|
---|
15 | </testcase><!-- same_strings -->
|
---|
16 | </suite><!-- Default: 3 / 3 -->
|
---|
17 | </report>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.