This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new 1e2bf49407 use src/test/groovy instead of src/test (remove temp
debugging)
1e2bf49407 is described below
commit 1e2bf4940704b29b87116ecc23c1e0298105914a
Author: Paul King <[email protected]>
AuthorDate: Wed Apr 16 09:39:12 2025 +1000
use src/test/groovy instead of src/test (remove temp debugging)
---
.../groovy-ant/src/test/groovy/org/codehaus/groovy/ant/GroovycTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/subprojects/groovy-ant/src/test/groovy/org/codehaus/groovy/ant/GroovycTest.java
b/subprojects/groovy-ant/src/test/groovy/org/codehaus/groovy/ant/GroovycTest.java
index 00e9d58905..4ef68b2151 100644
---
a/subprojects/groovy-ant/src/test/groovy/org/codehaus/groovy/ant/GroovycTest.java
+++
b/subprojects/groovy-ant/src/test/groovy/org/codehaus/groovy/ant/GroovycTest.java
@@ -87,7 +87,7 @@ final class GroovycTest {
private void ensureNotPresent(final String classname) {
if (!(new File(getTargetDirectory() + getClass().getSimpleName() +
".class")).exists()) {
- fail("Class file for GroovycTest does not exist and should. Looked
in " + getTargetDirectory() + getClass().getSimpleName() + ".class");
+ fail("Class file for GroovycTest does not exist and should.");
}
if ((new File(getTargetDirectory() + classname + ".class")).exists()) {
fail("Class file for " + classname + " already exists and
shouldn't.");