diff options
author | Lars Langhans <lla@openoffice.org> | 2010-06-14 13:39:43 +0200 |
---|---|---|
committer | Lars Langhans <lla@openoffice.org> | 2010-06-14 13:39:43 +0200 |
commit | 7bf6134dbcd5846782cbe91e5f6763da1953bdd2 (patch) | |
tree | 6dfe983f5641b4842e07a416701d3e3319521f89 | |
parent | 59858c973902d0205a2a2179834d92bb0abce25a (diff) |
sb123:#i111449# cleanups in module test
-rw-r--r-- | test/prj/build.lst | 2 | ||||
-rw-r--r-- | test/source/java/org/openoffice/test/Argument.java (renamed from test/source/java/Argument.java) | 2 | ||||
-rw-r--r-- | test/source/java/org/openoffice/test/OfficeConnection.java (renamed from test/source/java/OfficeConnection.java) | 0 | ||||
-rw-r--r-- | test/source/java/org/openoffice/test/OfficeFileUrl.java (renamed from test/source/java/OfficeFileUrl.java) | 0 | ||||
-rw-r--r-- | test/source/java/org/openoffice/test/TestArgument.java (renamed from test/source/java/TestArgument.java) | 0 | ||||
-rw-r--r-- | test/source/java/org/openoffice/test/makefile.mk (renamed from test/source/java/makefile.mk) | 2 |
6 files changed, 3 insertions, 3 deletions
diff --git a/test/prj/build.lst b/test/prj/build.lst index 1bf76d664a7a..5ef6353a1dc3 100644 --- a/test/prj/build.lst +++ b/test/prj/build.lst @@ -1,4 +1,4 @@ te test : BOOST:boost cppu cppuhelper CPPUNIT:cppunit javaunohelper offuh ridljar sal solenv unoil NULL te test\inc nmake - all inc NULL te test\source\cpp nmake - all source_cpp inc NULL -te test\source\java nmake - all source_java NULL +te test\source\java\org\openoffice\test nmake - all source_java NULL diff --git a/test/source/java/Argument.java b/test/source/java/org/openoffice/test/Argument.java index 4e2a781531a8..83c3f2417416 100644 --- a/test/source/java/Argument.java +++ b/test/source/java/org/openoffice/test/Argument.java @@ -27,7 +27,7 @@ package org.openoffice.test; -final class Argument { +final public class Argument { public static String get(String name) { return System.getProperty("org.openoffice.test.arg." + name); } diff --git a/test/source/java/OfficeConnection.java b/test/source/java/org/openoffice/test/OfficeConnection.java index f87947137167..f87947137167 100644 --- a/test/source/java/OfficeConnection.java +++ b/test/source/java/org/openoffice/test/OfficeConnection.java diff --git a/test/source/java/OfficeFileUrl.java b/test/source/java/org/openoffice/test/OfficeFileUrl.java index 1ab62e283e6a..1ab62e283e6a 100644 --- a/test/source/java/OfficeFileUrl.java +++ b/test/source/java/org/openoffice/test/OfficeFileUrl.java diff --git a/test/source/java/TestArgument.java b/test/source/java/org/openoffice/test/TestArgument.java index 1303d09e1ba2..1303d09e1ba2 100644 --- a/test/source/java/TestArgument.java +++ b/test/source/java/org/openoffice/test/TestArgument.java diff --git a/test/source/java/makefile.mk b/test/source/java/org/openoffice/test/makefile.mk index 86506f11cc0f..94b629a69ed0 100644 --- a/test/source/java/makefile.mk +++ b/test/source/java/org/openoffice/test/makefile.mk @@ -23,7 +23,7 @@ # for a copy of the LGPLv3 License. #***********************************************************************/ -PRJ = ../.. +PRJ = ../../../../.. PRJNAME = test TARGET = java |