From 63291dd98b3df687d87c7a95b8813e1cd75f3715 Mon Sep 17 00:00:00 2001 From: Neil Fuller Date: Fri, 4 Apr 2014 14:57:11 +0100 Subject: 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 --- .../test/resources/org/apache/harmony/tests/java/lang/test#.properties | 1 + .../test/resources/org/apache/harmony/tests/java/lang/test.properties | 1 + 2 files changed, 2 insertions(+) create mode 100644 luni/src/test/resources/org/apache/harmony/tests/java/lang/test#.properties create mode 100644 luni/src/test/resources/org/apache/harmony/tests/java/lang/test.properties (limited to 'luni/src/test/resources/org') 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 -- cgit v1.1