This is an automated email from the ASF dual-hosted git repository.
paulk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git.
from 0cc2bd6 GROOVY-9100: add missing methods
new b375fa2 Split history
main/groovy/groovy/lang/GroovyLogTestCase.groovy to main/groovy/groovy/test -
rename source-file to temp
new a168aa5 Split history
main/groovy/groovy/lang/GroovyLogTestCase.groovy to main/groovy/groovy/test -
rename file to target-name
new fb59f5e Split history
main/groovy/groovy/lang/GroovyLogTestCase.groovy to main/groovy/groovy/test -
resolve conflict and keep both files
new dbe4b07 Split history
main/groovy/groovy/lang/GroovyLogTestCase.groovy to main/groovy/groovy/test -
restore name of source-file
new 2a03697 Split history
main/groovy/groovy/util/GroovyShellTestCase.groovy to main/groovy/groovy/test -
rename source-file to temp
new 37b62b2 Split history
main/groovy/groovy/util/GroovyShellTestCase.groovy to main/groovy/groovy/test -
rename file to target-name
new 9974fcb Split history
main/groovy/groovy/util/GroovyShellTestCase.groovy to main/groovy/groovy/test -
resolve conflict and keep both files
new e7acc34 Split history
main/groovy/groovy/util/GroovyShellTestCase.groovy to main/groovy/groovy/test -
restore name of source-file
new 1bda1f3 Split history
main/groovy/groovy/util/JavadocAssertionTestBuilder.groovy to
main/groovy/groovy/test - rename source-file to temp
new 59ebcf1 Split history
main/groovy/groovy/util/JavadocAssertionTestBuilder.groovy to
main/groovy/groovy/test - rename file to target-name
new 523e850 Split history
main/groovy/groovy/util/JavadocAssertionTestBuilder.groovy to
main/groovy/groovy/test - resolve conflict and keep both files
new a389643 Split history
main/groovy/groovy/util/JavadocAssertionTestBuilder.groovy to
main/groovy/groovy/test - restore name of source-file
new 3c035b3 Split history
main/groovy/groovy/util/JavadocAssertionTestSuite.groovy to
main/groovy/groovy/test - rename source-file to temp
new 99150bb Split history
main/groovy/groovy/util/JavadocAssertionTestSuite.groovy to
main/groovy/groovy/test - rename file to target-name
new c9221c3 Split history
main/groovy/groovy/util/JavadocAssertionTestSuite.groovy to
main/groovy/groovy/test - resolve conflict and keep both files
new 84d8707 Split history
main/groovy/groovy/util/JavadocAssertionTestSuite.groovy to
main/groovy/groovy/test - restore name of source-file
new be7af7c Split history main/groovy/groovy/util/StringTestUtil.groovy
to main/groovy/groovy/test - rename source-file to temp
new 92d1e16 Split history main/groovy/groovy/util/StringTestUtil.groovy
to main/groovy/groovy/test - rename file to target-name
new e79b0d7 Split history main/groovy/groovy/util/StringTestUtil.groovy
to main/groovy/groovy/test - resolve conflict and keep both files
new 6c6436f Split history main/groovy/groovy/util/StringTestUtil.groovy
to main/groovy/groovy/test - restore name of source-file
new a92b791 Split history main/java/groovy/util/AllTestSuite.java to
main/java/groovy/test - rename source-file to temp
new 085060b Split history main/java/groovy/util/AllTestSuite.java to
main/java/groovy/test - rename file to target-name
new 93fba7e Split history main/java/groovy/util/AllTestSuite.java to
main/java/groovy/test - resolve conflict and keep both files
new 2e279e5 Split history main/java/groovy/util/AllTestSuite.java to
main/java/groovy/test - restore name of source-file
new 75d8e36 Split history main/java/groovy/util/GroovyTestSuite.java to
main/java/groovy/test - rename source-file to temp
new c5d2afd Split history main/java/groovy/util/GroovyTestSuite.java to
main/java/groovy/test - rename file to target-name
new 139c741 Split history main/java/groovy/util/GroovyTestSuite.java to
main/java/groovy/test - resolve conflict and keep both files
new 3923da8 Split history main/java/groovy/util/GroovyTestSuite.java to
main/java/groovy/test - restore name of source-file
new ee82c23 Split history main/java/groovy/util/GroovyTestCase.java to
main/java/groovy/test - rename source-file to temp
new ff053aa Split history main/java/groovy/util/GroovyTestCase.java to
main/java/groovy/test - rename file to target-name
new b8627e0 Split history main/java/groovy/util/GroovyTestCase.java to
main/java/groovy/test - resolve conflict and keep both files
new 5d4db0c Split history main/java/groovy/util/GroovyTestCase.java to
main/java/groovy/test - restore name of source-file
new f034f99 GROOVY-8647: Split package renaming (groovy-test
GroovyTestCase and friends)
The 33 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../groovy-json/src/spec/test/json/JsonBuilderTest.groovy | 2 ++
.../groovy-json/src/spec/test/json/JsonTest.groovy | 1 +
.../src/spec/test/json/StreamingJsonBuilderTest.groovy | 2 ++
.../src/test/groovy/groovy/json/CharBufTest.groovy | 1 +
.../groovy/groovy/json/CustomJsonGeneratorTest.groovy | 1 +
.../groovy/groovy/json/DefaultJsonGeneratorTest.groovy | 2 ++
.../groovy-json/src/test/groovy/groovy/json/IOTest.groovy | 1 +
.../src/test/groovy/groovy/json/JsonBuilderTest.groovy | 2 ++
.../src/test/groovy/groovy/json/JsonLexerTest.groovy | 14 ++++++++++++--
.../src/test/groovy/groovy/json/JsonOutputTest.groovy | 5 +++--
.../src/test/groovy/groovy/json/JsonSlurperTest.groovy | 1 +
.../src/test/groovy/groovy/json/JsonTokenTypeTest.groovy | 15 ++++++++++++++-
.../src/test/groovy/groovy/json/JsonTokenValueTest.groovy | 9 ++++++++-
.../test/groovy/groovy/json/RealJsonPayloadsTest.groovy | 2 ++
.../groovy/groovy/json/StreamingJsonBuilderTest.groovy | 1 +
.../groovy/json/DefaultFastStringServiceTest.groovy | 2 ++
.../org/apache/groovy/json/internal/ArrayUtilsTest.groovy | 2 ++
.../apache/groovy/json/internal/CharScannerTest.groovy | 2 ++
.../groovy/org/apache/groovy/json/internal/ChrTest.groovy | 2 ++
.../org/apache/groovy/json/internal/DatesTest.groovy | 2 ++
.../org/apache/groovy/json/internal/LazyMapTest.groovy | 2 ++
.../groovy/json/internal/ReaderCharacterSourceTest.groovy | 1 +
.../src/main/groovy/groovy/lang/GroovyLogTestCase.groovy | 1 +
.../groovy/groovy/{lang => test}/GroovyLogTestCase.groovy | 12 +++++-------
.../groovy/{util => test}/GroovyShellTestCase.groovy | 2 +-
.../{util => test}/JavadocAssertionTestBuilder.groovy | 2 +-
.../{util => test}/JavadocAssertionTestSuite.groovy | 2 +-
.../groovy/groovy/{util => test}/StringTestUtil.groovy | 2 +-
.../main/groovy/groovy/util/GroovyShellTestCase.groovy | 2 ++
.../groovy/groovy/util/JavadocAssertionTestBuilder.groovy | 1 +
.../groovy/groovy/util/JavadocAssertionTestSuite.groovy | 1 +
.../src/main/groovy/groovy/util/StringTestUtil.groovy | 1 +
.../src/main/java/groovy/{util => test}/AllTestSuite.java | 3 ++-
.../main/java/groovy/{util => test}/GroovyTestCase.java | 2 +-
.../main/java/groovy/{util => test}/GroovyTestSuite.java | 2 +-
.../src/main/java/groovy/util/AllTestSuite.java | 1 +
.../src/main/java/groovy/util/GroovyTestCase.java | 1 +
.../src/main/java/groovy/util/GroovyTestSuite.java | 2 +-
.../groovy/groovy/{util => test}/AllTestSuiteTest.groovy | 8 ++++----
.../groovy/{lang => test}/GroovyLogTestCaseTest.groovy | 2 +-
.../groovy/{ => groovy/test}/GroovyTestCaseTest.groovy | 2 ++
.../suite/ATestScriptThatsNoTestCase.groovy | 0
42 files changed, 95 insertions(+), 26 deletions(-)
copy subprojects/groovy-test/src/main/groovy/groovy/{lang =>
test}/GroovyLogTestCase.groovy (89%)
copy subprojects/groovy-test/src/main/groovy/groovy/{util =>
test}/GroovyShellTestCase.groovy (99%)
copy subprojects/groovy-test/src/main/groovy/groovy/{util =>
test}/JavadocAssertionTestBuilder.groovy (99%)
copy subprojects/groovy-test/src/main/groovy/groovy/{util =>
test}/JavadocAssertionTestSuite.groovy (99%)
copy subprojects/groovy-test/src/main/groovy/groovy/{util =>
test}/StringTestUtil.groovy (98%)
copy subprojects/groovy-test/src/main/java/groovy/{util =>
test}/AllTestSuite.java (99%)
copy subprojects/groovy-test/src/main/java/groovy/{util =>
test}/GroovyTestCase.java (99%)
copy subprojects/groovy-test/src/main/java/groovy/{util =>
test}/GroovyTestSuite.java (99%)
rename subprojects/groovy-test/src/test/groovy/groovy/{util =>
test}/AllTestSuiteTest.groovy (91%)
rename subprojects/groovy-test/src/test/groovy/groovy/{lang =>
test}/GroovyLogTestCaseTest.groovy (98%)
rename subprojects/groovy-test/src/test/groovy/{ =>
groovy/test}/GroovyTestCaseTest.groovy (99%)
rename subprojects/groovy-test/src/test/groovy/groovy/{util =>
test}/suite/ATestScriptThatsNoTestCase.groovy (100%)