[richfaces-svn-commits] JBoss Rich Faces SVN: r5436 - trunk/sandbox/ui/combobox/src/test/java/org/richfaces/sandbox/ui/component.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Jan 16 13:57:13 EST 2008


Author: abelevich
Date: 2008-01-16 13:57:13 -0500 (Wed, 16 Jan 2008)
New Revision: 5436

Removed:
   trunk/sandbox/ui/combobox/src/test/java/org/richfaces/sandbox/ui/component/JSFComponentTest.java
Log:


Deleted: trunk/sandbox/ui/combobox/src/test/java/org/richfaces/sandbox/ui/component/JSFComponentTest.java
===================================================================
--- trunk/sandbox/ui/combobox/src/test/java/org/richfaces/sandbox/ui/component/JSFComponentTest.java	2008-01-16 18:55:44 UTC (rev 5435)
+++ trunk/sandbox/ui/combobox/src/test/java/org/richfaces/sandbox/ui/component/JSFComponentTest.java	2008-01-16 18:57:13 UTC (rev 5436)
@@ -1,53 +0,0 @@
-/**
- * License Agreement.
- *
- * Rich Faces - Natural Ajax for Java Server Faces (JSF)
- *
- * Copyright (C) 2007 Exadel, Inc.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License version 2.1 as published by the Free Software Foundation.
- *
- * This library 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
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
- */
-
-package org.richfaces.sandbox.ui.component;
-
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-import javax.faces.component.UIComponent;
-
-/**
- * Unit test for simple Component.
- */
-public class JSFComponentTest 
-    extends TestCase
-{
-    /**
-     * Create the test case
-     *
-     * @param testName name of the test case
-     */
-    public JSFComponentTest( String testName )
-    {
-        super( testName );
-    }
-
-
-    /**
-     * Rigourous Test :-)
-     */
-    public void testComponent()
-    {
-        assertTrue( true );
-    }
-}




More information about the richfaces-svn-commits mailing list