Changeset 898 for trunk/optimizer/tests


Ignore:
Timestamp:
Feb 21, 2008, 6:43:57 PM (16 years ago)
Author:
mmc
Message:

Optimization part is getting better. Fleshed out the plug-in for
PGApack, and integrated a first cut that includes the data handling.

Location:
trunk/optimizer/tests
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/optimizer/tests/aaa.test

    r897 r898  
    4343test aaa-1.4 {optimizer creation takes certain args} {
    4444  list [catch {Rappture::optimizer -foo} result] $result
    45 } {1 {bad option "-foo": should be -using}}
     45} {1 {bad option "-foo": should be -tool, -using}}
    4646
    4747test aaa-1.5 {optimizer creation: -using requires a value} {
     
    5555test aaa-1.7 {optimizer creation: extra args are processed} {
    5656  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}}
    5858
    5959test aaa-1.8 {optimizer can be destroyed without dumping core} {
Note: See TracChangeset for help on using the changeset viewer.