From e8de39bae08b511e9b62e71a7d52cce2df10d54f Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart Date: Sat, 15 Jan 2005 13:11:25 +0000 Subject: 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. --- java/tests/LoginTest.java | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'java/tests/LoginTest.java') 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 - * Emmanuel Raviart + * 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.*; -- cgit