You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/02/06 04:30:45 UTC

commons-testing git commit: Initial build out.

Repository: commons-testing
Updated Branches:
  refs/heads/master 58fb6f8b8 -> 6e9294ff7


Initial build out.

Project: http://git-wip-us.apache.org/repos/asf/commons-testing/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-testing/commit/6e9294ff
Tree: http://git-wip-us.apache.org/repos/asf/commons-testing/tree/6e9294ff
Diff: http://git-wip-us.apache.org/repos/asf/commons-testing/diff/6e9294ff

Branch: refs/heads/master
Commit: 6e9294ff73a6a53f73b044f91bbe8f8638da5e7e
Parents: 58fb6f8
Author: Gary Gregory <ga...@gmail.com>
Authored: Mon Feb 5 21:30:43 2018 -0700
Committer: Gary Gregory <ga...@gmail.com>
Committed: Mon Feb 5 21:30:43 2018 -0700

----------------------------------------------------------------------
 src/site/site.xml       | 5 +++--
 src/site/xdoc/index.xml | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-testing/blob/6e9294ff/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index fb063d8..53c45fa 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -27,7 +27,7 @@
       <item name="Overview" href="/index.html" />
       <item name="Download" href="/download_lang.cgi" />
       <item name="Javadoc (1.0.0)" href="javadocs/api-1.0.0/index.html" />
-      <item name="Javadoc (Latest)" href="javadocs/api-release/index.html" />
+      <item name="Javadoc (latest)" href="javadocs/api-release/index.html" />
     </menu>
 
     <menu name="Development">
@@ -36,13 +36,14 @@
       <item name="Issue Tracking" href="/issue-tracking.html" />
       <item name="Developer Guide" href="/developerguide.html" />
       <item name="Source Repository" href="/source-repository.html" />
-      <item name="Javadoc (GIT latest)" href="apidocs/index.html" />
+      <item name="Javadoc (latest)" href="apidocs/index.html" />
     </menu>
 
     <menu name="Components" inherit="top" img="icon-cog">
       <item name="Parent" href="index.html" />
       <item name="Generic" href="commons-testing-generic/index.html" />
       <item name="JUnit 4" href="commons-testing-junit4/index.html" />
+      <item name="JUnit 4 for MongoDB" href="commons-testing-junit4-mongodb/index.html" />
     </menu>
 
   </body>

http://git-wip-us.apache.org/repos/asf/commons-testing/blob/6e9294ff/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index b400af4..65e5a42 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -25,7 +25,7 @@ limitations under the License.
 <section name="Apache Commons Testing">
 
 <p>
-TODO
+  Reusable testing code like JUnit rules.
 </p>
 
 </section>
@@ -74,8 +74,8 @@ For information on previous releases see the <a href="release-history.html">Rele
 The <a href="mail-lists.html">commons developer mailing list</a> is the main channel of communication for contributors. Please remember that the lists are shared between all commons components, so prefix your email by [testing]. </p>
 <p>You can also visit the #apache-commons IRC channel on irc.freenode.net or peruse <a href="issue-tracking.html">JIRA</a>. Specific links of interest for JIRA are:</p>
 <ul>
-<li>Ideas looking for code: <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20TEST%20AND%20resolution%20%3D%20Unresolved%20AND%20fixVersion%20%3D%20%22Patch%20Needed%22%20ORDER%20BY%20priority%20DESC">Patch Needed</a></li>
-<li>Issues with patches, looking for reviews: <a href="https://issues.apache.org/jira/issues/?jql=fixVersion%20%3D%20%22Review%20Patch%22%20AND%20project%20%3D%20TEST%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC">Review Patch</a></li>
+<li>Ideas looking for code: <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20TESTING%20AND%20resolution%20%3D%20Unresolved%20AND%20fixVersion%20%3D%20%22Patch%20Needed%22%20ORDER%20BY%20priority%20DESC">Patch Needed</a></li>
+<li>Issues with patches, looking for reviews: <a href="https://issues.apache.org/jira/issues/?jql=fixVersion%20%3D%20%22Review%20Patch%22%20AND%20project%20%3D%20TESTING%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC">Review Patch</a></li>
 </ul>
 <p>Alternatively you can go through the <em>Needs Work</em> tags in the <a href="taglist.html">TagList report</a>.</p>
 <p>If you'd like to offer up pull requests via GitHub rather than applying patches to JIRA, we have a <a href="https://github.com/apache/commons-testing/">GitHub mirror</a>. </p>