summaryrefslogtreecommitdiffstats
path: root/harmony-tests/src/test/resources
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2013-11-14 11:44:21 +0000
committerNarayan Kamath <narayan@google.com>2013-11-15 09:40:30 +0000
commit665c45e473c041dc2b1e8d85fbaf7008daa69c06 (patch)
tree644481e0ed7931870a4ca4d10f55170a20d0b9d8 /harmony-tests/src/test/resources
parent9aab36ec35b4591cb9ba9ae0e4586cb642c39587 (diff)
downloadlibcore-665c45e473c041dc2b1e8d85fbaf7008daa69c06.zip
libcore-665c45e473c041dc2b1e8d85fbaf7008daa69c06.tar.gz
libcore-665c45e473c041dc2b1e8d85fbaf7008daa69c06.tar.bz2
Fix numerous harmony test failures
ProcessBuilderTest : Don't execute java -version on the device. String2Test: Don't make assumptions about the order of the BOM. ThreadTest: We don't support Thread#destroy ControlTest : Fix bogus URL, this test still needs some work IdentityHashMap2Test : Fix bogus asserts. Also don't make assumptions about the implementations of Integer#tostring. The test was failing because Integer cached string reps of "small" integers. SimpleEntryTest / SimpleImmutableEntryTest : Don't rely on broken harmony TreeMap behaviour that allowed null keys. TimeZoneTest: Add vogar specific workaround & update display names. Change-Id: Ie3204917e1d729b0f4ac3bdcbf61fc6a54ab9387
Diffstat (limited to 'harmony-tests/src/test/resources')
-rw-r--r--harmony-tests/src/test/resources/tests/resources/hyts_resource_fr_FR.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/harmony-tests/src/test/resources/tests/resources/hyts_resource_fr_FR.properties b/harmony-tests/src/test/resources/tests/resources/hyts_resource_fr_FR.properties
new file mode 100644
index 0000000..0ac2c73
--- /dev/null
+++ b/harmony-tests/src/test/resources/tests/resources/hyts_resource_fr_FR.properties
@@ -0,0 +1,3 @@
+property=fr_FR_resource
+propertyInFRFR=valueInFRFR
+ \ No newline at end of file