Skip to content

Commit c3bbc67

Browse files
committed
Refactor Integration Tests.
Signed-off-by: Rahul Krishna <[email protected]>
1 parent 2310996 commit c3bbc67

File tree

10 files changed

+8
-0
lines changed

10 files changed

+8
-0
lines changed
4.12 KB
Binary file not shown.
58.1 KB
Binary file not shown.
4.12 KB
Binary file not shown.
58.1 KB
Binary file not shown.

src/test/resources/test-applications/mvnw-working-test/target/classes/META-INF/microprofile-config.properties

Whitespace-only changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
com/demo/CurrentTimeServlet.class
2+
com/demo/rest/RestApplication.class
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/Users/rkrsn/Downloads/test/src/main/java/com/demo/rest/RestApplication.java
2+
/Users/rkrsn/Downloads/test/src/main/java/com/demo/CurrentTimeServlet.java

src/test/resources/test-applications/no-mvnw-test/target/classes/META-INF/microprofile-config.properties

Whitespace-only changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
com/demo/CurrentTimeServlet.class
2+
com/demo/rest/RestApplication.class
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/Users/rkrsn/Downloads/test/src/main/java/com/demo/rest/RestApplication.java
2+
/Users/rkrsn/Downloads/test/src/main/java/com/demo/CurrentTimeServlet.java

0 commit comments

Comments
 (0)