summaryrefslogtreecommitdiff
path: root/test/files/jvm/xmlstuff.check
diff options
context:
space:
mode:
authorBurak Emir <emir@epfl.ch>2006-03-31 09:10:11 +0000
committerBurak Emir <emir@epfl.ch>2006-03-31 09:10:11 +0000
commit7423e836f2f6e994e5823ab38a7327b8e590f624 (patch)
treee43a28879a009e888107888543f98484eed684bf /test/files/jvm/xmlstuff.check
parentf9ea70db10c58b3f23e420d4e182e9622bcdb215 (diff)
downloadscala-7423e836f2f6e994e5823ab38a7327b8e590f624.tar.gz
scala-7423e836f2f6e994e5823ab38a7327b8e590f624.tar.bz2
scala-7423e836f2f6e994e5823ab38a7327b8e590f624.zip
added test case for xml lib
Diffstat (limited to 'test/files/jvm/xmlstuff.check')
-rw-r--r--test/files/jvm/xmlstuff.check36
1 files changed, 36 insertions, 0 deletions
diff --git a/test/files/jvm/xmlstuff.check b/test/files/jvm/xmlstuff.check
new file mode 100644
index 0000000000..1963498001
--- /dev/null
+++ b/test/files/jvm/xmlstuff.check
@@ -0,0 +1,36 @@
+NodeSeq
+passed ok
+passed ok
+<result>
+ <title>Blabla</title>
+ <remarks> Hallo Welt. </remarks>
+</result><result>
+ <title>Blubabla</title>
+ <remarks> Hello Blu </remarks>
+</result><result>
+ <title>Blubabla</title>
+ <remarks> rem 2 </remarks>
+</result>
+List(<book><title>Blabla</title></book>)
+<result>
+ <name>John</name>
+ <street> Elm Street</street>
+ <city>Dolphin City</city>
+ <phone where="work"> +41 21 693 68 67</phone>
+ <phone where="mobile">+41 79 602 23 23</phone>
+</result>
+namespaces
+passed ok
+passed ok
+passed ok
+validation - elements
+passed ok
+passed ok
+passed ok
+passed ok
+validation - attributes
+passed ok
+passed ok
+passed ok
+passed ok
+passed ok