Changeset 10338 in josm for trunk/test
- Timestamp:
- 2016-06-08T02:49:17+02:00 (8 years ago)
- Location:
- trunk/test/unit/org/openstreetmap/josm/data/validation/routines
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/validation/routines/DomainValidatorTest.java
r10133 r10338 36 36 * Tests for the DomainValidator. 37 37 * 38 * @version $Revision: 17 23861$38 * @version $Revision: 1741724 $ 39 39 */ 40 40 public class DomainValidatorTest { -
trunk/test/unit/org/openstreetmap/josm/data/validation/routines/EmailValidatorTest.java
r10222 r10338 29 29 * 30 30 * 31 * @version $Revision: 17 23573$31 * @version $Revision: 1741724 $ 32 32 */ 33 33 public class EmailValidatorTest { -
trunk/test/unit/org/openstreetmap/josm/data/validation/routines/InetAddressValidatorTest.java
r10133 r10338 28 28 * Test cases for InetAddressValidator. 29 29 * 30 * @version $Revision: 1 649163$30 * @version $Revision: 1741724 $ 31 31 */ 32 32 public class InetAddressValidatorTest { -
trunk/test/unit/org/openstreetmap/josm/data/validation/routines/RegexValidatorTest.java
r10133 r10338 32 32 * Test Case for RegexValidatorTest. 33 33 * 34 * @version $Revision: 1 649191$34 * @version $Revision: 1741724 $ 35 35 * @since Validator 1.4 36 36 */ -
trunk/test/unit/org/openstreetmap/josm/data/validation/routines/UrlValidatorTest.java
r10222 r10338 27 27 * Performs Validation Test for url validations. 28 28 * 29 * @version $Revision: 17 15076$29 * @version $Revision: 1741724 $ 30 30 */ 31 31 public class UrlValidatorTest {
Note:
See TracChangeset
for help on using the changeset viewer.