Project

General

Profile

« Previous | Next » 

Revision 0cd73a67

Added by Andreas Müller over 1 year ago

cleanup

View differences:

cdmlib-commons/src/test/java/eu/etaxonomy/cdm/common/UriUtilsTest.java
67 67
			try {
68 68
				@SuppressWarnings("unused")
69 69
                URI uri = new URI("http:/www.abc.de:8080/xyz");
70
				System.out.println("  sdf");
71 70
//				Assert.assertEquals(9143, UriUtils.getResourceLength(uri, null));
72 71
			} catch (URISyntaxException e) {
73 72
				Assert.fail();
74 73
			}
75

  
76 74
        } else {
77 75
            logger.warn("Test: testGetResourceLength() skipped, since internet is not available");
78 76
        }

Also available in: Unified diff