[embjopr-commits] EMBJOPR SVN: r154 - trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Tue Feb 17 10:46:54 EST 2009


Author: fjuma
Date: 2009-02-17 10:46:54 -0500 (Tue, 17 Feb 2009)
New Revision: 154

Modified:
   trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/EmbjoprTestCase.java
Log:
Removing testServerSessionCreated() and testClientSessionCreated() from EmbjoprTestCase.java. These tests are no longer needed.


Modified: trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/EmbjoprTestCase.java
===================================================================
--- trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/EmbjoprTestCase.java	2009-02-16 20:15:08 UTC (rev 153)
+++ trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/EmbjoprTestCase.java	2009-02-17 15:46:54 UTC (rev 154)
@@ -50,7 +50,7 @@
  * @author Ondrej Zizka
  * @author Stan Silvert
  */
-public class EmbjoprTestCase extends ServletTestCase {
+public abstract class EmbjoprTestCase extends ServletTestCase {
 
 		protected final Logger log = Logger.getLogger(this.getClass().getName());
 
@@ -368,23 +368,7 @@
        nodeArrow.click();
     }
     
-
     /**
-     * This just checks that the JSFServerSession object was created.
-     */
-    public void testServerSessionCreated() {
-        assertTrue(server != null);
-    }
-    
-
-    /**
-     * This just checks that the JSFClientSession object was created.
-     */
-    public void testClientSessionCreated() {
-        assertTrue(client != null);
-    }
-
-    /**
      * Finds a row in the "details table" using the text in the Name column
      * and returns the text from the Value column.
      * @param name




More information about the embjopr-commits mailing list