8000 Move test applications to tests · codesplode/dnsjava@934ef38 · GitHub
[go: up one dir, main page]

Skip to content

Commit 934ef38

Browse files
committed
Move test applications to tests
These should have already been moved in e93079c
1 parent a91eb0f commit 934ef38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/xbill/DNS/tests/primary.java renamed to src/test/java/org/xbill/DNS/apps/primary.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 1999-2004 Brian Wellington (bwelling@xbill.org)
22

3-
package org.xbill.DNS.tests;
3+
package org.xbill.DNS.apps;
44

55
import java.util.*;
66
import org.xbill.DNS.*;

src/main/java/org/xbill/DNS/tests/xfrin.java renamed to src/test/java/org/xbill/DNS/apps/xfrin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 1999-2004 Brian Wellington (bwelling@xbill.org)
22

3-
package org.xbill.DNS.tests;
3+
package org.xbill.DNS.apps;
44

55
import java.util.*;
66
import org.xbill.DNS.*;

0 commit comments

Comments
 (0)
0