diff options
author | Noel Grandin <noel@peralex.com> | 2012-09-03 09:57:47 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-09-05 21:01:46 +0200 |
commit | 110e43cc1b4f864aac2b5bd0da1fa6d0ffbb81fc (patch) | |
tree | e5d1eea1970fe1fbe4e59d92d908a184bc579c5b /testtools | |
parent | 9dce74e9309ea932537abb13f3c22c26496c4230 (diff) |
Java cleanup, make package name match folder name
Change-Id: I8807ce7a6f5a115570d61a2a8c216d817d0334be
Diffstat (limited to 'testtools')
-rw-r--r-- | testtools/qa/cli/CLITest.java | 2 | ||||
-rw-r--r-- | testtools/qa/cli/makefile.mk | 2 | ||||
-rw-r--r-- | testtools/qa/cliversioning/VersionTestCase.java | 2 | ||||
-rw-r--r-- | testtools/qa/cliversioning/makefile.mk | 2 |
4 files changed, 4 insertions, 4 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 diff --git a/testtools/qa/cliversioning/VersionTestCase.java b/testtools/qa/cliversioning/VersionTestCase.java index b76aa17398a8..6b6fdc375939 100644 --- a/testtools/qa/cliversioning/VersionTestCase.java +++ b/testtools/qa/cliversioning/VersionTestCase.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 cliversion; +package cliversioning; import complexlib.ComplexTestCase; diff --git a/testtools/qa/cliversioning/makefile.mk b/testtools/qa/cliversioning/makefile.mk index 329fa15952fa..708e4e480f11 100644 --- a/testtools/qa/cliversioning/makefile.mk +++ b/testtools/qa/cliversioning/makefile.mk @@ -31,7 +31,7 @@ PRJ = ..$/.. PRJNAME = cli_ure TARGET := qa_test_climaker -PACKAGE = cliversion +PACKAGE = cliversioning .INCLUDE: settings.mk |