1 AUTHOR = "Gregory Smith <gps (a] google.com>"
2 NAME = "error test of a buggy test class"
3 TEST_TYPE = "client"
4 TEST_CLASS = "General"
5 TEST_CATEGORY = "Functional"
6 TIME = "SHORT"
7 DOC = """Simulate a buggy test. This is for testing Autotest itself."""
8
9 job.run_test('error_test_bug')
10