cryptonas/plugins/volume_automount/unittests.py

12 lines
293 B
Python
Raw Normal View History

2006-11-14 13:32:25 +01:00
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')