This is an automated email from the ASF dual-hosted git repository.
martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git
The following commit(s) were added to refs/heads/master by this push:
new 06fcbdb Changing URL for connectivity tests
06fcbdb is described below
commit 06fcbdbbb8ced8cfd34c10f1b41cabc4aa05ea97
Author: Martin Stockhammer <[email protected]>
AuthorDate: Fri Apr 6 23:14:17 2018 +0200
Changing URL for connectivity tests
---
.../org/apache/archiva/rest/services/RemoteRepositoriesServiceTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/src/test/java/org/apache/archiva/rest/services/RemoteRepositoriesServiceTest.java
b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/src/test/java/org/apache/archiva/rest/services/RemoteRepositoriesServiceTest.java
index 77605ed..57e3a1a 100644
---
a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/src/test/java/org/apache/archiva/rest/services/RemoteRepositoriesServiceTest.java
+++
b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/src/test/java/org/apache/archiva/rest/services/RemoteRepositoriesServiceTest.java
@@ -202,7 +202,7 @@ public class RemoteRepositoriesServiceTest
RemoteRepository getRemoteRepository()
{
- return new RemoteRepository( Locale.getDefault( ), "id-new", "new
one", "http://foo.com", "default", "foo", "foopassword", 120,
+ return new RemoteRepository( Locale.getDefault( ), "id-new", "new
one", "http://www.apache.org", "default", "foo", "foopassword", 120,
"cool repo" );
}
--
To stop receiving notification emails like this one, please contact
[email protected].