[#4122] rename AlluraTesting dir to AlluraTest, to match the module name below

This makes the coverage output from ./run_tests better

Dave Brondsema Dave Brondsema 2013-05-06

<< < 1 2 (Page 2 of 2)
copied AlluraTesting/LICENSE -> AlluraTest/LICENSE
copied AlluraTesting/setup.py -> AlluraTest/setup.py
AlluraTesting/LICENSE to AlluraTest/LICENSE
--- a/AlluraTesting/LICENSE
+++ b/AlluraTest/LICENSE
@@ -201,9 +201,9 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-AlluraTesting SUBCOMPONENTS:
-
-AlluraTesting includes a number of subcomponents with
+AlluraTest SUBCOMPONENTS:
+
+AlluraTest includes a number of subcomponents with
 separate copyright notices and license terms. Your use of the source code
 for the these subcomponents is subject to the terms and conditions of the
 following licenses.
AlluraTesting/setup.py to AlluraTest/setup.py
--- a/AlluraTesting/setup.py
+++ b/AlluraTest/setup.py
@@ -18,7 +18,7 @@
 from setuptools import setup, find_packages
 import sys, os
 
-setup(name='AlluraTesting',
+setup(name='AlluraTest',
       version='0.1',
       description="Allura testing support",
       long_description="""\
<< < 1 2 (Page 2 of 2)