You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ka...@apache.org on 2013/10/19 01:53:01 UTC

git commit: [HELIX-270] Refactor website to have release-specific pages, disable link to 0.6.1 page for now (fix test failure)

Updated Branches:
  refs/heads/master 80abba325 -> 96c80844e


[HELIX-270] Refactor website to have release-specific pages, disable link to 0.6.1 page for now (fix test failure)


Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/96c80844
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/96c80844
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/96c80844

Branch: refs/heads/master
Commit: 96c80844ef5012369a9564b778ba248c6a77f866
Parents: 80abba3
Author: Kanak Biscuitwala <ka...@apache.org>
Authored: Fri Oct 18 16:52:27 2013 -0700
Committer: Kanak Biscuitwala <ka...@apache.org>
Committed: Fri Oct 18 16:52:27 2013 -0700

----------------------------------------------------------------------
 site-releases/0.6.1-incubating/pom.xml          |  5 ++++
 .../0.6.1-incubating/src/test/conf/testng.xml   | 27 ++++++++++++++++++++
 2 files changed, 32 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/96c80844/site-releases/0.6.1-incubating/pom.xml
----------------------------------------------------------------------
diff --git a/site-releases/0.6.1-incubating/pom.xml b/site-releases/0.6.1-incubating/pom.xml
index 70a2168..2b4f7f5 100644
--- a/site-releases/0.6.1-incubating/pom.xml
+++ b/site-releases/0.6.1-incubating/pom.xml
@@ -34,6 +34,11 @@ under the License.
   </properties>
 
   <dependencies>
+    <dependency>
+      <groupId>org.testng</groupId>
+      <artifactId>testng</artifactId>
+      <version>6.0.1</version>
+    </dependency>
   </dependencies>
   <build>
     <pluginManagement>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/96c80844/site-releases/0.6.1-incubating/src/test/conf/testng.xml
----------------------------------------------------------------------
diff --git a/site-releases/0.6.1-incubating/src/test/conf/testng.xml b/site-releases/0.6.1-incubating/src/test/conf/testng.xml
new file mode 100644
index 0000000..58f0803
--- /dev/null
+++ b/site-releases/0.6.1-incubating/src/test/conf/testng.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"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
+
+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.
+-->
+<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
+<suite name="Suite" parallel="none">
+  <test name="Test" preserve-order="false">
+    <packages>
+      <package name="org.apache.helix"/>
+    </packages>
+  </test>
+</suite>