Added a test script for dbmmodule.c and added it to testall.py and
updated testall.out
diff --git a/Lib/test/testall.py b/Lib/test/testall.py
index 176be56..4bf0a66 100644
--- a/Lib/test/testall.py
+++ b/Lib/test/testall.py
@@ -12,7 +12,7 @@
 for t in ['test_opcodes', 'test_operations', 'test_builtin',
 	  'test_exceptions', 'test_types', 'test_math', 'test_time',
 	  'test_array', 'test_strop', 'test_md5', 'test_cmath',
-	  'test_crypt',
+	  'test_crypt', 'test_dbm',
 	  ]:
     print t
     unload(t)