summaryrefslogtreecommitdiff
path: root/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/PackageTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/PackageTest.java')
-rw-r--r--luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/PackageTest.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/PackageTest.java b/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/PackageTest.java
index 61dab9a..0b4d84f 100644
--- a/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/PackageTest.java
+++ b/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/PackageTest.java
@@ -234,7 +234,7 @@ public class PackageTest extends junit.framework.TestCase {
} catch (NullPointerException compatible) {
/*
* RI throws NPE instead of NFE...
- */
+ */
}
try {
@@ -290,7 +290,7 @@ public class PackageTest extends junit.framework.TestCase {
assertTrue("Package toString returns wrong string", p.toString()
.length() > 0);
}
-
+
public void test_SealedPackage_forName() throws Exception {
Support_Resources.copyFile(resources, "Package", "hyts_c.jar");
Support_Resources.copyFile(resources, "Package", "hyts_d.jar");
@@ -318,7 +318,7 @@ public class PackageTest extends junit.framework.TestCase {
// setup for next test
Support_Resources.copyFile(resources, "p", "");
InputStream in = uclClassLoader.getResourceAsStream("p/D.class");
- Support_Resources.copyLocalFileto(new File(resources.toString(),
+ Support_Resources.copyLocalFileTo(new File(resources.toString(),
"p/D.class"), in);
// load from a sealed jar, then the directory