You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2016/03/03 23:14:10 UTC

[3/5] groovy git commit: add XmlJavadocAssertionTest and enable testing of some groovy-xml javadoc examples

add XmlJavadocAssertionTest and enable testing of some groovy-xml javadoc examples

correct package declaration of XmlJavadocAssertionTest


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

Branch: refs/heads/GROOVY_2_4_X
Commit: e4feabc7960e1ab482e01deca260555658201d96
Parents: 0c83095
Author: pascalschumacher <pa...@gmx.net>
Authored: Thu Mar 3 22:43:03 2016 +0100
Committer: pascalschumacher <pa...@gmx.net>
Committed: Thu Mar 3 23:13:56 2016 +0100

----------------------------------------------------------------------
 .../src/test/groovy/groovy/xml/XmlJavadocAssertionTest.groovy      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/e4feabc7/subprojects/groovy-xml/src/test/groovy/groovy/xml/XmlJavadocAssertionTest.groovy
----------------------------------------------------------------------
diff --git a/subprojects/groovy-xml/src/test/groovy/groovy/xml/XmlJavadocAssertionTest.groovy b/subprojects/groovy-xml/src/test/groovy/groovy/xml/XmlJavadocAssertionTest.groovy
index 812cd87..d3115f5 100644
--- a/subprojects/groovy-xml/src/test/groovy/groovy/xml/XmlJavadocAssertionTest.groovy
+++ b/subprojects/groovy-xml/src/test/groovy/groovy/xml/XmlJavadocAssertionTest.groovy
@@ -16,7 +16,7 @@
  *  specific language governing permissions and limitations
  *  under the License.
  */
-package groovy.json
+package groovy.xml
 
 import org.junit.runners.Suite
 import org.junit.runner.RunWith