Author: tchemit Date: 2008-04-27 08:20:09 +0000 (Sun, 27 Apr 2008) New Revision: 617 Removed: trunk/lutinvcs/tools/src/test/java/org/codelutin/vcs/ConfigUITest.java Log: only one test now : UITest Deleted: trunk/lutinvcs/tools/src/test/java/org/codelutin/vcs/ConfigUITest.java =================================================================== --- trunk/lutinvcs/tools/src/test/java/org/codelutin/vcs/ConfigUITest.java 2008-04-25 23:43:03 UTC (rev 616) +++ trunk/lutinvcs/tools/src/test/java/org/codelutin/vcs/ConfigUITest.java 2008-04-27 08:20:09 UTC (rev 617) @@ -1,38 +0,0 @@ -/** - * ##% Copyright (C) 2008 Code Lutin, Tony Chemit - * 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. - * ##% - */ -package org.codelutin.vcs; - -import org.codelutin.vcs.ui.UIActionHelper; - -/** @author chemit */ -public class ConfigUITest { - - public static void main(String[] args) throws Exception { - - RepositoryGenerator generator = new RepositoryGenerator(); - - VCSConnexion connexion = UITest.initMockVCS(generator, 0, 0, 0, 0); - - connexion.open(); - - UITest.initUI(generator, connexion); - - UIActionHelper.showConfigUI(connexion.getConfig(), null); - - //ConfigUI ui = VCSUIFactory.getUI(VCSUIFactory.CONFIG_UI); - //ui.getHandler().getModel().populate(connexion.getConfig(), true, "tony", "chemit", "chemit@codelutin.com"); - //ui.setVisible(true); - } -} \ No newline at end of file