cryptonas/plugins/volume_automount/unittests.py
2006-11-14 12:32:25 +00:00

12 lines
293 B
Python

import WebInterfaceTestClass
class unittests(WebInterfaceTestClass.WebInterfaceTestClass):
def test_read_form(self):
url = self.URL + "volume_automount?weblang=en&device=%2Fdev%2Floop1"
self.register_auth(url)
self.cmd.go(url)
self.cmd.find('automatic')
self.cmd.find('startup')