Skip to content

Commit accfc95

Browse files
moved last example tests to new structure (membrane#1719)
1 parent eabc76d commit accfc95

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

distribution/src/test/java/com/predic8/membrane/examples/tutorials/soap/TutorialSoapExampleTest.java renamed to distribution/src/test/java/com/predic8/membrane/examples/withinternet/test/soap/TutorialSoapExampleTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.predic8.membrane.examples.tutorials.soap;
1+
package com.predic8.membrane.examples.withinternet.test.soap;
22

33
import com.predic8.membrane.examples.util.AbstractSampleMembraneStartStopTestcase;
44
import org.junit.jupiter.api.BeforeEach;
@@ -12,7 +12,6 @@
1212
import static io.restassured.http.ContentType.HTML;
1313
import static org.hamcrest.Matchers.containsString;
1414

15-
// TODO move to `withinternet` directory when pr #1631 is merged
1615
public class TutorialSoapExampleTest extends AbstractSampleMembraneStartStopTestcase {
1716

1817
@Override

distribution/src/test/java/com/predic8/membrane/examples/withoutinternet/SecuredWsdlExampleTest.java renamed to distribution/src/test/java/com/predic8/membrane/examples/withoutinternet/test/SecuredWsdlExampleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
See the License for the specific language governing permissions and
1313
limitations under the License. */
14-
package com.predic8.membrane.examples.withoutinternet;
14+
package com.predic8.membrane.examples.withoutinternet.test;
1515

1616
import com.predic8.membrane.examples.util.AbstractSampleMembraneStartStopTestcase;
1717
import org.junit.jupiter.api.Test;

0 commit comments

Comments
 (0)