forked from qt-creator/qt-creator
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:
committed by
Tobias Hunger
parent
5b648d8b6e
commit
64fe884bbc
@@ -606,7 +606,7 @@ void BazaarPlugin::testDiffFileResolving_data()
|
||||
|
||||
void BazaarPlugin::testDiffFileResolving()
|
||||
{
|
||||
BazaarEditor editor(editorParameters + 3, 0);
|
||||
BazaarEditor editor(editorParameters + 2, 0);
|
||||
editor.testDiffFileResolving();
|
||||
}
|
||||
|
||||
@@ -630,7 +630,7 @@ void BazaarPlugin::testLogResolving()
|
||||
" (gz) Set approved revision and vote \"Approve\" when using lp-propose\n"
|
||||
" --approve (Jonathan Lange)\n"
|
||||
);
|
||||
BazaarEditor editor(editorParameters + 1, 0);
|
||||
BazaarEditor editor(editorParameters, 0);
|
||||
editor.testLogResolving(data, "6572", "6571");
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user