See <http://robot.radiaatto.ri.fi/job/RobotFramework-Python/3273/changes>

Changes:

[Pekka Klärck] XML lib: Implemented keywords for modifying element information.

Update issue 1234
Implemented, and tested, following keywords. Docs missing.

Set Element Tag
Set Element Text (allows also setting tail text)
Set Element Attribute
Remove Element Attribute
Remove Element Attributes

[Pekka Klärck] XML lib: Default value for xpath given to `Get Element`.

Most importantly this allows using the keyword using named arguments:

| Get Elements | ${XML} | xpath=what/ever |

[Pekka Klärck] XML library: Support for saving XML.

Update issue 1234
Status: Started
Implemented and tested `Save XML` keyword. Docs missing.

[Pekka Klärck] Dialogs: Own module for IPy version. No real IPy code yet, 
though.

Update issue 1235
Status: Started
Now there is a separate `dialogs_ipy.py` file where IronPython code belongs to.
This change also makes it possible to import Dialogs with IPy. None of the
keywords work yet, though.

------------------------------------------
[...truncated 7321 lines...]
3 tests total, 3 passed, 0 failed
==============================================================================
Robot.Variables.Same Variable File Names                                      
==============================================================================
Different Variable Files Are Imported Correctly :: Verifies that i... | 
PASS |
------------------------------------------------------------------------------
Same Variable File Is Not Re-Imported                                 | 
PASS |
------------------------------------------------------------------------------
Robot.Variables.Same Variable File Names                              | 
PASS |
2 critical tests, 2 passed, 0 failed
2 tests total, 2 passed, 0 failed
==============================================================================
Robot.Variables.Suite Source                                                  
==============================================================================
${SUITE SOURCE} in dir suite                                          | 
PASS |
------------------------------------------------------------------------------
${SUITE SOURCE} in file suite                                         | 
PASS |
------------------------------------------------------------------------------
${SUITE SOURCE} in user keyword                                       | 
PASS |
------------------------------------------------------------------------------
${SUITE SOURCE} in resource file                                      | 
PASS |
------------------------------------------------------------------------------
Robot.Variables.Suite Source                                          | 
PASS |
4 critical tests, 4 passed, 0 failed
4 tests total, 4 passed, 0 failed
==============================================================================
Robot.Variables.Variable File Implemented As Class                            
==============================================================================
Python Class                                                          | 
PASS |
------------------------------------------------------------------------------
Methods in Python Class Do Not Create Variables                       | 
PASS |
------------------------------------------------------------------------------
Properties in Python Class                                            | 
PASS |
------------------------------------------------------------------------------
Dynamic Python Class                                                  | 
PASS |
------------------------------------------------------------------------------
Instantiating Fails                                                   | 
PASS |
------------------------------------------------------------------------------
Robot.Variables.Variable File Implemented As Class                    | 
PASS |
5 critical tests, 5 passed, 0 failed
5 tests total, 5 passed, 0 failed
==============================================================================
Robot.Variables.Variable Priorities :: Some of these tests are testing same...
==============================================================================
Individual CLI Variables Override All Other Variables                 | 
PASS |
------------------------------------------------------------------------------
Variable Files From CLI Override All Variables In Test Data           | 
PASS |
------------------------------------------------------------------------------
When Multiple Variable Files Are Given From CLI The First One Has ... | 
PASS |
------------------------------------------------------------------------------
Variable Tables In test Case Files Override Variables From Resourc... | 
PASS |
------------------------------------------------------------------------------
Variable Tables In Resource Files Override Variables From Resource... | 
PASS |
------------------------------------------------------------------------------
When Multiple Resource Or Variable Files Are Imported The First On... | 
PASS |
------------------------------------------------------------------------------
Variables With Different Priorities Are Seen Also In User Keywords    | 
PASS |
------------------------------------------------------------------------------
Variables Set During Test Execution Override All Variables In Thei... | 
PASS |
------------------------------------------------------------------------------
Robot.Variables.Variable Priorities :: Some of these tests are tes... | 
PASS |
8 critical tests, 8 passed, 0 failed
8 tests total, 8 passed, 0 failed
==============================================================================
Robot.Variables.Variable Scopes :: These tests are somewhat related to test...
==============================================================================
Variables Set In Test Case Are Seen By User Keywords                  | 
PASS |
------------------------------------------------------------------------------
Variables Set In One Test Are Not Visible In Another                  | 
PASS |
------------------------------------------------------------------------------
Variables Set In User Keyword Are Seen Only By Lower Level User Ke... | 
PASS |
------------------------------------------------------------------------------
Robot.Variables.Variable Scopes :: These tests are somewhat relate... | 
PASS |
3 critical tests, 3 passed, 0 failed
3 tests total, 3 passed, 0 failed
==============================================================================
Robot.Variables.Variable Table                                                
==============================================================================
Scalar String                                                         | 
PASS |
------------------------------------------------------------------------------
Scalar Non-Strings                                                    | 
PASS |
------------------------------------------------------------------------------
Scalar String With Escapes                                            | 
PASS |
------------------------------------------------------------------------------
Empty Scalar String                                                   | 
PASS |
------------------------------------------------------------------------------
Scalar List                                                           | 
PASS |
------------------------------------------------------------------------------
Scalar List With Non-Strings                                          | 
PASS |
------------------------------------------------------------------------------
Scalar List With Escapes                                              | 
PASS |
------------------------------------------------------------------------------
List With One Item                                                    | 
PASS |
------------------------------------------------------------------------------
List With Multiple Items                                              | 
PASS |
------------------------------------------------------------------------------
List With Escapes                                                     | 
PASS |
------------------------------------------------------------------------------
List Created From List With Escapes                                   | 
PASS |
------------------------------------------------------------------------------
List With No Items                                                    | 
PASS |
------------------------------------------------------------------------------
Scalar Variable Containing List Is Different Than List Variable       | 
PASS |
------------------------------------------------------------------------------
Variable Names Are Case Insensitive                                   | 
PASS |
------------------------------------------------------------------------------
Variable Names Are Space Insensitive                                  | 
PASS |
------------------------------------------------------------------------------
Variable Names Are Underscore Insensitive                             | 
PASS |
------------------------------------------------------------------------------
Assign Mark With Scalar Variable                                      | 
PASS |
------------------------------------------------------------------------------
Assign Mark With List Variable                                        | 
PASS |
------------------------------------------------------------------------------
Robot.Variables.Variable Table                                        | 
PASS |
18 critical tests, 18 passed, 0 failed
18 tests total, 18 passed, 0 failed
==============================================================================
Robot.Variables.Variables From Resource Files                                 
==============================================================================
Scalar String                                                         | 
PASS |
------------------------------------------------------------------------------
Scalar Non-Strings                                                    | 
PASS |
------------------------------------------------------------------------------
Scalar String With Escapes                                            | 
PASS |
------------------------------------------------------------------------------
Empty Scalar String                                                   | 
PASS |
------------------------------------------------------------------------------
Scalar List                                                           | 
PASS |
------------------------------------------------------------------------------
Scalar List With Non-Strings                                          | 
PASS |
------------------------------------------------------------------------------
Scalar List With Escapes                                              | 
PASS |
------------------------------------------------------------------------------
List with One Item                                                    | 
PASS |
------------------------------------------------------------------------------
List With Multiple Items                                              | 
PASS |
------------------------------------------------------------------------------
List With Escapes                                                     | 
PASS |
------------------------------------------------------------------------------
List Created From List With Escapes                                   | 
PASS |
------------------------------------------------------------------------------
List With No Items                                                    | 
PASS |
------------------------------------------------------------------------------
Scalar Variable Containing List Is Different Than List Variable       | 
PASS |
------------------------------------------------------------------------------
Variable Names Are Case Insensitive                                   | 
PASS |
------------------------------------------------------------------------------
Variable Names Are Space Insensitive                                  | 
PASS |
------------------------------------------------------------------------------
Variable Names Are Underscore Insensitive                             | 
PASS |
------------------------------------------------------------------------------
Assign Mark With Scalar variable                                      | 
PASS |
------------------------------------------------------------------------------
Assign Mark With List variable                                        | 
PASS |
------------------------------------------------------------------------------
Robot.Variables.Variables From Resource Files                         | 
PASS |
18 critical tests, 18 passed, 0 failed
18 tests total, 18 passed, 0 failed
==============================================================================
Robot.Variables.Variables From Variable Files                                 
==============================================================================
Scalar String                                                         | 
PASS |
------------------------------------------------------------------------------
Scalar Non-Strings                                                    | 
PASS |
------------------------------------------------------------------------------
Scalar String With Escapes                                            | 
PASS |
------------------------------------------------------------------------------
Empty Scalar String                                                   | 
PASS |
------------------------------------------------------------------------------
Scalar List                                                           | 
PASS |
------------------------------------------------------------------------------
Scalar List With Non-Strings                                          | 
PASS |
------------------------------------------------------------------------------
Scalar List With Escapes                                              | 
PASS |
------------------------------------------------------------------------------
Scalar Object                                                         | 
PASS |
------------------------------------------------------------------------------
List with One Item                                                    | 
PASS |
------------------------------------------------------------------------------
List With Multiple Items                                              | 
PASS |
------------------------------------------------------------------------------
List With Escapes                                                     | 
PASS |
------------------------------------------------------------------------------
List With No Items                                                    | 
PASS |
------------------------------------------------------------------------------
List With Objects                                                     | 
PASS |
------------------------------------------------------------------------------
Scalar Variable Containing List Is Different Than List Variable       | 
PASS |
------------------------------------------------------------------------------
Variable Names Are Case Insensitive                                   | 
PASS |
------------------------------------------------------------------------------
Variable Names Are Underscore Insensitive                             | 
PASS |
------------------------------------------------------------------------------
Robot.Variables.Variables From Variable Files                         | 
PASS |
16 critical tests, 16 passed, 0 failed
16 tests total, 16 passed, 0 failed
==============================================================================
Robot.Variables.Variables In Import Settings                                  
==============================================================================
Variable Defined In Test Case File Is Used To Import Resources        | 
PASS |
------------------------------------------------------------------------------
Robot.Variables.Variables In Import Settings                          | 
PASS |
1 critical test, 1 passed, 0 failed
1 test total, 1 passed, 0 failed
==============================================================================
Robot.Variables.Variables Inside Variables                                    
==============================================================================
Variable Inside Variable In Variable Table                            | 
PASS |
------------------------------------------------------------------------------
Variable Inside Variable In Test Case                                 | 
PASS |
------------------------------------------------------------------------------
Variable Inside Variable In User Keyword                              | 
PASS |
------------------------------------------------------------------------------
Variable Inside List Variable                                         | 
PASS |
------------------------------------------------------------------------------
Variable Inside List Variable Index                                   | 
PASS |
------------------------------------------------------------------------------
Variable Inside Variable And Extended Variable Syntax                 | 
PASS |
------------------------------------------------------------------------------
Non-Existing Variable Inside Variable                                 | 
PASS |
------------------------------------------------------------------------------
Robot.Variables.Variables Inside Variables                            | 
PASS |
7 critical tests, 7 passed, 0 failed
7 tests total, 7 passed, 0 failed
==============================================================================
Robot.Variables                                                       | 
PASS |
191 critical tests, 191 passed, 0 failed
191 tests total, 191 passed, 0 failed
==============================================================================
Robot :: Robot Framework acceptance tests                             | 
FAIL |
2605 critical tests, 2603 passed, 2 failed
2640 tests total, 2603 passed, 37 failed
==============================================================================
Output:  
<http://robot.radiaatto.ri.fi/job/RobotFramework-Python/ws/atest/results/python/output.xml>
XUnit:   
<http://robot.radiaatto.ri.fi/job/RobotFramework-Python/ws/atest/results/python/xunit.xml>
Log:     
<http://robot.radiaatto.ri.fi/job/RobotFramework-Python/ws/atest/results/python/log.html>
Report:  
<http://robot.radiaatto.ri.fi/job/RobotFramework-Python/ws/atest/results/python/report.html>
Build step 'Execute shell' marked build as failure
Robot results publisher started...
-Parsing output xml:
Done!
-Copying log files to build dir:
Done!
-Assigning results to build:
Done!
-Checking thresholds:
Done!
Done publishing Robot results.

Reply via email to