Skip to content

Commit a4a4696

Browse files
committed
Enhanced documentation of tests that fail with Jython 2.5. They may also fail with Python 2.5 but don't have it available for testing.
1 parent 8aacd6d commit a4a4696

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

test/atest/argument_types.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Non-ASCII String As Argument
1010
Unicode String As Argument ${UNICODE STRING}
1111

1212
Control Char As Argument
13-
[Documentation] This may also fail with ExpatError
13+
[Documentation] Fails with ExpatError when server runs on Jython 2.5.
1414
Control Char As Argument ${CONTROL CHAR}
1515

1616
Empty String As Argument

test/atest/logging.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ Logging And Returning
5252
Should Be Equal ${ret} ${EMPTY}
5353

5454
Log Control Char
55-
[Documentation] Control char is removed. This may also fail with ExpatError.
55+
[Documentation] Fails with ExpatError when running tests on Jython 2.5.
5656
... LOG 1:1 INFO ><
5757
Log Control Char

test/atest/return_values.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Return Empty String
1313
Return Unicode String
1414
Return Unicode String ${UNICODE STRING}
1515

16+
Return Control Char
17+
[Documentation] Fails with ExpatError when running tests on Jython 2.5.
18+
Return Control Char ${CONTROL CHAR}
19+
1620
Return Integer
1721
Return Integer ${42}
1822
Return Negative Integer ${-1}
@@ -72,10 +76,6 @@ Return Dictionary Containing Objects
7276
Return Nested Dictionary
7377
Return Nested Dictionary {'1': {'': False}, '2': {'A': {'n': ''}, 'B': {'o': '<MyObject>', 'e': {}}}} eval
7478

75-
Return Control Char
76-
[Documentation] May also fail with ExpatError.
77-
Return Control Char ${CONTROL CHAR}
78-
7979
*** Keywords ***
8080
Return Value Should Be
8181
[Arguments] ${keyword} ${expected} ${evaluate}=

0 commit comments

Comments
 (0)