Changeset 4191 for waeup


Ignore:
Timestamp:
27 May 2009, 12:12:18 (15 years ago)
Author:
uli
Message:

Upadte tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup/branches/ulif-rewrite/src/waeup/datacenter.txt

    r4185 r4191  
    3232    >>> newpath = os.path.abspath('newlocation')
    3333    >>> mydatacenter.setStoragePath(newpath)
     34    []
     35
     36The result here is a list of filenames, that could not be
     37copied. Luckily, this list is empty.
    3438
    3539When we set a new storage path, we can tell to move all files in the
     
    4549
    4650    >>> mydatacenter.setStoragePath(verynewpath, move=True)
     51    []
     52
    4753    >>> storagepath = mydatacenter.storage
    4854    >>> 'myfile.txt' in os.listdir(verynewpath)
Note: See TracChangeset for help on using the changeset viewer.