You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2011/10/07 18:12:34 UTC

svn commit: r1180088 - in /incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/hadoop: pom.xml src/main/groovy/org/apache/bigtop/itest/hadooptests/TestTestCLI.groovy

Author: rvs
Date: Fri Oct  7 16:12:34 2011
New Revision: 1180088

URL: http://svn.apache.org/viewvc?rev=1180088&view=rev
Log:
Fixing a test to accomodate after-the-split TestCLI

Modified:
    incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/hadoop/pom.xml
    incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadooptests/TestTestCLI.groovy

Modified: incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/hadoop/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/hadoop/pom.xml?rev=1180088&r1=1180087&r2=1180088&view=diff
==============================================================================
--- incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/hadoop/pom.xml (original)
+++ incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/hadoop/pom.xml Fri Oct  7 16:12:34 2011
@@ -41,6 +41,11 @@
       <artifactId>hadoop-common-test</artifactId>
       <version>0.22.0-SNAPSHOT</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs-test</artifactId>
+      <version>0.22.0-SNAPSHOT</version>
+    </dependency>
   </dependencies>
 
 </project>

Modified: incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadooptests/TestTestCLI.groovy
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadooptests/TestTestCLI.groovy?rev=1180088&r1=1180087&r2=1180088&view=diff
==============================================================================
--- incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadooptests/TestTestCLI.groovy (original)
+++ incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadooptests/TestTestCLI.groovy Fri Oct  7 16:12:34 2011
@@ -29,7 +29,7 @@ class CommonConfigurationKeys {
 /** This test class serves only one purpose: to prepare environment for proper
  execution of parent (TestCLI)
  */
-class TestTestCLI extends TestCLI {
+class TestTestCLI extends TestHDFSCLI {
   private static final String JT = "mapred.job.tracker";
 
   static {