diff options
author | Neil Fuller <nfuller@google.com> | 2014-04-04 14:57:11 +0100 |
---|---|---|
committer | Neil Fuller <nfuller@google.com> | 2014-04-07 10:11:01 +0100 |
commit | 63291dd98b3df687d87c7a95b8813e1cd75f3715 (patch) | |
tree | db57ca2fc3839b7c87fda3bb018fd28576fe4cf5 /luni/src/test/resources/org | |
parent | df945d726e02034dafdcf7469f71865b86dc3e9d (diff) | |
download | libcore-63291dd98b3df687d87c7a95b8813e1cd75f3715.zip libcore-63291dd98b3df687d87c7a95b8813e1cd75f3715.tar.gz libcore-63291dd98b3df687d87c7a95b8813e1cd75f3715.tar.bz2 |
Fix for ClassLoaderTest under CTS
The tests could not work given the arrangement of classloaders
in Android apps. This also fixes a known failure case in
ClassLoaderTest which was due to missing resources. Also updated
ClassTest.
Change-Id: I114aa9b1a177911aed0aef87819d93a260f0b8d1
Bug: 12491655
Diffstat (limited to 'luni/src/test/resources/org')
-rw-r--r-- | luni/src/test/resources/org/apache/harmony/tests/java/lang/test#.properties | 1 | ||||
-rw-r--r-- | luni/src/test/resources/org/apache/harmony/tests/java/lang/test.properties | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/luni/src/test/resources/org/apache/harmony/tests/java/lang/test#.properties b/luni/src/test/resources/org/apache/harmony/tests/java/lang/test#.properties new file mode 100644 index 0000000..299569a --- /dev/null +++ b/luni/src/test/resources/org/apache/harmony/tests/java/lang/test#.properties @@ -0,0 +1 @@ +This is a resource file with a # in the name
\ No newline at end of file diff --git a/luni/src/test/resources/org/apache/harmony/tests/java/lang/test.properties b/luni/src/test/resources/org/apache/harmony/tests/java/lang/test.properties new file mode 100644 index 0000000..2a248d0 --- /dev/null +++ b/luni/src/test/resources/org/apache/harmony/tests/java/lang/test.properties @@ -0,0 +1 @@ +This is just a resource file for getResource() tests
\ No newline at end of file |