Change CadiFilter Default SSetter
[aaf/authz.git] / cadi / client / src / test / java / org / onap / aaf / cadi / http / test / JU_HBasicAuthSS.java
index e6923ee..fa0a673 100644 (file)
@@ -26,9 +26,7 @@ import java.io.IOException;
 import java.io.PrintStream;
 import java.net.HttpURLConnection;
 
-import static org.junit.Assert.*;
 import static org.mockito.Mockito.*;
-import static org.hamcrest.CoreMatchers.*;
 
 import org.junit.*;
 import org.mockito.*;
@@ -37,6 +35,7 @@ import org.onap.aaf.cadi.PropAccess;
 import org.onap.aaf.cadi.config.Config;
 import org.onap.aaf.cadi.config.SecurityInfoC;
 import org.onap.aaf.cadi.http.HBasicAuthSS;
+import org.onap.aaf.cadi.http.HSecurityInfoInit;
 import org.onap.aaf.cadi.principal.BasicPrincipal;
 
 public class JU_HBasicAuthSS {
@@ -67,6 +66,7 @@ public class JU_HBasicAuthSS {
        @Test
        public void test() throws IOException {
                // All the constructors accomplish the same thing
+               @SuppressWarnings("unused")
                HBasicAuthSS auth = new HBasicAuthSS(si);
                
                // TODO: While these test _should_ pass, and they _do_ pass on my local machine, they won't