Ignore:
Timestamp:
24 Feb 2014, 08:47:15 (11 years ago)
Author:
Henrik Bettermann
Message:

One never knows if FUTMinna comes back:

Diazofied whole package.
Removed sphinx docs.
Added generic install instructions.

Location:
main/waeup.futminna/trunk
Files:
4 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.futminna/trunk

    • Property svn:ignore
      •  

        old new  
        55develop-eggs
        66parts
         7sources
        78var
  • main/waeup.futminna/trunk/src/waeup/futminna/browser/tests.py

    r8619 r11398  
    4949        shutil.rmtree(self.dc_root)
    5050
    51     def test_custom_theme(self):
    52         self.browser.addHeader('Authorization', 'Basic mgr:mgrpw')
    53         self.browser.open('http://localhost/app/configuration')
    54         self.assertMatches('...FUTMinna Theme...', self.browser.contents)
    55         self.browser.getControl(name="form.skin").value = ['custom theme']
    56         self.browser.getControl("Save").click()
    57         self.browser.open('http://localhost/app/configuration')
    58         return
    59 
    6051    def test_access_live_url(self):
    6152        # We can't access the system with basic authentication
Note: See TracChangeset for help on using the changeset viewer.