summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
Diffstat (limited to 'java')
-rw-r--r--java/tests/LoginTest.java16
1 files changed, 9 insertions, 7 deletions
diff --git a/java/tests/LoginTest.java b/java/tests/LoginTest.java
index 29ca5bb9..9ff66239 100644
--- a/java/tests/LoginTest.java
+++ b/java/tests/LoginTest.java
@@ -1,22 +1,23 @@
/*
- * JLasso -- Java bindings for Lasso library
+ * $Id$
*
- * Copyright (C) 2004 Entr'ouvert
+ * Java unit tests for Lasso library
+ *
+ * Copyright (C) 2004, 2005 Entr'ouvert
* http://lasso.entrouvert.org
*
- * Authors: Benjamin Poussin <poussin@codelutin.com>
- * Emmanuel Raviart <eraviart@entrouvert.com>
+ * Authors: See AUTHORS file.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
@@ -31,8 +32,9 @@
// $ gcj -C -classpath /usr/share/java/junit.jar:../target/lasso.jar:. LoginTest.java
// $ gij -classpath /usr/share/java/junit.jar:../target/lasso.jar:. LoginTest
-import junit.framework.TestCase;
+
import junit.framework.Test;
+import junit.framework.TestCase;
import junit.framework.TestSuite;
import com.entrouvert.lasso.*;