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)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 17 Jun 2016 14:42:08 +0000 (14:42 +0000)
commit63fbb336bd90991a8b86ca6fe54d5a069c129373
treed51e54e09a39934c9865b1e8f15d30035ea1e3a4
parent395ac8835a582a2bb38aaa3259c4196b81142dd4
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>
t/db_dependent/TestBuilder.t