Changeset 9145 in josm for trunk/test/unit
- Timestamp:
- 2015-12-24T23:57:37+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/tools/AudioPlayerTest.java
r9144 r9145 35 35 * @throws MalformedURLException wrong URL 36 36 */ 37 @Test 37 @Test(timeout = 4*MAX_DURATION) 38 38 public void testPlay() throws MalformedURLException, Exception { 39 39 File wav1 = new File(TestUtils.getRegressionDataFile(6851, "20111003_121226.wav"));
Note:
See TracChangeset
for help on using the changeset viewer.