blob: adb05da634e49f3f837b2a2d8ea8288b9193c44b [file] [log] [blame]
mbligh8c5c9c12008-11-27 00:25:49 +00001from autotest_lib.client.bin import test
2
3class error_initialize(test.test):
4 version = 1
5
6
7 def initialize(self):
8 raise NameError("test a bug in initialize()")
9
10
11 def execute(self):
12 pass