Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / chromite / lib / cidb_integration_test.py
index 2bd3998..394f0d6 100755 (executable)
@@ -166,10 +166,10 @@ def GetTestDataSeries(test_data_path):
 class DataSeries0Test(CIDBIntegrationTest):
   """Simulate a set of 630 master/slave CQ builds."""
 
-  def testCQWithSchema11(self):
-    """Run the CQ test with schema version 13."""
-    # Run the CQ test at schema version 13
-    self._PrepareFreshDatabase(13)
+  def testCQWithSchema16(self):
+    """Run the CQ test with schema version 16."""
+    # Run the CQ test at schema version 16
+    self._PrepareFreshDatabase(16)
     self._runCQTest()
 
   def _runCQTest(self):
@@ -356,7 +356,7 @@ class DataSeries1Test(CIDBIntegrationTest):
     # Migrate db to specified version. As new schema versions are added,
     # migrations to later version can be applied after the test builds are
     # simulated, to test that db contents are correctly migrated.
-    self._PrepareFreshDatabase(11)
+    self._PrepareFreshDatabase(16)
 
     bot_db = cidb.CIDBConnection(TEST_DB_CRED_BOT)