Parent Directory
|
Revision Log
|
Patch
revision 360 by bh, Mon Dec 9 10:34:18 2002 UTC | revision 537 by bh, Fri Mar 14 20:43:50 2003 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | # Copyright (c) 2002 by Intevation GmbH | # Copyright (c) 2002, 2003 by Intevation GmbH |
2 | # Authors: | # Authors: |
3 | # Bernhard Herzog <[email protected]> | # Bernhard Herzog <[email protected]> |
4 | # | # |
# | Line 128 class TestDynamicCommand(BaseCommandTest | Line 128 class TestDynamicCommand(BaseCommandTest |
128 | self.assert_(cmd.IsDynamic()) | self.assert_(cmd.IsDynamic()) |
129 | self.assert_(cmd.IsTool()) | self.assert_(cmd.IsTool()) |
130 | ||
131 | if __name__ == "__main__": | |
132 | unittest.main() |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |