Changeset 589 for trunk/src/tcl/tests


Ignore:
Timestamp:
Feb 23, 2007 11:36:18 AM (17 years ago)
Author:
dkearney
Message:

added c bindings to the putData and putFile functions
added example usage of putFile for c++ and c with example dx file
adjusted append flag from int to unsigned int on all c rpPut functions
adjusted a tcl units test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tcl/tests/units.test

    r568 r589  
    605605    list [catch {Rappture::Units::convert 1cm -to /m2} msg] $msg
    606606} {1 {Conversion unavailable: (cm) -> (m-2)
    607 Please enter units of type /length (/A2,/in2,/m2)}}
     607Please enter units of type /area (/A2,/in2,/m2)}}
    608608
    609609#--------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.