Skip to content

Commit 5a678d2

Browse files
committed
removed test code
1 parent 8db61a4 commit 5a678d2

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

dependency-check-core/src/test/java/org/owasp/dependencycheck/data/nvdcve/DatabasePropertiesIntegrationTest.java

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -149,22 +149,4 @@ public void testGetProperties() throws DatabaseException {
149149
}
150150
}
151151
}
152-
153-
@Test
154-
public void testTest() {
155-
final Date now = new Date();
156-
157-
final DateFormat format = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSSZ");
158-
final String formatted = format.format(now);
159-
160-
final DateTime dt = new DateTime(now.getTime());
161-
DateTimeFormatter fmt = DateTimeFormat.forPattern("yyyy-MM-dd'T'HH:mm:ss.SSSZ");
162-
String jodaFormatted = fmt.print(dt);
163-
System.out.println(formatted);
164-
System.out.println(jodaFormatted);
165-
assertTrue(jodaFormatted.equals(formatted));
166-
167-
168-
169-
}
170152
}

0 commit comments

Comments
 (0)