|
From: <tre...@us...> - 2007-08-31 23:39:16
|
Revision: 316
http://ogoglio.svn.sourceforge.net/ogoglio/?rev=316&view=rev
Author: trevorolio
Date: 2007-08-31 16:39:18 -0700 (Fri, 31 Aug 2007)
Log Message:
-----------
Updated bootstrap.properties to include the cookies for the bootstrapped accounts, which will lessen the pain of whitebox testing.
Modified Paths:
--------------
maven/trunk/ogoglio-integration-test/src/test/resources/bootstrap.properties
Modified: maven/trunk/ogoglio-integration-test/src/test/resources/bootstrap.properties
===================================================================
--- maven/trunk/ogoglio-integration-test/src/test/resources/bootstrap.properties 2007-08-31 23:39:11 UTC (rev 315)
+++ maven/trunk/ogoglio-integration-test/src/test/resources/bootstrap.properties 2007-08-31 23:39:18 UTC (rev 316)
@@ -1,4 +1,5 @@
allBootstrapUsers=${ogoglio.allBootstrapUsers}
allBootstrapUsersPW=${ogoglio.allBootstrapUsersPW}
+allBootstrapUsersCookies=${ogoglio.allBootstrapUsersCookies}
bootstrapUser=${ogoglio.bootstrapUser}
bootstrapUserPW=${ogoglio.bootstrapUserPW}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|