-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f4a7d41
commit fec658d
Showing
6 changed files
with
19 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,23 @@ | ||
# Changelog | ||
|
||
# 0.2.0 (in development) | ||
# 0.2.0 (2020-09-20) | ||
|
||
### Features | ||
|
||
* Add headers support | ||
* Save results to respective case folders | ||
- Add input headers support | ||
- Save result body to respective case folder | ||
|
||
### Breaking changes | ||
- Input body file names should start with `input.body` instead of just `input`. Same is true for expected files. See the example test data. | ||
|
||
# 0.1.0 (2020-08-26) | ||
|
||
### Features | ||
|
||
* XML comparison ignoring whitespace | ||
* Test multiple cases at once | ||
* Folder & configuration structure | ||
* Command line options for entering password and specifying directory | ||
* Colorized console output | ||
* Router CPI Flow | ||
* First release! | ||
- XML comparison ignoring whitespace | ||
- Test multiple cases at once | ||
- Folder & configuration structure | ||
- Command line options for entering password and specifying directory | ||
- Colorized console output | ||
- Router CPI Flow | ||
- First release! |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#Header Contents | ||
sender_partner=111111111 | ||
receiver_partner=999999999 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
ECHO OFF | ||
|
||
C:\opt\jdk-11\bin\java -jar C:\opt\jars\pizug-cpi-mapping-test.jar -d="." -p | ||
C:\opt\jdk-11\bin\java -jar C:\opt\jars\pizug-cpi-mapping-test.jar --directory="." --password | ||
|
||
PAUSE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters