Browse Source

verify Needed to rename validateDb

Mike Smith 11 years ago
parent
commit
91d531dfd6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolset/benchmark/framework_test.py

+ 1 - 1
toolset/benchmark/framework_test.py

@@ -132,7 +132,7 @@ class FrameworkTest:
   # and a "randomNumber" key, and that both keys map to 
   # and a "randomNumber" key, and that both keys map to 
   # integers.
   # integers.
   ############################################################
   ############################################################
-  def validateJson(self, jsonString):
+  def validateDb(self, jsonString):
     obj = json.loads(jsonString)
     obj = json.loads(jsonString)
 
 
     if not obj:
     if not obj: