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

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Fri Feb 13 10:55:16 EST 2009


Author: ozizka at redhat.com
Date: 2009-02-13 10:55:16 -0500 (Fri, 13 Feb 2009)
New Revision: 149

Modified:
   trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/EmbjoprTestCase.java
Log:
Login credentials moved to constants.

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-13 15:54:11 UTC (rev 148)
+++ trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/EmbjoprTestCase.java	2009-02-13 15:55:16 UTC (rev 149)
@@ -59,7 +59,10 @@
     protected JSFClientSession client;
     protected JSFServerSession server;
 
+		public static final String LOGIN_USERNAME = "admin";
+		public static final String LOGIN_PASSWORD = "admin";
 
+
     /**
      * Start a JSFUnit session by logging in to the main page.  Note that
      * because setUp() is called before each test, a new HttpSession will be




More information about the embjopr-commits mailing list