2 new revisions:

Revision: 1cdc3a5fc104
Branch:   default
Author:   Mika Hänninen <[email protected]>
Date:     Tue May 28 11:24:38 2013
Log:      Removed unnecessary Error class
http://code.google.com/p/robotframework/source/detail?r=1cdc3a5fc104

Revision: 44399fe316d1
Branch:   default
Author:   Mika Hänninen <[email protected]>
Date:     Tue May 28 11:24:46 2013
Log:      Automated merge with https://code.google.com/p/robotframework/
http://code.google.com/p/robotframework/source/detail?r=44399fe316d1

==============================================================================
Revision: 1cdc3a5fc104
Branch:   default
Author:   Mika Hänninen <[email protected]>
Date:     Tue May 28 11:24:38 2013
Log:      Removed unnecessary Error class
http://code.google.com/p/robotframework/source/detail?r=1cdc3a5fc104

Modified:
 /src/robot/errors.py

=======================================
--- /src/robot/errors.py        Fri May 24 03:05:28 2013
+++ /src/robot/errors.py        Tue May 28 11:24:38 2013
@@ -59,11 +59,6 @@
     """


-class UnrecognizedParameterError(RobotError):
-    """Used when non allowed parameters are given for a keyword."""
-
-
-
 class TimeoutError(RobotError):
     """Used when a test or keyword timeout occurs.


==============================================================================
Revision: 44399fe316d1
Branch:   default
Author:   Mika Hänninen <[email protected]>
Date:     Tue May 28 11:24:46 2013
Log:      Automated merge with https://code.google.com/p/robotframework/
http://code.google.com/p/robotframework/source/detail?r=44399fe316d1


--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to