Contact: fumanchu@aminus.org

Log in as guest/dejavu to create tickets

Changeset 164

Show
Ignore:
Timestamp:
02/11/06 02:22:00
Author:
fumanchu
Message:

New testdb folder for test_storeshelve.py.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/test/test_storeshelve.py

    r163 r164  
    88import os 
    99 
    10 opts = {u'Path': "testdb"
     10opts = {u'Path': os.path.join(os.path.dirname(__file__), "testdb")
    1111SM_class = "dejavu.storage.storeshelve.StorageManagerShelve" 
    1212