[java-support] branch maint-7 updated: Adjust path of test resource on main branch.

Scott Cantor cantor.2 at osu.edu
Fri Sep 18 13:47:24 UTC 2020


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch maint-7
in repository java-support.

View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=70045565eae9b94ffb1ab33cad20175adb0901f7

The following commit(s) were added to refs/heads/maint-7 by this push:
       new  7004556   Adjust path of test resource on main branch.
7004556 is described below

commit 70045565eae9b94ffb1ab33cad20175adb0901f7
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Sep 18 09:47:20 2020 -0400

    Adjust path of test resource on main branch.
---
 .../utilities/java/support/repository/RepositorySupportTest.java      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/java/net/shibboleth/utilities/java/support/repository/RepositorySupportTest.java b/src/test/java/net/shibboleth/utilities/java/support/repository/RepositorySupportTest.java
index c20c24d..276fdab 100644
--- a/src/test/java/net/shibboleth/utilities/java/support/repository/RepositorySupportTest.java
+++ b/src/test/java/net/shibboleth/utilities/java/support/repository/RepositorySupportTest.java
@@ -13,7 +13,7 @@ public class RepositorySupportTest {
     @Test
     public void testBuildHTTPResourceURLTest() throws IOException {
         final String s = RepositorySupport.buildHTTPResourceURL("java-support",
-                "src/test/java/net/shibboleth/utilities/java/support/repository/RepositorySupport.java", false);
+                "src/test/java/net/shibboleth/utilities/java/support/test/repository/RepositorySupport.java", false);
         final URL u = new URL(s);
         Assert.assertNotNull(u);
         Assert.assertNotNull(u.getContent());
@@ -22,7 +22,7 @@ public class RepositorySupportTest {
     @Test
     public void testBuildHTTPSResourceURLTest() throws IOException {
         final String s = RepositorySupport.buildHTTPSResourceURL("java-support",
-                "src/test/java/net/shibboleth/utilities/java/support/repository/RepositorySupport.java");
+                "src/test/java/net/shibboleth/utilities/java/support/test/repository/RepositorySupport.java");
         final URL u = new URL(s);
         Assert.assertNotNull(u);
         // Can't dereference, as test.shibboleth.net has a non-commercial certificate

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list