r1599 - isis-fish/trunk/src/test/java/fr/ifremer/isisfish
Author: chatellier Date: 2008-11-19 09:26:14 +0000 (Wed, 19 Nov 2008) New Revision: 1599 Removed: isis-fish/trunk/src/test/java/fr/ifremer/isisfish/GenerationHibernate.java Log: Test does'nt compile anymore Deleted: isis-fish/trunk/src/test/java/fr/ifremer/isisfish/GenerationHibernate.java =================================================================== --- isis-fish/trunk/src/test/java/fr/ifremer/isisfish/GenerationHibernate.java 2008-11-18 17:40:06 UTC (rev 1598) +++ isis-fish/trunk/src/test/java/fr/ifremer/isisfish/GenerationHibernate.java 2008-11-19 09:26:14 UTC (rev 1599) @@ -1,61 +0,0 @@ -/* *##% - * Copyright (C) 2006 - * Ifremer, Code Lutin, Cédric Pineau, Benjamin Poussin - * - * 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. - *##%*/ - -/* * - * GenerationHibernate.java - * - * Created: 5 mars 2006 13:34:03 - * - * @author poussin - * @version $Revision$ - * - * Last update: $Date$ - * by : $Author$ - */ - -package fr.ifremer.isisfish; - -import java.io.File; - -import junit.framework.TestCase; - -import org.codelutin.topia.generator.EntityHibernateMappingGenerator; - - -/** - * @author poussin - * - */ - -public class GenerationHibernate extends TestCase { - - - - public void testGen() { - File source = new File("/usr/local/src/PROJET/lutin/isis-fish/target/src-build/objectmodel/isis-fish.objectmodel"); - File dest = new File("/tmp/gentest"); - dest.mkdirs(); - EntityHibernateMappingGenerator gen = new EntityHibernateMappingGenerator(); - System.out.println("source: " + source + " dest: " + dest); - gen.generate(source, dest); - } - -} - -
participants (1)
-
chatellier@users.labs.libre-entreprise.org