Merge branch 'Release_2_8_3_Branch' of https://source.jalview.org/git/jalview into...
[jalview.git] / test / jalview / ws / dbsources / PDBRestClientTest.java
index c35cbe9..181fcf1 100644 (file)
@@ -97,13 +97,13 @@ public class PDBRestClientTest
 
     String parsedErrorResponse = PDBRestClient
             .parseJsonExceptionString(jsonErrorResponse);
-    System.out.println(parsedErrorResponse);
 
     String expectedErrorMsg = "\n============= PDB Rest Client RunTime error =============\n"
             + "Status: 400\n"
             + "Message: org.apache.solr.search.SyntaxError: Cannot parse 'text:abc OR text:go:abc AND molecule_sequence:['' TO *]': Encountered \" \":\" \": \"\" at line 1, column 19.\n"
             + "query: text:abc OR text:go:abc AND molecule_sequence:['' TO *]\n"
             + "fl: pdb_id\n";
+
     assertEquals(expectedErrorMsg, parsedErrorResponse);
   }