Changeset 1412


Ignore:
Timestamp:
Apr 21, 2009 1:27:53 PM (15 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lang/tcl/tests/encode.test

    r1409 r1412  
    208208    set h "@@RP-ENC:zb64\nH4sIAAAAAAAAA8vIBACsKpPYAgAAAA=="
    209209    list [catch {Rappture::encoding::decode -as z $h} msg] $msg
    210 } {0 {@@RP-ENC:zb64
    211 H4sIAAAAAAAAA8vIBACsKpPYAgAAAA==}}
    212 
     210} {1 {:
     211decode flags don't match the header
     212}}
     213       
    213214test decode-3.2.2b {Rappture::encoding::decode, -as -noheader, zb64 w/ string} {
    214215    set h "@@RP-ENC:zb64\nH4sIAAAAAAAAA8vIBACsKpPYAgAAAA=="
Note: See TracChangeset for help on using the changeset viewer.