Repository: groovy Updated Branches: refs/heads/master f6fad6955 -> b050b8be7
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/3a8d2e69 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/3a8d2e69 Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/3a8d2e69 Branch: refs/heads/master Commit: 3a8d2e69694ddf80db0764fd022ae18e67f9b34f Parents: f6fad69 Author: pascalschumacher <[email protected]> Authored: Thu Mar 3 22:43:03 2016 +0100 Committer: pascalschumacher <[email protected]> Committed: Thu Mar 3 22:43:03 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/3a8d2e69/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
