VCS: Fix tests

Some editors were removed, adapt indices

Change-Id: I87ab8c3aa8c6e9ccad494527ec93a171f90ecf83
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Orgad Shaneh
2013-05-27 18:34:02 +03:00
committed by Tobias Hunger
parent 5b648d8b6e
commit 64fe884bbc
5 changed files with 9 additions and 9 deletions

View File

@@ -1417,7 +1417,7 @@ void SubversionPlugin::testDiffFileResolving_data()
void SubversionPlugin::testDiffFileResolving()
{
SubversionEditor editor(editorParameters + 3, 0);
SubversionEditor editor(editorParameters + 2, 0);
editor.testDiffFileResolving();
}
@@ -1439,7 +1439,7 @@ void SubversionPlugin::testLogResolving()
" expectations, remove XFail.\n"
"\n"
);
SubversionEditor editor(editorParameters + 1, 0);
SubversionEditor editor(editorParameters, 0);
editor.testLogResolving(data, "r1439551", "r1439540");
}
#endif