Bug 16500: [QA Follow-up] Catch warning if branch MPL already exists
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Thu, 26 May 2016 19:56:50 +0000 (21:56 +0200)
committerFrédéric Demians <f.demians@tamil.fr>
Fri, 24 Jun 2016 05:28:31 +0000 (07:28 +0200)
commit358f2770178547abcb9216285fe670a7a1e102d4
treedb77641fa55874f6e6d7d3bf9d169ee9a0e16ee1
parent9cb9d3c30689170cd21aa22333a9ad3a28774400
Bug 16500: [QA Follow-up] Catch warning if branch MPL already exists

The current test had no warnings, when you have no MPL branch, and only
catches the warn from the second build on line 57. If you do have MPL,
a warning comes from line 56.

This patch fixes it by removing MPL from the test. A new branch is created
first and then we try to create it again.

Test plan:
Run the test.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 63fbb336bd90991a8b86ca6fe54d5a069c129373)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
t/db_dependent/TestBuilder.t