Author: brett
Date: Thu Jan 14 08:04:32 2010
New Revision: 899093
URL: http://svn.apache.org/viewvc?rev=899093&view=rev
Log:
comment on test
Modified:
continuum/branches/continuum-1.3.x/continuum-webapp-test/src/test/testng/org/apache/continuum/web/test/ProjectGroupTest.java
Modified: continuum/branches/continuum-1.3.x/continuum-webapp-test/src/test/testng/org/apache/continuum/web/test/ProjectGroupTest.java
URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.3.x/continuum-webapp-test/src/test/testng/org/apache/continuum/web/test/ProjectGroupTest.java?rev=899093&r1=899092&r2=899093&view=diff
==============================================================================
--- continuum/branches/continuum-1.3.x/continuum-webapp-test/src/test/testng/org/apache/continuum/web/test/ProjectGroupTest.java
(original)
+++ continuum/branches/continuum-1.3.x/continuum-webapp-test/src/test/testng/org/apache/continuum/web/test/ProjectGroupTest.java
Thu Jan 14 08:04:32 2010
@@ -67,6 +67,8 @@
String DEFAULT_PROJ_GRP_DESCRIPTION = getProperty( "DEFAULT_PROJ_GRP_NAME" );
String M2_PROJ_GRP_NAME = getProperty( "M2_PROJ_GRP_NAME" );
+ // TODO: need to wait for checkout to complete. Can we add a special IT type of project
that doesn't require checkout?
+ // currently we get away with it due to the usualy duration between the dependant
test and this test
// move the project of the test project group to the default project group
moveProjectToProjectGroup( TEST_PROJ_GRP_NAME, TEST_PROJ_GRP_ID, TEST_PROJ_GRP_DESCRIPTION,
M2_PROJ_GRP_NAME,
DEFAULT_PROJ_GRP_NAME );
|