1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-11 02:05:39 +02:00

Attempt to fix JUnit failure.

This commit is contained in:
Markus Schorn 2009-07-22 11:05:29 +00:00
parent 6b57ac7cf2
commit 49d696c0de

View file

@ -624,7 +624,7 @@ public class RenameRegressionTests extends RenameTests {
writer.write( " void v(){i++;} \n" ); //$NON-NLS-1$ writer.write( " void v(){i++;} \n" ); //$NON-NLS-1$
writer.write( "}; \n" ); //$NON-NLS-1$ writer.write( "}; \n" ); //$NON-NLS-1$
String contents = writer.toString(); String contents = writer.toString();
IFile file = importFile( "t.cpp", contents ); //$NON-NLS-1$ IFile file = importFile( "t45.cpp", contents ); //$NON-NLS-1$
waitForIndexer(); waitForIndexer();
//vp1 implicit virtual method //vp1 implicit virtual method
int offset = contents.indexOf( "v/*vp1*/" ) ; //$NON-NLS-1$ int offset = contents.indexOf( "v/*vp1*/" ) ; //$NON-NLS-1$