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/qa/cli | |
parent | 9dce74e9309ea932537abb13f3c22c26496c4230 (diff) |
Java cleanup, make package name match folder name
Change-Id: I8807ce7a6f5a115570d61a2a8c216d817d0334be
Diffstat (limited to 'testtools/qa/cli')
-rw-r--r-- | testtools/qa/cli/CLITest.java | 2 | ||||
-rw-r--r-- | testtools/qa/cli/makefile.mk | 2 |
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 |