aii: gl entries for serial no

This commit is contained in:
Nabin Hait 2013-03-26 14:25:25 +05:30
parent 3fbfcf656e
commit c6ebf47fef

View file

@ -18,7 +18,6 @@ def make_test_records(doctype, verbose=0):
webnotes.connect()
for options in get_dependencies(doctype):
if options.startswith("link:"):
options = options[5:]
if options == "[Select]":
@ -186,6 +185,4 @@ if __name__=="__main__":
test_suite = unittest.TestSuite()
__import__(args.module)
test_suite.addTest(unittest.TestLoader().loadTestsFromModule(sys.modules[args.module]))
unittest.TextTestRunner(verbosity=1+(args.verbose and 1 or 0)).run(test_suite)
unittest.TextTestRunner(verbosity=1+(args.verbose and 1 or 0)).run(test_suite)