Author: cos
Date: Fri Jun 22 06:05:30 2012
New Revision: 1352776

URL: http://svn.apache.org/viewvc?rev=1352776&view=rev
Log:
BIGTOP-643: Fix package statement in TestHDFSQuota

Modified:
    incubator/bigtop/trunk/CHANGES.txt
    
incubator/bigtop/trunk/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hdfstests/TestHDFSQuota.groovy

Modified: incubator/bigtop/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/incubator/bigtop/trunk/CHANGES.txt?rev=1352776&r1=1352775&r2=1352776&view=diff
==============================================================================
--- incubator/bigtop/trunk/CHANGES.txt (original)
+++ incubator/bigtop/trunk/CHANGES.txt Fri Jun 22 06:05:30 2012
@@ -22,6 +22,7 @@ Bigtop Changelog
 - IMPROVEMENTS
 
 - BUG FIXES
+  - BIGTOP-643: Fix package statement in TestHDFSQuota 
 
 * Release 0.3.0 (2012-03-20)
 

Modified: 
incubator/bigtop/trunk/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hdfstests/TestHDFSQuota.groovy
URL: 
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hdfstests/TestHDFSQuota.groovy?rev=1352776&r1=1352775&r2=1352776&view=diff
==============================================================================
--- 
incubator/bigtop/trunk/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hdfstests/TestHDFSQuota.groovy
 (original)
+++ 
incubator/bigtop/trunk/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hdfstests/TestHDFSQuota.groovy
 Fri Jun 22 06:05:30 2012
@@ -15,7 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package com.cloudera.itest.hadoop;
+package org.apache.bigtop.itest.hdfstests
 
 import static org.junit.Assert.assertNotNull;
 import static org.junit.Assert.assertEquals;


Reply via email to