Skip to content

Commit 9bf2cc2

Browse files
committed
removed ruby related tests and tags
1 parent 2dcb724 commit 9bf2cc2

9 files changed

Lines changed: 3 additions & 50 deletions

test/atest/argument_counts.txt

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
*** Settings ***
2-
Default Tags python ruby
32
Library Remote localhost:${PORT}
43

54
*** Variables ***
@@ -48,22 +47,10 @@ Too Many Arguments When Using Only Required Args
4847

4948
Too Few Arguments When Using Default Values
5049
[Documentation] FAIL Keyword 'Remote.Arguments With Default Values' expected 1 to 3 arguments, got 0.
51-
[Tags] python
5250
Arguments With Default Values
5351

5452
Too Many Arguments When Using Default Values
5553
[Documentation] FAIL Keyword 'Remote.Arguments With Default Values' expected 1 to 3 arguments, got 5.
56-
[Tags] python
57-
Arguments With Default Values this is way too much
58-
59-
Too Few Arguments When Using Default Values
60-
[Documentation] With Ruby it is not possible to get maximum argument count when using default values. FAIL Keyword 'Remote.Arguments With Default Values' expected at least 1 argument, got 0.
61-
[Tags] ruby
62-
Arguments With Default Values
63-
64-
Too Many Arguments When Using Default Values
65-
[Documentation] With Ruby it is not possible to get maximum argument count when using default values. This error comes from Ruby. FAIL wrong number of arguments (5 for 3)
66-
[Tags] ruby
6754
Arguments With Default Values this is way too much
6855

6956
Too Few Arguments When Using Varargs

test/atest/argument_types.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
*** Settings ***
2-
Default Tags python ruby
32
Library Remote localhost:${PORT} WITH NAME remote
43
Library Collections
54
Variables arguments.py
@@ -12,7 +11,6 @@ String As Argument
1211
Argument Should Accepted String As Argument 'Hello, world!'
1312

1413
Unicode String As Argument
15-
[Tags] python
1614
Unicode String As Argument ${UNICODE}
1715

1816
Empty String As Argument
@@ -34,11 +32,11 @@ Boolean As Argument
3432
Argument Should Accepted Boolean False As Argument False
3533

3634
None As Argument
37-
[Documentation] None/nil/null is not supported by all XML-RPC versions and thus it is converted to a string
35+
[Documentation] None/null is not supported by all XML-RPC versions and thus it is converted to a string
3836
Argument Should Accepted None As Argument None
3937

4038
Arbitrary Object As Argument
41-
[Documentation] Arbitraty objects cannot be transferred over XML-RPC and thus only their string presentation is used
39+
[Documentation] Arbitrary objects cannot be transferred over XML-RPC and thus only their string presentation is used
4240
Object As Argument ${MyObject()}
4341

4442
List As Argument

test/atest/basic_communication.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
*** Settings ***
2-
Force Tags python ruby
32
Library Remote localhost:${PORT}
43

54
*** Variables ***
@@ -25,7 +24,6 @@ Returning
2524

2625
Use Remote Keyword Multiple Times
2726
[Documentation] LOG 1.1.1 Round 1 LOG 1.2.1 Round 2 LOG 1.${COUNT}.1 Round ${COUNT}
28-
[Tags] long
2927
: FOR ${i} IN RANGE ${COUNT}
3028
\ Logging Round ${i + 1}
3129

test/atest/failures.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
*** Settings ***
2-
Default Tags python ruby
32
Library Remote localhost:${PORT}
43

54
*** Variables ***
@@ -16,7 +15,6 @@ Exception Without Message
1615

1716
Assertion Error
1817
[Documentation] FAIL Failure message
19-
[Tags] python
2018
Assertion Error
2119

2220
Runtime Error
@@ -33,7 +31,6 @@ Attribute Error
3331

3432
Index Error
3533
[Documentation] FAIL REGEXP: (IndexError: ).*
36-
[Tags] python
3734
Index Error
3835

3936
Zero Division

test/atest/finding_keywords.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
*** Settings ***
2-
Default Tags python ruby
32
Library Remote localhost:${PORT}
43

54
*** Variables ***
65
${PORT} 8270
76

87
*** Test Cases ***
9-
Methods Inherited From Base Object Should Be Ignored
10-
[Documentation] FAIL No keyword with name 'To S' found.
11-
[Tags] ruby
12-
To S
138

149
Private Methods Should Be Ignored
1510
[Documentation] FAIL No keyword with name 'Private Method' found.

test/atest/logging.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
*** Settings ***
22
Suite Setup Set Log Level To DEBUG
33
Suite Teardown Reset Log Level
4-
Default Tags python ruby
54
Library Remote localhost:${PORT}
65
Variables arguments.py
76

