aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.ant.test
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2012-11-09 14:59:22 +0100
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2012-11-09 14:59:22 +0100
commitcd5deecd453baa4ce47ab9271b5188d8e3475797 (patch)
tree262d81798927eeba2d7b06ad348f512129629c10 /org.jacoco.ant.test
parenta484280acf4b0f29f9ac26b81ae3f5260112f514 (diff)
downloadjacoco-cd5deecd453baa4ce47ab9271b5188d8e3475797.tar.gz
GitHub #29: Log location of merged execution data file.
Diffstat (limited to 'org.jacoco.ant.test')
-rw-r--r--org.jacoco.ant.test/src/org/jacoco/ant/MergeTaskTest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.jacoco.ant.test/src/org/jacoco/ant/MergeTaskTest.xml b/org.jacoco.ant.test/src/org/jacoco/ant/MergeTaskTest.xml
index f7f50000..61cb7ab0 100644
--- a/org.jacoco.ant.test/src/org/jacoco/ant/MergeTaskTest.xml
+++ b/org.jacoco.ant.test/src/org/jacoco/ant/MergeTaskTest.xml
@@ -52,6 +52,7 @@
<property name="sample2.file" location="${basedir}/data/sample2.exec"/>
<au:assertLogContains text="Loading execution data file ${sample1.file}"/>
<au:assertLogContains text="Loading execution data file ${sample2.file}"/>
+ <au:assertLogContains text="Writing merged execution data to ${exec.file}"/>
<au:assertFileExists file="${exec.file}"/>
</target>