cryptonas/plugins/volume_chpasswd/unittests.py

12 lines
289 B
Python
Raw Normal View History

2006-11-06 17:05:00 +01:00
import WebInterfaceTestClass
class unittests(WebInterfaceTestClass.WebInterfaceTestClass):
def test_read_form(self):
url = self.URL + "volume_chpasswd?weblang=en&device=%2Fdev%2Floop1"
2006-11-06 17:05:00 +01:00
self.register_auth(url)
self.cmd.go(url)
self.cmd.find('hange')
self.cmd.find('password')
2006-11-06 17:05:00 +01:00