Upgrade some testing dependencies

This commit is contained in:
John Lees-Miller
2016-06-02 12:41:24 +01:00
parent 13a75fdb95
commit 9c63ea6c93
3 changed files with 44 additions and 18 deletions
@@ -32,7 +32,7 @@ public class ResourceFetcherTest {
@Test
public void fetchesFilesThatAreMissingFromUrlStoreCache() throws IOException, SnapshotPostException {
final String testProjectName = "123abc";
final String testUrl = "http://localhost:" + mockServerRule.getHttpPort() + "/123abc";
final String testUrl = "http://localhost:" + mockServerRule.getPort() + "/123abc";
final String oldTestPath = "testPath";
final String newTestPath = "missingPath";