Changeset 1267 for trunk/test


Ignore:
Timestamp:
09/13/06 10:17:00 (18 years ago)
Author:
mar637
Message:

Merge from Release2.1 branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/file-io.py

    r1259 r1267  
    1010
    1111print "Test of file i/o"
    12 rc('plotter', storage='disk')
     12rc('scantable', storage='disk')
    1313data = scantable('data/tid-t002.rpf')
    1414del data
    15 rc('plotter',storage='memory')
     15rc('scantable',storage='memory')
    1616data = scantable('data/tid-t002.rpf')
    1717
Note: See TracChangeset for help on using the changeset viewer.