aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/scala/org/perl8/test/harness/SummaryReporter.scala
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-03-05 17:17:00 -0600
committerJesse Luehrs <doy@tozt.net>2013-03-05 17:17:00 -0600
commit29faacb9ffcce109208d60d16a0d3627bf502d91 (patch)
tree7a307df6bf3f464a063180633a5dac9bf9f8ce0e /src/main/scala/org/perl8/test/harness/SummaryReporter.scala
parent0eff62670f158497125f2512fb47eca3a5044aaf (diff)
downloadscala-test-more-29faacb9ffcce109208d60d16a0d3627bf502d91.tar.gz
scala-test-more-29faacb9ffcce109208d60d16a0d3627bf502d91.zip
rename
Diffstat (limited to 'src/main/scala/org/perl8/test/harness/SummaryReporter.scala')
-rw-r--r--src/main/scala/org/perl8/test/harness/SummaryReporter.scala8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/scala/org/perl8/test/harness/SummaryReporter.scala b/src/main/scala/org/perl8/test/harness/SummaryReporter.scala
index 1901bcf..a5fe1e0 100644
--- a/src/main/scala/org/perl8/test/harness/SummaryReporter.scala
+++ b/src/main/scala/org/perl8/test/harness/SummaryReporter.scala
@@ -1,8 +1,8 @@
-package org.perl8.test.harness
+package com.iinteractive.test.harness
-import org.perl8.test.tap.{TAPEvent,StartEvent,ResultEvent,PlanEvent,EndEvent}
-import org.perl8.test.tap.{TAPResult,TodoDirective}
-import org.perl8.test.Test
+import com.iinteractive.test.tap.{TAPEvent,TAPResult,TodoDirective}
+import com.iinteractive.test.tap.{StartEvent,ResultEvent,PlanEvent,EndEvent}
+import com.iinteractive.test.Test
/** Runs a series of tests. The TAP output from these tests is parsed, and
* output is produced which is similar in style to Perl's