summaryrefslogtreecommitdiffstats
path: root/testtools/qa/cli
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-09-03 09:57:47 +0200
committerMichael Stahl <mstahl@redhat.com>2012-09-05 21:01:46 +0200
commit110e43cc1b4f864aac2b5bd0da1fa6d0ffbb81fc (patch)
treee5d1eea1970fe1fbe4e59d92d908a184bc579c5b /testtools/qa/cli
parentJava cleanup, fix compile errors because of changes in UNO API (diff)
downloadcore-110e43cc1b4f864aac2b5bd0da1fa6d0ffbb81fc.tar.gz
core-110e43cc1b4f864aac2b5bd0da1fa6d0ffbb81fc.zip
Java cleanup, make package name match folder name
Change-Id: I8807ce7a6f5a115570d61a2a8c216d817d0334be
Diffstat (limited to 'testtools/qa/cli')
-rw-r--r--testtools/qa/cli/CLITest.java2
-rw-r--r--testtools/qa/cli/makefile.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/testtools/qa/cli/CLITest.java b/testtools/qa/cli/CLITest.java
index a30f09585e1b..4bfafe15750c 100644
--- a/testtools/qa/cli/CLITest.java
+++ b/testtools/qa/cli/CLITest.java
@@ -15,7 +15,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-package clitest;
+package cli;
import complexlib.ComplexTestCase;
diff --git a/testtools/qa/cli/makefile.mk b/testtools/qa/cli/makefile.mk
index 13a63b4d728d..1b56ff7ed301 100644
--- a/testtools/qa/cli/makefile.mk
+++ b/testtools/qa/cli/makefile.mk
@@ -19,7 +19,7 @@
PRJ := ..$/..
PRJNAME := testtools
TARGET := test_cli
-PACKAGE = clitest
+PACKAGE = cli
.INCLUDE: settings.mk