Author: brett
Date: Fri Dec 23 05:20:26 2011
New Revision: 1222565
URL: http://svn.apache.org/viewvc?rev=1222565&view=rev
Log:
enable 488, add comments
Modified:
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/IntegrationTestSuite.java
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_480_AzureSupportOneWebRole.java
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_488_MSDeployPackageSimpleWebApp.java
Modified:
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/IntegrationTestSuite.java
URL:
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/IntegrationTestSuite.java?rev=1222565&r1=1222564&r2=1222565&view=diff
==============================================================================
---
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/IntegrationTestSuite.java
(original)
+++
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/IntegrationTestSuite.java
Fri Dec 23 05:20:26 2011
@@ -46,6 +46,7 @@ public class IntegrationTestSuite
// suite.addTestSuite( NPandayIT0002NetModuleDependencyTest.class );
// issue #11729
// suite.addTestSuite(
NPandayIT0003NetModuleTransitiveDependencyTest.class ); // issue #11729
+ suite.addTestSuite( NPANDAY_480_AzureSupportOneWebRole.class );
suite.addTestSuite(
NPANDAY_474_AspxExcludeWorkingDirectoriesTest.class );
suite.addTestSuite( NPANDAY_459_MsBuildProjectReferencesTest.class );
suite.addTestSuite( NPANDAY_465_AspxDisablePrecompilationTest.class );
Modified:
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_480_AzureSupportOneWebRole.java
URL:
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_480_AzureSupportOneWebRole.java?rev=1222565&r1=1222564&r2=1222565&view=diff
==============================================================================
---
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_480_AzureSupportOneWebRole.java
(original)
+++
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_480_AzureSupportOneWebRole.java
Fri Dec 23 05:20:26 2011
@@ -9,13 +9,14 @@ package npanday.its;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
*/
import org.apache.maven.it.Verifier;
@@ -25,12 +26,14 @@ public class NPANDAY_480_AzureSupportOne
{
public NPANDAY_480_AzureSupportOneWebRole()
{
- super( "[1.4.1-incubating,)" );
+ super( "[1.5.0-incubating,)" );
}
public void test()
throws Exception
{
+ // TODO: enable only if azure is installed
+
NPandayIntegrationTestContext context = createDefaultTestContext();
Verifier verifier = context.getPreparedVerifier();
Modified:
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_488_MSDeployPackageSimpleWebApp.java
URL:
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_488_MSDeployPackageSimpleWebApp.java?rev=1222565&r1=1222564&r2=1222565&view=diff
==============================================================================
---
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_488_MSDeployPackageSimpleWebApp.java
(original)
+++
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_488_MSDeployPackageSimpleWebApp.java
Fri Dec 23 05:20:26 2011
@@ -32,6 +32,8 @@ public class NPANDAY_488_MSDeployPackage
public void test()
throws Exception
{
+ // TODO: enable only if msdeploy is installed
+
NPandayIntegrationTestContext context = createDefaultTestContext();
Verifier verifier = context.getPreparedVerifier();