Comment #16 on issue 1500 by pekka.klarck: **kwargs support for Dynamic Test Libraries
http://code.google.com/p/robotframework/issues/detail?id=1500

What was the reason for adding the java.lang.Class check below? This is in argumentparser.JavaArgumentParser.

     def _single_signature_arg_spec(self, signature):
         args = signature.args
-        if args and args[-1].isArray():
+ if args and type(args[-1]) is java.lang.Class and args[-1].isArray():


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- 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 robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to