Parent Directory
|
Revision Log
Moved from trunk/Src/eweasel to trunk/eweasel so that a simple checkout of the source code is not penalized by the lenghty process of checking out all the tests of eweasel.
1 | class TEST |
2 | |
3 | create |
4 | make |
5 | |
6 | feature {NONE} -- Creation |
7 | |
8 | make is |
9 | -- Execute test. |
10 | do |
11 | io.put_string ("") |
12 | io.put_new_line |
13 | end |
14 | |
15 | end |
ViewVC Help | |
Powered by ViewVC 1.1.23 |