- Timestamp:
- 2017-06-07T02:00:05+02:00 (7 years ago)
- Location:
- trunk/test/unit/org/openstreetmap/josm/io/audio
- Files:
-
- 1 added
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/io/audio/AudioPlayerTest.java
r12326 r12327 1 1 // License: GPL. For details, see LICENSE file. 2 package org.openstreetmap.josm. tools;2 package org.openstreetmap.josm.io.audio; 3 3 4 4 import static org.junit.Assert.assertFalse; … … 14 14 import org.openstreetmap.josm.JOSMFixture; 15 15 import org.openstreetmap.josm.TestUtils; 16 import org.openstreetmap.josm.tools.Utils; 16 17 17 18 /** -
trunk/test/unit/org/openstreetmap/josm/io/audio/AudioUtilTest.java
r12326 r12327 1 1 // License: GPL. For details, see LICENSE file. 2 package org.openstreetmap.josm. tools;2 package org.openstreetmap.josm.io.audio; 3 3 4 4 import static org.junit.Assert.assertEquals;
Note:
See TracChangeset
for help on using the changeset viewer.