[java-identity-provider] branch master updated: Fix test by adding missing file.

Rod Widdowson rdw at steadingsoftware.com
Wed Jun 24 15:01:11 UTC 2020


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

rdw pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=66215dba5bddb7062c96963911095a2086afb398

The following commit(s) were added to refs/heads/master by this push:
       new  66215dba5 Fix test by adding missing file.
66215dba5 is described below

commit 66215dba5bddb7062c96963911095a2086afb398
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Jun 24 15:48:07 2020 +0100

    Fix test by adding missing file.
    
    We put in a dummy file into the appropriate 'service'
    directory in out pseudo-idpHome and arrange for the
    class that it klists to be on the test classpath.
---
 .../net.shibboleth.utilities.java.support.plugin.PluginDescription       | 1 +
 1 file changed, 1 insertion(+)

diff --git a/idp-installer/src/test/resources/idphome-test/dist/edit-webapp-org.example.plugin/WEB-INF/lib/psuedoJar/META-INF/services/net.shibboleth.utilities.java.support.plugin.PluginDescription b/idp-installer/src/test/resources/idphome-test/dist/edit-webapp-org.example.plugin/WEB-INF/lib/psuedoJar/META-INF/services/net.shibboleth.utilities.java.support.plugin.PluginDescription
new file mode 100644
index 000000000..0aeabcaf2
--- /dev/null
+++ b/idp-installer/src/test/resources/idphome-test/dist/edit-webapp-org.example.plugin/WEB-INF/lib/psuedoJar/META-INF/services/net.shibboleth.utilities.java.support.plugin.PluginDescription
@@ -0,0 +1 @@
+net.shibboleth.idp.installer.plugin.impl.PluginInstallerTest$Wibble

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


More information about the commits mailing list