Commit 9978b4b0 authored by Guus der Kinderen's avatar Guus der Kinderen

Reinstated unit test for OpenfireX509TrustManager

parent 7a28ee14
...@@ -63,7 +63,7 @@ public class OpenfireX509TrustManagerTest ...@@ -63,7 +63,7 @@ public class OpenfireX509TrustManagerTest
} }
// Create the Trust Manager that is subject of these tests. // Create the Trust Manager that is subject of these tests.
systemUnderTest = null; // TODO FIXME // new OpenfireX509TrustManager( trustStore ); systemUnderTest = new OpenfireX509TrustManager( trustStore, false, true );
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment