diff options
author | Jesse Wilson <jessewilson@google.com> | 2010-12-16 17:24:56 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-12-16 17:24:56 -0800 |
commit | 2932a8e5c7a6fd9e1a4192d41af3f65f01d0f189 (patch) | |
tree | 8456894e2ec99517866349a302132eaa311af55f /expectations | |
parent | 24525025f741606d7ac9e55a51f9ebc3dcb27770 (diff) | |
parent | 5b59f8d25078d4bc49ea5cc4bc38a3d8ebfc2f96 (diff) | |
download | libcore-2932a8e5c7a6fd9e1a4192d41af3f65f01d0f189.zip libcore-2932a8e5c7a6fd9e1a4192d41af3f65f01d0f189.tar.gz libcore-2932a8e5c7a6fd9e1a4192d41af3f65f01d0f189.tar.bz2 |
Merge "Fix the XML declaration message to work with JUnit 3.8.1 or JUnit 4."
Diffstat (limited to 'expectations')
-rw-r--r-- | expectations/icebox.txt | 2 |
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", |