mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
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.
This commit is contained in:
@@ -132,6 +132,11 @@
|
||||
<artifactId>wiremock</artifactId>
|
||||
<version>1.56</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mockito</groupId>
|
||||
<artifactId>mockito-all</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<profiles>
|
||||
|
Reference in New Issue
Block a user