Skip to content

Commit

Permalink
Merge pull request #51 from enonic/issue-50
Browse files Browse the repository at this point in the history
Restore use of testing tool #50
  • Loading branch information
espen42 authored Mar 19, 2021
2 parents 8acaf99 + 11155f8 commit 6d66b80
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 53 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {

repositories {
jcenter()
xp.enonicRepo()
xp.enonicRepo('dev')
}

// This task takes care of es6 under src/main/resources/site. You can replace it with build steps of your own if you want.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
group = com.enonic.lib
projectName = lib-static
xpVersion = 7.5.0
xpVersion = 7.7.0-SNAPSHOT
version=0.0.1-SNAPSHOT
3 changes: 0 additions & 3 deletions src/test/java/EtagReaderTest.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import org.junit.Ignore;

import com.enonic.xp.testing.ScriptRunnerSupport;

@Ignore("Until XP 7.7 it does not work")
public class EtagReaderTest
extends ScriptRunnerSupport
{
Expand Down
3 changes: 0 additions & 3 deletions src/test/java/StaticTest.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import org.junit.Ignore;

import com.enonic.xp.testing.ScriptRunnerSupport;

@Ignore("Until XP 7.7 it does not work")
public class StaticTest
extends ScriptRunnerSupport
{
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import com.enonic.xp.resource.ResourceKey;
import com.enonic.xp.resource.ResourceService;
import com.enonic.xp.testing.ScriptTestSupport;
import com.enonic.xp.testing.resource.ClassLoaderResourceService;

import static org.junit.Assert.*;

Expand Down

0 comments on commit 6d66b80

Please sign in to comment.