diff options
author | Orgad Shaneh <orgad.shaneh@audiocodes.com> | 2013-05-27 18:34:02 +0300 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@digia.com> | 2013-05-27 17:45:32 +0200 |
commit | 64fe884bbc39f01ed176aac91cc64e53f5ae2d66 (patch) | |
tree | 01aaee63a9b490c17ffe5917f3523664f3bec79d /src/plugins/bazaar | |
parent | 5b648d8b6eb0fe9f2690a587116d71c71c9b4d96 (diff) | |
download | qt-creator-64fe884bbc39f01ed176aac91cc64e53f5ae2d66.tar.gz |
VCS: Fix tests
Some editors were removed, adapt indices
Change-Id: I87ab8c3aa8c6e9ccad494527ec93a171f90ecf83
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/bazaar')
-rw-r--r-- | src/plugins/bazaar/bazaarplugin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/bazaar/bazaarplugin.cpp b/src/plugins/bazaar/bazaarplugin.cpp index f4a3ebd0b7..ebf104bc97 100644 --- a/src/plugins/bazaar/bazaarplugin.cpp +++ b/src/plugins/bazaar/bazaarplugin.cpp @@ -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 |