summaryrefslogtreecommitdiffstats
path: root/java/tests
diff options
context:
space:
mode:
authorEmmanuel Raviart <eraviart@entrouvert.com>2005-01-15 13:11:25 +0000
committerEmmanuel Raviart <eraviart@entrouvert.com>2005-01-15 13:11:25 +0000
commite8de39bae08b511e9b62e71a7d52cce2df10d54f (patch)
tree3f25381d896eb82440fc2315ba9acc7fe0fe5272 /java/tests
parentbb27a8d5984ddcf12f0a42e5d8f089759e8749ab (diff)
downloadlasso-e8de39bae08b511e9b62e71a7d52cce2df10d54f.tar.gz
lasso-e8de39bae08b511e9b62e71a7d52cce2df10d54f.tar.xz
lasso-e8de39bae08b511e9b62e71a7d52cce2df10d54f.zip
Updated authors.
Changed authors & copyright in SWIG and unit tests headers. Extracted binding_tests.py from profiles_tests.py, so that each language has a binding specific test.
Diffstat (limited to 'java/tests')
-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.*;