File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
src/test/java/net/authorize/sample/SampleCodeTest Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 5050 </execution >
5151 </executions >
5252 </plugin >
53- <!-- < plugin>
53+ <plugin >
5454 <groupId >org.apache.maven.plugins</groupId >
5555 <artifactId >maven-surefire-plugin</artifactId >
5656 <version >2.9</version >
5757 <configuration >
5858 <includes >
59- <include>net.authorize.sample.SampleCodeTest. *.java</include>
59+ <include >**/ *.java</include >
6060 </includes >
61- <groups> </groups>
6261 </configuration >
63- </plugin> -->
62+ </plugin >
6463 </plugins >
6564 </build >
6665</project >
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ public final class Constants {
55 public static final String TRANSACTION_KEY = "4Ktq966gC55GAX7S" ;
66 public static final String TRANSACTION_ID = "123456" ;
77 public static final String PAYER_ID = "6ZSCSYG33VP8Q" ;
8- public static final String CONFIG_FILE = "./src/main /java/net/authorize/sample/SampleCodeTest/SampleCodeList.txt" ;
8+ public static final String CONFIG_FILE = "./src/test /java/net/authorize/sample/SampleCodeTest/SampleCodeList.txt" ;
99}
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments