Update test data because of changed action name in 173

This commit is contained in:
Nikolay Krasko
2017-11-25 00:32:47 +03:00
parent 29fd34d1de
commit 23bd0b3db5
4 changed files with 8 additions and 8 deletions
@@ -1,5 +1,5 @@
// FILE: bar/Foo.before.java
// "/(Static import|Import static) method 'foo.Bar.getValue'/" "true"
// "Import static method..." "true"
// ERROR: Unresolved reference: getValue
// ACTION: Create method 'foobar'
// WITH_RUNTIME
@@ -23,7 +23,7 @@ object Bar {
}
// FILE: bar/Foo.after.java
// "/(Static import|Import static) method 'foo.Bar.getValue'/" "true"
// "Import static method..." "true"
// ERROR: Unresolved reference: getValue
// ACTION: Create method 'foobar'
// WITH_RUNTIME
@@ -1,5 +1,5 @@
// FILE: bar/Foo.before.java
// "/(Static import|Import static) method 'foo.Bar.getValue'/" "true"
// "Import static method..." "true"
// ERROR: Unresolved reference: getValue
// ACTION: Create method 'foobar'
// WITH_RUNTIME
@@ -25,7 +25,7 @@ object Bar {
}
// FILE: bar/Foo.after.java
// "/(Static import|Import static) method 'foo.Bar.getValue'/" "true"
// "Import static method..." "true"
// ERROR: Unresolved reference: getValue
// ACTION: Create method 'foobar'
// WITH_RUNTIME
@@ -1,5 +1,5 @@
// FILE: bar/Foo.before.java
// "/(Static import|Import static) method 'foo.Bar.getValue'/" "true"
// "Import static method..." "true"
// ERROR: Unresolved reference: getValue
// ACTION: Create method 'foobar'
// WITH_RUNTIME
@@ -21,7 +21,7 @@ object Bar {
}
// FILE: bar/Foo.after.java
// "/(Static import|Import static) method 'foo.Bar.getValue'/" "true"
// "Import static method..." "true"
// ERROR: Unresolved reference: getValue
// ACTION: Create method 'foobar'
// WITH_RUNTIME
@@ -1,5 +1,5 @@
// FILE: bar/Foo.before.java
// "/(Static import|Import static) method 'foo.Bar.getValue'/" "true"
// "Import static method..." "true"
// ERROR: Unresolved reference: getValue
// ACTION: Create method 'foobar'
// WITH_RUNTIME
@@ -23,7 +23,7 @@ object Bar {
}
// FILE: bar/Foo.after.java
// "/(Static import|Import static) method 'foo.Bar.getValue'/" "true"
// "Import static method..." "true"
// ERROR: Unresolved reference: getValue
// ACTION: Create method 'foobar'
// WITH_RUNTIME