Updates:
        Labels: rc1

Comment by janne.t.harkonen:
(No comment was entered for this change.)

Affected issues:
issue 122: Change all possible "type(x) is SomeType" and "obj.type == 'some_type'" checks to "isinstance(x, SomeType)"
    http://code.google.com/p/robotframework/issues/detail?id=122

issue 232: Possibility to configure parsing so that files having test case table are not ignored even if they don't have tests
    http://code.google.com/p/robotframework/issues/detail?id=232

issue 377: Don't convert test suite, test case and keyword names unnecessarily
    http://code.google.com/p/robotframework/issues/detail?id=377

issue 403: Parsed user keyword objects should have all data even if part of the data is invalid
    http://code.google.com/p/robotframework/issues/detail?id=403

issue 444: Quickstart Demo fails in windows if sut directory has whitespace
    http://code.google.com/p/robotframework/issues/detail?id=444

issue 452: Possibility to verify test data without actually executing tests (dry-run)
    http://code.google.com/p/robotframework/issues/detail?id=452

  issue 481: Cleanup `robot.utils` module
    http://code.google.com/p/robotframework/issues/detail?id=481

issue 486: Parsing modules should preserve comments to keep them available for RIDE and other tools
    http://code.google.com/p/robotframework/issues/detail?id=486

issue 487: Make the parsed test data model easier to use externally by RIDE and other tools
    http://code.google.com/p/robotframework/issues/detail?id=487

issue 500: Possibility to specify 'Test Template' for all tests to ease data-driven testing
    http://code.google.com/p/robotframework/issues/detail?id=500

  issue 515: Importing Java libraries does not work on standalone Jython
    http://code.google.com/p/robotframework/issues/detail?id=515

  issue 518: Document that Python/Jython version must be >= 2.5 (and < 3.0)
    http://code.google.com/p/robotframework/issues/detail?id=518

issue 524: Parsing modules should preserve table headers to make them available for RIDE and other tools
    http://code.google.com/p/robotframework/issues/detail?id=524

issue 550: Non-integer value with `FOR IN RANGE` can break the whole test execution
    http://code.google.com/p/robotframework/issues/detail?id=550

  issue 552: Test supporting tools
    http://code.google.com/p/robotframework/issues/detail?id=552

  issue 553: Remove `robotidy.py` tool
    http://code.google.com/p/robotframework/issues/detail?id=553

  issue 560: For loop without body or without values should fail
    http://code.google.com/p/robotframework/issues/detail?id=560

  issue 562: Suite metadata names should not be converted unnecessarily
    http://code.google.com/p/robotframework/issues/detail?id=562

issue 563: Support for setting suite metadata using syntax `| Metadata | Name | Value |`
    http://code.google.com/p/robotframework/issues/detail?id=563

issue 564: Disallow using `...@{list}` variables with settings that require scalar values to ease parsing
    http://code.google.com/p/robotframework/issues/detail?id=564



--
You received this message because you are listed in the owner
or CC fields of these issues, or because you starred them.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to