Revision: 3009
Author: pekka.klarck
Date: Fri Apr 16 01:15:50 2010
Log: better data
http://code.google.com/p/robotframework/source/detail?r=3009
Modified:
/trunk/tools/libdoc/test/Example.java
/trunk/tools/libdoc/test/dynamic.py
/trunk/tools/libdoc/test/regular.py
=======================================
--- /trunk/tools/libdoc/test/Example.java Tue Jul 28 03:51:35 2009
+++ /trunk/tools/libdoc/test/Example.java Fri Apr 16 01:15:50 2010
@@ -4,6 +4,8 @@
* This library is only used in an example and it does't do anything
useful.
*/
public class Example {
+ public static final String ROBOT_LIBRARY_VERSION = "1.0";
+ public static final String ROBOT_LIBRARY_SCOPE = "GLOBAL";
/**
* Creates new Example test library 1
=======================================
--- /trunk/tools/libdoc/test/dynamic.py Tue Sep 2 09:15:14 2008
+++ /trunk/tools/libdoc/test/dynamic.py Fri Apr 16 01:15:50 2010
@@ -1,7 +1,7 @@
class dynamic:
def get_keyword_names(self):
- return ['KW 1', 'KW 2']
+ return ['Keyword 1', 'KW 2']
def run_keyword(self, name, args):
print name, args
@@ -12,10 +12,11 @@
def get_keyword_documentation(self, name):
return '''Dummy documentation for `%s`.
-Neither `KW 1` or `KW 2` do anything really interesting.
+Neither `Keyword 1` or `KW 2` do anything really interesting.
+They do, however, accept some `arguments`.
Examples:
-| KW 1 | arg |
+| Keyword 1 | arg |
| KW 1 | arg | arg 2 |
| KW 2 | arg | arg 2 |
=======================================
--- /trunk/tools/libdoc/test/regular.py Tue Jul 28 03:51:35 2009
+++ /trunk/tools/libdoc/test/regular.py Fri Apr 16 01:15:50 2010
@@ -1,4 +1,6 @@
class regular:
+ ROBOT_LIBRARY_SCOPE = 'TEST SUITE'
+
"""This is a very regular test library"""
def __init__(self, arg1='hello', arg2='world'):
--
Subscription settings:
http://groups.google.com/group/robotframework-commit/subscribe?hl=en