Skip to content

Commit 2d14f80

Browse files
committed
Revert "#1096 set failing tests to ignore, this is a temporary solution"
This reverts commit 4422bc1.
1 parent 26cc988 commit 2d14f80

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

deegree-tests/deegree-resource-deps-tests/src/test/java/org/deegree/workspace/SimpleSqlFeatureStoreTest.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ Occam Labs UG (haftungsbeschränkt)
5656
import org.junit.After;
5757
import org.junit.Assert;
5858
import org.junit.Before;
59-
import org.junit.Ignore;
6059
import org.junit.Test;
6160

6261
/**
@@ -138,7 +137,7 @@ public void testResourceGraph() {
138137
Assert.assertFalse( "Expected broken dependencies.", node.areDependenciesAvailable() );
139138
}
140139

141-
@Test @Ignore
140+
@Test
142141
public void testDestroySingle() {
143142
FeatureStore fs = workspace.getResource( FeatureStoreProvider.class, "simplesql-ok" );
144143
Assert.assertNotNull( "Feature store is expected to be created.", fs );
@@ -150,7 +149,7 @@ public void testDestroySingle() {
150149
Assert.assertNull( "Connection provider is expected to be destroyed.", prov );
151150
}
152151

153-
@Test @Ignore
152+
@Test
154153
public void testDestroyInitializeSingle() {
155154
FeatureStore fs = workspace.getResource( FeatureStoreProvider.class, "simplesql-ok" );
156155
Assert.assertNotNull( "Feature store is expected to be created.", fs );
@@ -164,7 +163,7 @@ public void testDestroyInitializeSingle() {
164163
Assert.assertNotNull( "Connection provider is expected to be re-initialized.", prov );
165164
}
166165

167-
@Test @Ignore
166+
@Test
168167
public void testReinitializeChain() {
169168
FeatureStore fs = workspace.getResource( FeatureStoreProvider.class, "simplesql-ok" );
170169
Assert.assertNotNull( "Feature store is expected to be created.", fs );

0 commit comments

Comments
 (0)