Skip to content

Commit 3410cf2

Browse files
committed
update test names to reflect that there is no longer an ant/zinc divide
1 parent 2dc12ad commit 3410cf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/groovy/org/scoverage/AggregationAcceptanceTest.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import org.junit.Test
55
class AggregationAcceptanceTest extends AcceptanceTestUtils {
66

77
@Test
8-
public void testMultiProjectAggregationWithZinc() throws Exception {
8+
public void testMultiProjectAggregation() throws Exception {
99
File projectDir = new File('src/test/water')
1010
def build = setupBuild(projectDir)
1111
build.forTasks('clean', 'aggregateScoverage').run()

src/test/groovy/org/scoverage/SimpleReportAcceptanceTest.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class SimpleReportAcceptanceTest extends AcceptanceTestUtils {
66

77

88
@Test
9-
public void testZincProjectWithCompleteCoverage() throws Exception {
9+
public void testProjectWithCompleteCoverage() throws Exception {
1010
File projectRoot = new File('src/test/happy day')
1111
def build = setupBuild(projectRoot)
1212
build.forTasks('clean', 'checkScoverage').run()

0 commit comments

Comments
 (0)