Project

General

Profile

« Previous | Next » 

Revision 8102

do not use a URL that could resolve when testing the Metacat inaccessible exception.

View differences:

MetacatClientTest.java
60 60
{
61 61

  
62 62
    private String wrongMetacatUrl=
63
    	"http://somepalce.somewhere.com/some/servlet/metacat";
63
    	"http://localhostBAD/some/servlet/metacat";
64 64
  
65 65
    private static String metacatUrl;
66 66
    private static String username;

Also available in: Unified diff