Skip to content

Commit

Permalink
SAK-29219 Remove unused tests that no longer compile
Browse files Browse the repository at this point in the history
A few tests that are in modules are ignored by Maven and no longer compile.
When compiling inside an IDE these still get compiled and repeatedly cause errors.
The PrivacyTest just had an import that didn’t exist, it now compiles although it doesn’t run.
  • Loading branch information
buckett committed Apr 1, 2015
1 parent 6d076e4 commit 7a7215a
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 2,570 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
import org.apache.commons.logging.LogFactory;

import org.sakaiproject.api.privacy.PrivacyManager;
import org.sakaiproject.api.privacy.PrivacyRecord;
import org.sakaiproject.test.SakaiTestBase;

public class PrivacyTest extends SakaiTestBase
Expand Down
1 change: 0 additions & 1 deletion rwiki/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ limitations under the License.
<modules>
<module>rwiki-api/api</module>
<module>rwiki-impl/impl</module>
<module>rwiki-integration-test</module>
<module>rwiki-model</module>
<module>rwiki-util/jrcs</module>
<module>rwiki-util/radeox</module>
Expand Down
46 changes: 0 additions & 46 deletions rwiki/rwiki-integration-test/pom.xml

This file was deleted.

32 changes: 0 additions & 32 deletions rwiki/rwiki-integration-test/src/conf/log4j.properties

This file was deleted.

Loading

0 comments on commit 7a7215a

Please sign in to comment.