summaryrefslogtreecommitdiffstats
path: root/testing/testdata
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-02-28 03:19:02 +0000
committerwisberg <wisberg>2003-02-28 03:19:02 +0000
commited9de600ba6cca69f60d93d6f800d11f6b49d96f (patch)
tree06bce02523bf42910e660fab83b56b0a41f30df5 /testing/testdata
parent2484d6b39f2534171863ecbf731ce99e4b1dde4a (diff)
downloadaspectj-ed9de600ba6cca69f60d93d6f800d11f6b49d96f.tar.gz
aspectj-ed9de600ba6cca69f60d93d6f800d11f6b49d96f.zip
incomplete upgrade to read expected-messages from xml
Diffstat (limited to 'testing/testdata')
-rw-r--r--testing/testdata/dirChangesTestDir/diff/expectedMessages.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/testing/testdata/dirChangesTestDir/diff/expectedMessages.xml b/testing/testdata/dirChangesTestDir/diff/expectedMessages.xml
new file mode 100644
index 000000000..650aefe03
--- /dev/null
+++ b/testing/testdata/dirChangesTestDir/diff/expectedMessages.xml
@@ -0,0 +1,35 @@
+
+<!DOCTYPE message-list [
+ <!ELEMENT message-list (message+) >
+ <!ELEMENT message (source-location)*>
+ <!ATTLIST message kind CDATA #REQUIRED >
+ <!ATTLIST message message CDATA #IMPLIED >
+ <!ELEMENT source-location (#PCDATA) >
+ <!ATTLIST source-location line CDATA #REQUIRED >
+ <!ATTLIST source-location endLine CDATA #IMPLIED >
+ <!ATTLIST source-location column CDATA #IMPLIED >
+ <!ATTLIST source-location sourceFile CDATA #IMPLIED >
+]>
+
+<message-list>
+<message kind="fail"
+ message="diff between testdata\dirChangesTestDir\diff\expected\one-one.txt in expected dir testdata\dirChangesTestDir\diff\expected and actual dir testdata\dirChangesTestDir\diff\actual
+4c4
+< Fourth line
+---
+> Fourth line changed
+">
+ <source-location line="0" column="0" endLine="0"
+ sourceFile="ISourceLocation.NO_FILE"/>
+</message>
+<message kind="fail"
+ message="diff between testdata\dirChangesTestDir\diff\expected\subone\one-subone-one.txt in expected dir testdata\dirChangesTestDir\diff\expected and actual dir testdata\dirChangesTestDir\diff\actual
+2c2
+< Second line
+---
+> Second line changed in one-subone-one.txt
+">
+ <source-location line="0" column="0" endLine="0"
+ sourceFile="ISourceLocation.NO_FILE"/>
+</message>
+</message-list>