From 569fcea5136dcb75c17ecbf29e984a963c11f62d Mon Sep 17 00:00:00 2001
From: "pdowler.cadc" <pdowler.cadc@728ff76a-78ac-11de-a72b-d90af8dea425>
Date: Thu, 15 Jul 2010 18:53:35 +0000
Subject: [PATCH] re-org test dir

git-svn-id: https://opencadc.googlecode.com/svn/trunk@717 728ff76a-78ac-11de-a72b-d90af8dea425
---
 .../ca/nrc/cadc/uws/web/CADCUWSTestSuite.java | 54 -------------------
 1 file changed, 54 deletions(-)
 delete mode 100644 projects/cadcUWS/test/src/java/ca/nrc/cadc/uws/web/CADCUWSTestSuite.java

diff --git a/projects/cadcUWS/test/src/java/ca/nrc/cadc/uws/web/CADCUWSTestSuite.java b/projects/cadcUWS/test/src/java/ca/nrc/cadc/uws/web/CADCUWSTestSuite.java
deleted file mode 100644
index 244c6561..00000000
--- a/projects/cadcUWS/test/src/java/ca/nrc/cadc/uws/web/CADCUWSTestSuite.java
+++ /dev/null
@@ -1,54 +0,0 @@
-/*
- ************************************************************************
- ****  C A N A D I A N   A S T R O N O M Y   D A T A   C E N T R E  *****
- *
- * (c) 2010.                         (c) 2010.
- * National Research Council            Conseil national de recherches
- * Ottawa, Canada, K1A 0R6              Ottawa, Canada, K1A 0R6
- * All rights reserved                  Tous droits reserves
- *
- * NRC disclaims any warranties         Le CNRC denie toute garantie
- * expressed, implied, or statu-        enoncee, implicite ou legale,
- * tory, of any kind with respect       de quelque nature que se soit,
- * to the software, including           concernant le logiciel, y com-
- * without limitation any war-          pris sans restriction toute
- * ranty of merchantability or          garantie de valeur marchande
- * fitness for a particular pur-        ou de pertinence pour un usage
- * pose.  NRC shall not be liable       particulier.  Le CNRC ne
- * in any event for any damages,        pourra en aucun cas etre tenu
- * whether direct or indirect,          responsable de tout dommage,
- * special or general, consequen-       direct ou indirect, particul-
- * tial or incidental, arising          ier ou general, accessoire ou
- * from the use of the software.        fortuit, resultant de l'utili-
- *                                      sation du logiciel.
- *
- *
- * @author jenkinsd
- * Jan 6, 2010 - 10:15:22 AM
- *
- *
- *
- ****  C A N A D I A N   A S T R O N O M Y   D A T A   C E N T R E  *****
- ************************************************************************
- */
-package ca.nrc.cadc.uws.web;
-
-import ca.nrc.cadc.uws.web.restlet.resources.AsynchResourceTestCase;
-import ca.nrc.cadc.uws.web.restlet.resources.JobAsynchResourceExecutionTest;
-import ca.nrc.cadc.uws.web.restlet.resources.JobSyncSubmissionResourceTest;
-import ca.nrc.cadc.uws.web.restlet.resources.ResultResourceTest;
-import org.junit.runner.RunWith;
-import org.junit.runners.Suite;
-
-
-@RunWith(Suite.class)
-@Suite.SuiteClasses
-({
-        AsynchResourceTestCase.class,
-        JobAsynchResourceExecutionTest.class,
-        JobSyncSubmissionResourceTest.class,
-        ResultResourceTest.class
-})
-public class CADCUWSTestSuite
-{
-}
-- 
GitLab