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

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Thu Feb 26 21:04:19 EST 2009


Author: ozizka at redhat.com
Date: 2009-02-26 21:04:19 -0500 (Thu, 26 Feb 2009)
New Revision: 170

Modified:
   trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/EmbjoprTestCase.java
Log:
Getters for client and server.

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-25 18:43:20 UTC (rev 169)
+++ trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/EmbjoprTestCase.java	2009-02-27 02:04:19 UTC (rev 170)
@@ -70,6 +70,10 @@
     protected JSFClientSession client;
     protected JSFServerSession server;
 
+		public JSFClientSession getClient() {		return client;	}
+		public JSFServerSession getServer() {		return server;	}
+
+
 		public static final String LOGIN_USERNAME = "admin";
 		public static final String LOGIN_PASSWORD = "admin";
 
@@ -83,9 +87,9 @@
     {
 
 				// Announce this test in the JBoss log.
-			  log.info("==================================================================");
-			  log.info("  Setting up test "+this.getName());
-			  log.info("==================================================================");
+			  log.info("========================================================================================");
+			  log.info("  Setting up test "+this.getClass().getName()+"#"+this.getName());
+			  log.info("========================================================================================");
 
 
 				// JVM version




More information about the embjopr-commits mailing list