Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions test/JPP_TestUsecases.html
Original file line number Diff line number Diff line change
Expand Up @@ -2593,8 +2593,7 @@
<b>JSON file with composite data structure (some dictionaries)</b><br>
Expected: JsonPreprocessor returns expected value

<br>
!!! some parts commented out; to be activated after bugfixes are available

</i></font></td>


Expand Down Expand Up @@ -2902,7 +2901,7 @@
</tbody></table></div>
<div>&nbsp;</div>
<hr width="100%" color="#FF8C00" align="center">
<div align="center"><font size="2" color="#27408B">Generated: 18.07.2023 - 15:09:36</font></div>
<div align="center"><font size="2" color="#27408B">Generated: 02.08.2023 - 14:43:07</font></div>
<div>&nbsp;</div>
</body></html>

4 changes: 1 addition & 3 deletions test/JPP_TestUsecases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -843,8 +843,6 @@ Test Use Cases

Expected: JsonPreprocessor returns expected value

*Hint: !!! some parts commented out; to be activated after bugfixes are available*

----

* **Test JPP_0505**
Expand Down Expand Up @@ -941,5 +939,5 @@ Test Use Cases

----

Generated: 18.07.2023 - 15:09:36
Generated: 02.08.2023 - 14:43:07

3 changes: 1 addition & 2 deletions test/JPP_TestUsecases.txt
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ Expectation: JsonPreprocessor returns expected value
Test JPP_0504 / COMPOSITE_EXPRESSIONS / GOODCASE
Description: JSON file with composite data structure (some dictionaries)
Expectation: JsonPreprocessor returns expected value
Hint.......: !!! some parts commented out; to be activated after bugfixes are available
------------------------------------------------------------------------------------------------------------------------
Test JPP_0505 / COMPOSITE_EXPRESSIONS / GOODCASE
Description: JSON file with composite strings containing several times a colon and a comma (JSON syntax elements)
Expand Down Expand Up @@ -392,5 +391,5 @@ Test JPP_0954 / COMMON_SYNTAX_VIOLATIONS / BADCASE
Description: JSON file with syntax error (5): file is empty (multiple pairs of brackets only)
Expectation: No values are returned, and JsonPreprocessor throws an exception
------------------------------------------------------------------------------------------------------------------------
Generated: 18.07.2023 - 15:09:36
Generated: 02.08.2023 - 14:43:07

4 changes: 2 additions & 2 deletions test/component_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#
# --------------------------------------------------------------------------------------------------------------
#
# 28.07.2023
# 02.08.2023
#
# --------------------------------------------------------------------------------------------------------------
#TM***
Expand Down Expand Up @@ -366,7 +366,7 @@ def AnalyzeExceptions(EXPECTEDEXCEPTION=None, sException=None):
TESTFULLNAME = f"{TESTID}-({SECTION})-[{SUBSECTION}]"
TESTLOGFILE_TXT = f"{TESTLOGFILESFOLDER}/{TESTFULLNAME}.log"

sOut = f"====== [TEST] : '{TESTFULLNAME}' / ({nCntUsecases}/{nNrOfUsecases})"
sOut = f"====== [START OF TEST] : '{TESTFULLNAME}' / ({nCntUsecases}/{nNrOfUsecases})"
print(COLBY + sOut)
print()
oSelfTestLogFile.Write(sOut, 1)
Expand Down
4 changes: 2 additions & 2 deletions test/testconfig/TestConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#
# --------------------------------------------------------------------------------------------------------------
#
# 27.07.2023
# 02.08.2023
#
# --------------------------------------------------------------------------------------------------------------

Expand Down Expand Up @@ -2023,7 +2023,7 @@
dictUsecase['HINT'] = None
dictUsecase['COMMENT'] = None
dictUsecase['JSONFILE'] = r"..\testfiles\jpp-test_config_0951.jsonp"
dictUsecase['EXPECTEDEXCEPTION'] = "Invalid control character"
dictUsecase['EXPECTEDEXCEPTION'] = "No closing quotation in line"
dictUsecase['EXPECTEDRETURN'] = None
listofdictUsecases.append(dictUsecase)
del dictUsecase
Expand Down