Ignore:
Timestamp:
4 Feb 2012, 06:53:13 (13 years ago)
Author:
Henrik Bettermann
Message:

Update custom package using new datacenter storage configuration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.custom/trunk/src/waeup/custom/utils/tests.py

    r7569 r7586  
    1 ## $Id: tests.py$
     1## $Id$
    22##
    33## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
     
    1616## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
    1717##
    18 from waeup.sirp.datacenter import DataCenter
    1918from waeup.sirp.testing import FunctionalTestCase
    2019from waeup.custom.testing import FunctionalLayer
     
    2524    layer = FunctionalLayer
    2625
    27     def test_storage_path(self):
    28         mydatacenter = DataCenter()
    29         storagepath = mydatacenter.storage
    30         self.assertTrue('/src/waeup/custom/files' in storagepath)
     26    def test_foo(self):
     27        '''Test method foo.
     28        '''
     29        return
Note: See TracChangeset for help on using the changeset viewer.