Revision 8102
Added by ben leinfelder over 11 years ago
test/edu/ucsb/nceas/metacattest/client/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
do not use a URL that could resolve when testing the Metacat inaccessible exception.