Ignore:
Timestamp:
May 1, 2006, 11:16:11 PM (18 years ago)
Author:
dkearney
Message:

added some changes for tcl bindings that i've been holding onto for the last few weeks, still testing and changing.

File:
1 edited

Legend:

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

    r403 r424  
    107107    # $libPut xml
    108108} {1 {expected boolean value but got "junk"}}
    109 test library-4.2.5 {put command test append = "1"} {
     109test library-4.2.6 {put command test append = "1"} {
    110110    catch {unset libPut}
    111111    set libPut [Rappture::library rplib_test.xml]
     
    118118    set rslt
    119119} {0 {} val1val2}
    120 test library-4.2.5 {put command test append = "0"} {
     120test library-4.2.7 {put command test append = "0"} {
    121121    catch {unset libPut}
    122122    set libPut [Rappture::library rplib_test.xml]
     
    129129    set rslt
    130130} {0 {} val2}
    131 test library-4.2.5 {put command test append = "true"} {
     131test library-4.2.8 {put command test append = "true"} {
    132132    catch {unset libPut}
    133133    set libPut [Rappture::library rplib_test.xml]
     
    140140    set rslt
    141141} {0 {} val1val2}
    142 test library-4.2.5 {put command test append = "false"} {
     142test library-4.2.9 {put command test append = "false"} {
    143143    catch {unset libPut}
    144144    set libPut [Rappture::library rplib_test.xml]
Note: See TracChangeset for help on using the changeset viewer.