Changeset 898 for trunk/optimizer/tests/aaa.test
- Timestamp:
- Feb 21, 2008, 6:43:57 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/optimizer/tests/aaa.test
r897 r898 43 43 test aaa-1.4 {optimizer creation takes certain args} { 44 44 list [catch {Rappture::optimizer -foo} result] $result 45 } {1 {bad option "-foo": should be - using}}45 } {1 {bad option "-foo": should be -tool, -using}} 46 46 47 47 test aaa-1.5 {optimizer creation: -using requires a value} { … … 55 55 test aaa-1.7 {optimizer creation: extra args are processed} { 56 56 list [catch {Rappture::optimizer -using pgapack -foo bar} result] $result 57 } {1 {bad option "-foo": should be - using}}57 } {1 {bad option "-foo": should be -tool, -using}} 58 58 59 59 test aaa-1.8 {optimizer can be destroyed without dumping core} {
Note: See TracChangeset
for help on using the changeset viewer.