Fix TestFormatter class names

Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/5195e08f
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/5195e08f
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/5195e08f

Branch: refs/heads/master
Commit: 5195e08f6b4caf9c66ff742524f1b6ccc5d0bfc1
Parents: 24c305f
Author: Nick Wellnhofer <wellnho...@aevum.de>
Authored: Mon May 30 14:21:17 2016 +0200
Committer: Nick Wellnhofer <wellnho...@aevum.de>
Committed: Mon May 30 15:13:26 2016 +0200

----------------------------------------------------------------------
 runtime/core/Clownfish/TestHarness/TestFormatter.cfh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/5195e08f/runtime/core/Clownfish/TestHarness/TestFormatter.cfh
----------------------------------------------------------------------
diff --git a/runtime/core/Clownfish/TestHarness/TestFormatter.cfh 
b/runtime/core/Clownfish/TestHarness/TestFormatter.cfh
index f39a35b..caad4c7 100644
--- a/runtime/core/Clownfish/TestHarness/TestFormatter.cfh
+++ b/runtime/core/Clownfish/TestHarness/TestFormatter.cfh
@@ -91,7 +91,7 @@ abstract class Clownfish::TestHarness::TestFormatter inherits 
Clownfish::Obj {
  * A TestFormatter that produces human-readable output in a custom
  * "Clownfish" format.
  */
-class Clownfish::Test::Formatter::TestFormatterCF
+class Clownfish::TestHarness::TestFormatterCF
     inherits Clownfish::TestHarness::TestFormatter {
 
     inert incremented TestFormatterCF*
@@ -127,7 +127,7 @@ class Clownfish::Test::Formatter::TestFormatterCF
  * A TestFormatter that produces TAP output (Test Anything Protocol).
  * See http://testanything.org/
  */
-class Clownfish::Test::Formatter::TestFormatterTAP
+class Clownfish::TestHarness::TestFormatterTAP
     inherits Clownfish::TestHarness::TestFormatter {
 
     inert incremented TestFormatterTAP*

Reply via email to