test data fixed: groovy script should not be split into multiple files on move

This commit is contained in:
anna
2011-03-15 10:10:24 +01:00
parent 249c9d21b9
commit 9d72fb2a6c
2 changed files with 6 additions and 5 deletions
@@ -1,5 +0,0 @@
package b
class A {
}
@@ -1,5 +1,11 @@
package b
class A {
def foo() {
print new B()
}
}
class B {
def bar() {
print new A()