Skip to content

Commit 7a7215a

Browse files
committed
SAK-29219 Remove unused tests that no longer compile
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.
1 parent 6d076e4 commit 7a7215a

File tree

20 files changed

+0
-2570
lines changed

20 files changed

+0
-2570
lines changed

common/privacy-integration-test/src/test/org/sakaiproject/component/test/privacy/PrivacyTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
import org.apache.commons.logging.LogFactory;
3131

3232
import org.sakaiproject.api.privacy.PrivacyManager;
33-
import org.sakaiproject.api.privacy.PrivacyRecord;
3433
import org.sakaiproject.test.SakaiTestBase;
3534

3635
public class PrivacyTest extends SakaiTestBase

rwiki/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ limitations under the License.
3737
<modules>
3838
<module>rwiki-api/api</module>
3939
<module>rwiki-impl/impl</module>
40-
<module>rwiki-integration-test</module>
4140
<module>rwiki-model</module>
4241
<module>rwiki-util/jrcs</module>
4342
<module>rwiki-util/radeox</module>

rwiki/rwiki-integration-test/pom.xml

-46
This file was deleted.

rwiki/rwiki-integration-test/src/conf/log4j.properties

-32
This file was deleted.

0 commit comments

Comments
 (0)