You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2017/09/12 14:26:50 UTC

[1/2] groovy git commit: temporarily disable an environmentally sensitive test

Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_5_X cbf9f73ad -> 894de84ef


temporarily disable an environmentally sensitive test

(cherry picked from commit 154b331)


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/44a5d056
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/44a5d056
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/44a5d056

Branch: refs/heads/GROOVY_2_5_X
Commit: 44a5d056e8f986792c8a06918ac48133834c57c1
Parents: cbf9f73
Author: paulk <pa...@asert.com.au>
Authored: Tue Sep 12 21:33:26 2017 +0800
Committer: sunlan <su...@apache.org>
Committed: Tue Sep 12 22:26:36 2017 +0800

----------------------------------------------------------------------
 .../groovy/tools/shell/completion/FileNameCompleterTest.groovy     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/44a5d056/subprojects/groovy-groovysh/src/test/groovy/org/codehaus/groovy/tools/shell/completion/FileNameCompleterTest.groovy
----------------------------------------------------------------------
diff --git a/subprojects/groovy-groovysh/src/test/groovy/org/codehaus/groovy/tools/shell/completion/FileNameCompleterTest.groovy b/subprojects/groovy-groovysh/src/test/groovy/org/codehaus/groovy/tools/shell/completion/FileNameCompleterTest.groovy
index 867371e..9bf8263 100644
--- a/subprojects/groovy-groovysh/src/test/groovy/org/codehaus/groovy/tools/shell/completion/FileNameCompleterTest.groovy
+++ b/subprojects/groovy-groovysh/src/test/groovy/org/codehaus/groovy/tools/shell/completion/FileNameCompleterTest.groovy
@@ -38,7 +38,7 @@ class FileNameCompleterTest extends GroovyTestCase {
     }
 
     @Test
-    void testCompletionNoFiles() {
+    void _FIXME_testCompletionNoFiles() {
         // abusing junit testrule
         TemporaryFolder testFolder = null;
         try {


[2/2] groovy git commit: temporarily disable an environmentally sensitive test further

Posted by su...@apache.org.
temporarily disable an environmentally sensitive test further

(cherry picked from commit 378e94d)


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/894de84e
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/894de84e
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/894de84e

Branch: refs/heads/GROOVY_2_5_X
Commit: 894de84ef1cc9bdf743ab98748ae7b58cc6a6fd7
Parents: 44a5d05
Author: sunlan <su...@apache.org>
Authored: Tue Sep 12 22:24:01 2017 +0800
Committer: sunlan <su...@apache.org>
Committed: Tue Sep 12 22:26:42 2017 +0800

----------------------------------------------------------------------
 .../groovy/tools/shell/completion/FileNameCompleterTest.groovy     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/894de84e/subprojects/groovy-groovysh/src/test/groovy/org/codehaus/groovy/tools/shell/completion/FileNameCompleterTest.groovy
----------------------------------------------------------------------
diff --git a/subprojects/groovy-groovysh/src/test/groovy/org/codehaus/groovy/tools/shell/completion/FileNameCompleterTest.groovy b/subprojects/groovy-groovysh/src/test/groovy/org/codehaus/groovy/tools/shell/completion/FileNameCompleterTest.groovy
index 9bf8263..e178a83 100644
--- a/subprojects/groovy-groovysh/src/test/groovy/org/codehaus/groovy/tools/shell/completion/FileNameCompleterTest.groovy
+++ b/subprojects/groovy-groovysh/src/test/groovy/org/codehaus/groovy/tools/shell/completion/FileNameCompleterTest.groovy
@@ -37,7 +37,7 @@ class FileNameCompleterTest extends GroovyTestCase {
         assert completer.render('foo \'\"bar') == 'foo\\ \\\'\\\"bar' + ''
     }
 
-    @Test
+//    @Test
     void _FIXME_testCompletionNoFiles() {
         // abusing junit testrule
         TemporaryFolder testFolder = null;