diff options
author | jestin | 2003-01-07 10:39:44 +0000 |
---|---|---|
committer | jestin | 2003-01-07 10:39:44 +0000 |
commit | 615df5f1f4058862342ec3171ceb78da09c40fc7 (patch) | |
tree | 9ff3be3eed1fa3783ac13c603033fcfb5e10dabc /tests/TestNetSwing.java | |
parent | 2e2578904b5c3b6e2470bff1fa147631142ee5df (diff) | |
download | ivy-java-615df5f1f4058862342ec3171ceb78da09c40fc7.zip ivy-java-615df5f1f4058862342ec3171ceb78da09c40fc7.tar.gz ivy-java-615df5f1f4058862342ec3171ceb78da09c40fc7.tar.bz2 ivy-java-615df5f1f4058862342ec3171ceb78da09c40fc7.tar.xz |
Je vais simplifier la constructions de tests.
TestApi est brutal et efficace pour tester l'api.
Diffstat (limited to 'tests/TestNetSwing.java')
-rw-r--r-- | tests/TestNetSwing.java | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/TestNetSwing.java b/tests/TestNetSwing.java index 08c9db5..3154457 100644 --- a/tests/TestNetSwing.java +++ b/tests/TestNetSwing.java @@ -1,4 +1,7 @@ -/* +/** + * TestNetSwing , a network Ivy domain checker. + * @author Yannick Jestin <mailto:jestin@cena.fr> + * (c) CENA * A simple Swing application in order to check whether the chosen network is * OK */ @@ -251,7 +254,6 @@ class TestNetSwing implements Runnable { System.exit(0); } // getopt new TestNetSwing(domain); - } } // class TestNetSwing |