Skip to content

Commit

Permalink
STS-3878 Fix for failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisMurashev committed Nov 6, 2014
1 parent 54dbbff commit bc7a5fa
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,7 @@ public void testErrorPositionForUnsupportedOperation() throws Exception {
IPath path = env.addGroovyClass(root, "p", "Hello", source);
fullBuild();
expectingOnlySpecificProblemFor(root, new Problem(
"p/Hello", "Groovy:Operator (\"===\" at 3:11: \"===\" ) not supported @ line 3, column 11.", path, 34, 35, 60, IMarker.SEVERITY_ERROR));
// It marks just first character of operator as groovyc marks only first character
"p/Hello", "Groovy:Operator (\"===\" at 3:11: \"===\" ) not supported @ line 3, column 11.", path, 34, 37, 60, IMarker.SEVERITY_ERROR));
}

// next test a variety of slocs for var decl fragments
Expand Down

0 comments on commit bc7a5fa

Please sign in to comment.