From 77c9e656b9f921231b8ce228bbd6984b44145c25 Mon Sep 17 00:00:00 2001 From: Tom Page Date: Thu, 11 Feb 2016 11:25:22 +0000 Subject: [PATCH] Fix the BrowseList getItemCount call. Previously, for the standard format of message "1 - 4 of 4", this was returning 0 because the code was expecting three space separated values, not five. --- rm-automation/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rm-automation/pom.xml b/rm-automation/pom.xml index 6a00b13c76..3e2907907c 100644 --- a/rm-automation/pom.xml +++ b/rm-automation/pom.xml @@ -132,6 +132,11 @@ wiremock 1.56 + + org.mockito + mockito-all + test +