@@ -25,7 +24,6 @@ Multiple Messages With Different Levels
2524

2625
Log Unicode
2726
[Documentation] LOG 1 INFO ${UNICODE}
28-
[Tags] python
2927
Log Unicode
3028

3129
Logging And Failing

test/atest/return_values.txt

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
*** Settings ***
2-
Default Tags python ruby
32
Library Remote localhost:${PORT} WITH NAME remote
43

54
*** Variables ***
@@ -13,13 +12,8 @@ Return Empty String
1312
Return Value Should Be Return Empty String ''
1413

1514
Return Unicode String
16-
[Tags] python
1715
Return Value Should Be Return Unicode String u'Hyv\\u00E4\\u00E4 y\\u00F6t\\u00E4. \\u0421\\u043F\\u0430\\u0441\\u0438\\u0431\\u043E!'
1816

19-
Return Symbol
20-
[Tags] ruby
21-
Return Value Should Be Return Symbol 'symbol'
22-
2317
Return Integer
2418
Return Value Should Be Return Integer 42
2519
Return Value Should Be Return Negative Integer -1
@@ -40,7 +34,7 @@ Return Nothing
4034
Return Value Should Be Return Nothing ''
4135

4236
Return Arbitrary Object
43-
[Documentation] Arbitraty objects cannot be transferred over XML-RPC and thus only their string presentation is returned
37+
[Documentation] Arbitrary objects cannot be transferred over XML-RPC and thus only their string presentation is returned
4438
Return Value Should Be Return Object '<MyObject>'
4539

4640
Return List
@@ -58,7 +52,6 @@ Return Nested List
5852

5953
Return Tuple
6054
[Documentation] Tuples are converted to lists
61-
[Tags] python
6255
Return Value Should Be Return Tuple [1, 'two', True]
6356
Return Value Should Be Return Empty Tuple []
6457
Return Value Should Be Return Nested Tuple [ [True, False], [[1, '', '<MyObject>', {}]] ]
@@ -69,27 +62,17 @@ Return Dictionary
6962

7063
Return Dictionary With Non-String Keys
7164
[Documentation] XML-RPC supports only strings as keys so must convert them
72-
[Tags] python
7365
Return Value Should Be Return Dictionary With Non String Keys {'1': 2, '': 1}
7466

75-
Return Dictionary With Non-String Keys
76-
[Tags] ruby
77-
Return Value Should Be Return Dictionary With Non String Keys {'1': 2, 'false': True}
78-
7967
Return Dictionary Containing None
8068
Return Value Should Be Return Dictionary Containing None {'As value': '', '': 'As key'}
8169

8270
Return Dictionary Containing Objects
8371
Return Value Should Be Return Dictionary Containing Objects {'As value': '<MyObject1>', '<MyObject2>': 'As key'}
8472

8573
Return Nested Dictionary
86-
[Tags] python
8774
Return Value Should Be Return Nested Dictionary {'1': {'': False}, '2': {'A': {'n': ''}, 'B': {'o': '<MyObject>', 'e': {}}} }
8875

89-
Return Nested Dictionary
90-
[Tags] ruby
91-
Return Value Should Be Return Nested Dictionary {'1': {'true': False}, '2': {'A': {'n': ''}, 'B': {'o': '<MyObject>', 'e': {}}} }
92-
9376
Return Control Char
9477
[Documentation] FAIL REGEXP: Processing XML-RPC return value failed. Most often this happens when the return value contains characters that are not valid in XML. Original error was: ExpatError: .*
9578
Return Control Char

test/atest/start_and_stop_simple_library.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
*** Settings ***
22
Documentation Tests in this suite have two different purposes:\n 1) Starting, importing and stopping remote libraries using 'Start Process', 'Import Library', and 'Stop Remote Server'.\n 2) Using keywords from a library which doesn't have get_kw_args/doc methods and which returns only minimal result dictionary.
3-
Force Tags python ruby
43
Library Operating System
54

65
*** Variables ***

test/atest/traceback.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
*** Settings ***
22
Suite Setup Set Log Level DEBUG
33
Suite Teardown Set Log Level INFO
4-
Default Tags python ruby
54
Library Remote localhost:${PORT}
65

76
*** Variables ***
@@ -18,6 +17,5 @@ Remote Traceback With Multiple Entries
1817

1918
Local Traceback Is Not Shown In Log
2019
[Documentation] FAIL Yet another error LOG 1:1 FAIL Yet another error LOG 1:2 DEBUG REGEXP: Traceback .* LOG 1:3 NONE
21-
[Tags] python
2220
Failing Yet another error
2321

0 commit comments

Comments
 (0)