From 29faacb9ffcce109208d60d16a0d3627bf502d91 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 5 Mar 2013 17:17:00 -0600 Subject: rename --- src/main/scala/org/perl8/test/harness/SummaryReporter.scala | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/main/scala/org/perl8/test/harness/SummaryReporter.scala') 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 -- cgit v1.2.3-54-g00ecf