[Schmitzm-commits] r446 - in branches/1.0-gt2-2.6: . src/junit/skrueger/i8n src_junit src_junit/junit src_junit/junit/skrueger src_junit/skrueger src_junit/skrueger/i8n
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Oct 7 15:40:20 CEST 2009
Author: alfonx
Date: 2009-10-07 15:40:19 +0200 (Wed, 07 Oct 2009)
New Revision: 446
Added:
branches/1.0-gt2-2.6/src_junit/
branches/1.0-gt2-2.6/src_junit/junit/
branches/1.0-gt2-2.6/src_junit/junit/skrueger/
branches/1.0-gt2-2.6/src_junit/junit/skrueger/i8n/
branches/1.0-gt2-2.6/src_junit/skrueger/
branches/1.0-gt2-2.6/src_junit/skrueger/i8n/
branches/1.0-gt2-2.6/src_junit/skrueger/i8n/SwitchLanguageDialogTest.java
Removed:
branches/1.0-gt2-2.6/src/junit/skrueger/i8n/SwitchLanguageDialogTest.java
Log:
* Moved JUnit tests into it's own src dir: src_junit
Deleted: branches/1.0-gt2-2.6/src/junit/skrueger/i8n/SwitchLanguageDialogTest.java
===================================================================
--- branches/1.0-gt2-2.6/src/junit/skrueger/i8n/SwitchLanguageDialogTest.java 2009-10-07 13:17:02 UTC (rev 445)
+++ branches/1.0-gt2-2.6/src/junit/skrueger/i8n/SwitchLanguageDialogTest.java 2009-10-07 13:40:19 UTC (rev 446)
@@ -1,46 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Martin O. J. Schmitz.
- *
- * This file is part of the SCHMITZM library - a collection of utility
- * classes based on Java 1.6, focusing (not only) on Java Swing
- * and the Geotools library.
- *
- * The SCHMITZM project is hosted at:
- * http://wald.intevation.org/projects/schmitzm/
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public License
- * as published by the Free Software Foundation; either version 3
- * 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 Lesser General Public License (license.txt)
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- * or try this link: http://www.gnu.org/licenses/lgpl.html
- *
- * Contributors:
- * Martin O. J. Schmitz - initial API and implementation
- * Stefan A. Krüger - additional utility classes
- ******************************************************************************/
-package junit.skrueger.i8n;
-
-import java.util.ArrayList;
-
-import junit.framework.TestCase;
-import skrueger.i8n.SwitchLanguageDialog;
-
-public class SwitchLanguageDialogTest extends TestCase {
-
- public void testDialog() {
- ArrayList<String> langsa = new ArrayList<String>();
- langsa.add("fr");
- langsa.add("tr");
- SwitchLanguageDialog switchLanguageDialog = new SwitchLanguageDialog(null, langsa);
- switchLanguageDialog.setVisible(true);
- }
-}
Copied: branches/1.0-gt2-2.6/src_junit/skrueger/i8n/SwitchLanguageDialogTest.java (from rev 444, branches/1.0-gt2-2.6/src/junit/skrueger/i8n/SwitchLanguageDialogTest.java)
===================================================================
--- branches/1.0-gt2-2.6/src/junit/skrueger/i8n/SwitchLanguageDialogTest.java 2009-10-07 12:31:27 UTC (rev 444)
+++ branches/1.0-gt2-2.6/src_junit/skrueger/i8n/SwitchLanguageDialogTest.java 2009-10-07 13:40:19 UTC (rev 446)
@@ -0,0 +1,46 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Martin O. J. Schmitz.
+ *
+ * This file is part of the SCHMITZM library - a collection of utility
+ * classes based on Java 1.6, focusing (not only) on Java Swing
+ * and the Geotools library.
+ *
+ * The SCHMITZM project is hosted at:
+ * http://wald.intevation.org/projects/schmitzm/
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; either version 3
+ * 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 Lesser General Public License (license.txt)
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * or try this link: http://www.gnu.org/licenses/lgpl.html
+ *
+ * Contributors:
+ * Martin O. J. Schmitz - initial API and implementation
+ * Stefan A. Krüger - additional utility classes
+ ******************************************************************************/
+package skrueger.i8n;
+
+import java.util.ArrayList;
+
+import junit.framework.TestCase;
+import skrueger.i8n.SwitchLanguageDialog;
+
+public class SwitchLanguageDialogTest extends TestCase {
+
+ public void testDialog() {
+ ArrayList<String> langsa = new ArrayList<String>();
+ langsa.add("fr");
+ langsa.add("tr");
+ SwitchLanguageDialog switchLanguageDialog = new SwitchLanguageDialog(null, langsa);
+ switchLanguageDialog.setVisible(true);
+ }
+}
More information about the Schmitzm-commits
mailing list