summaryrefslogtreecommitdiffstats
path: root/expectations
diff options
context:
space:
mode:
authorJesse Wilson <jessewilson@google.com>2010-12-16 16:36:00 -0800
committerJesse Wilson <jessewilson@google.com>2010-12-16 16:39:39 -0800
commit5b59f8d25078d4bc49ea5cc4bc38a3d8ebfc2f96 (patch)
tree67d05ff419a6cd600b51aa0706a224aca0a97233 /expectations
parent4f34d272f494d5b2d30e36556f1584fcc4471a83 (diff)
downloadlibcore-5b59f8d25078d4bc49ea5cc4bc38a3d8ebfc2f96.zip
libcore-5b59f8d25078d4bc49ea5cc4bc38a3d8ebfc2f96.tar.gz
libcore-5b59f8d25078d4bc49ea5cc4bc38a3d8ebfc2f96.tar.bz2
Fix the XML declaration message to work with JUnit 3.8.1 or JUnit 4.
JUnit 3.8.1 (which is what's used on the device) uses a message like "expected:<...1> but was:<...0>". Junit 4 (which is included in vogar) uses a message like "expected:<1.[1]> but was:<1.[0]>" I'd also like to fix bug 2286423 so we don't inherit the JUnit 3.8.1 from the device's boot classpath. Change-Id: Iaf89e10a1536bbb9aaadd71f653b70177f898734
Diffstat (limited to 'expectations')
-rw-r--r--expectations/icebox.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/expectations/icebox.txt b/expectations/icebox.txt
index b946442..43c47dd 100644
--- a/expectations/icebox.txt
+++ b/expectations/icebox.txt
@@ -42,7 +42,7 @@
description: "Dalvik doesn't support XML Schemas, DTDs or validation",
bug: 3268630,
name: "tests.xml.DeclarationTest#testGetXmlVersion",
- substring: "This implementation doesn't parse the version from the XML declaration expected:<...1> but was:<...0>"
+ substring: "This implementation doesn't parse the version from the XML declaration"
},
{
description: "Dalvik doesn't support XML Schemas, DTDs or validation",