diff --git a/core/modules/migrate_drupal/src/Tests/Table/Blocks.php b/core/modules/migrate_drupal/src/Tests/Table/Blocks.php
index 634644b..f70d1b8 100644
--- a/core/modules/migrate_drupal/src/Tests/Table/Blocks.php
+++ b/core/modules/migrate_drupal/src/Tests/Table/Blocks.php
@@ -157,7 +157,7 @@ public function load() {
       'custom' => '0',
       'throttle' => '0',
       'visibility' => '0',
-      'pages' => '',
+      'pages' => 'node/1',
       'title' => '',
       'cache' => '-1',
     ))->values(array(
diff --git a/core/modules/migrate_drupal/src/Tests/Table/Filters.php b/core/modules/migrate_drupal/src/Tests/Table/Filters.php
index a09a871..cc1ff48 100644
--- a/core/modules/migrate_drupal/src/Tests/Table/Filters.php
+++ b/core/modules/migrate_drupal/src/Tests/Table/Filters.php
@@ -129,6 +129,30 @@ public function load() {
       'module' => 'filter',
       'delta' => '3',
       'weight' => '10',
+    ))->values(array(
+      'fid' => '12',
+      'format' => '8',
+      'module' => 'filter',
+      'delta' => '2',
+      'weight' => '0',
+    ))->values(array(
+      'fid' => '13',
+      'format' => '8',
+      'module' => 'filter',
+      'delta' => '0',
+      'weight' => '1',
+    ))->values(array(
+      'fid' => '14',
+      'format' => '8',
+      'module' => 'filter',
+      'delta' => '1',
+      'weight' => '2',
+    ))->values(array(
+      'fid' => '15',
+      'format' => '8',
+      'module' => 'filter',
+      'delta' => '3',
+      'weight' => '10',
     ))->execute();
   }
 
diff --git a/core/modules/migrate_drupal/src/Tests/Table/History.php b/core/modules/migrate_drupal/src/Tests/Table/History.php
index f054018..f6ab59a 100644
--- a/core/modules/migrate_drupal/src/Tests/Table/History.php
+++ b/core/modules/migrate_drupal/src/Tests/Table/History.php
@@ -51,7 +51,11 @@ public function load() {
       'nid',
       'timestamp',
     ))
-    ->execute();
+    ->values(array(
+      'uid' => '1',
+      'nid' => '1',
+      'timestamp' => '1422483843',
+    ))->execute();
   }
 
 }
diff --git a/core/modules/migrate_drupal/src/Tests/Table/Permission.php b/core/modules/migrate_drupal/src/Tests/Table/Permission.php
index b771262..d06e682 100644
--- a/core/modules/migrate_drupal/src/Tests/Table/Permission.php
+++ b/core/modules/migrate_drupal/src/Tests/Table/Permission.php
@@ -87,6 +87,16 @@ public function load() {
       'rid' => '2',
       'perm' => 'access comments, access content, post comments, post comments without approval',
       'tid' => '0',
+    ))->values(array(
+      'pid' => '7',
+      'rid' => '1',
+      'perm' => 'access content',
+      'tid' => '0',
+    ))->values(array(
+      'pid' => '8',
+      'rid' => '2',
+      'perm' => 'access comments, access content, post comments, post comments without approval',
+      'tid' => '0',
     ))->execute();
   }
 
diff --git a/core/modules/migrate_drupal/src/Tests/Table/System.php b/core/modules/migrate_drupal/src/Tests/Table/System.php
index 08e638d..f996fad 100644
--- a/core/modules/migrate_drupal/src/Tests/Table/System.php
+++ b/core/modules/migrate_drupal/src/Tests/Table/System.php
@@ -158,10 +158,10 @@ public function load() {
       'name' => 'color',
       'type' => 'module',
       'owner' => '',
-      'status' => '0',
+      'status' => '1',
       'throttle' => '0',
       'bootstrap' => '0',
-      'schema_version' => '-1',
+      'schema_version' => '6001',
       'weight' => '0',
       'info' => 'a:10:{s:4:"name";s:5:"Color";s:11:"description";s:61:"Allows the user to change the color scheme of certain themes.";s:7:"package";s:15:"Core - optional";s:7:"version";s:4:"6.29";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1384980946";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}',
     ))->values(array(
@@ -191,10 +191,10 @@ public function load() {
       'name' => 'dblog',
       'type' => 'module',
       'owner' => '',
-      'status' => '0',
+      'status' => '1',
       'throttle' => '0',
       'bootstrap' => '0',
-      'schema_version' => '-1',
+      'schema_version' => '6000',
       'weight' => '0',
       'info' => 'a:10:{s:4:"name";s:16:"Database logging";s:11:"description";s:47:"Logs and records system events to the database.";s:7:"package";s:15:"Core - optional";s:7:"version";s:4:"6.29";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1384980946";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}',
     ))->values(array(
@@ -224,10 +224,10 @@ public function load() {
       'name' => 'help',
       'type' => 'module',
       'owner' => '',
-      'status' => '0',
+      'status' => '1',
       'throttle' => '0',
       'bootstrap' => '0',
-      'schema_version' => '-1',
+      'schema_version' => '0',
       'weight' => '0',
       'info' => 'a:10:{s:4:"name";s:4:"Help";s:11:"description";s:35:"Manages the display of online help.";s:7:"package";s:15:"Core - optional";s:7:"version";s:4:"6.29";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1384980946";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}',
     ))->values(array(
diff --git a/core/modules/migrate_drupal/src/Tests/Table/TermHierarchy.php b/core/modules/migrate_drupal/src/Tests/Table/TermHierarchy.php
index 0ca4f63..8db7043 100644
--- a/core/modules/migrate_drupal/src/Tests/Table/TermHierarchy.php
+++ b/core/modules/migrate_drupal/src/Tests/Table/TermHierarchy.php
@@ -53,12 +53,12 @@ public function load() {
       'tid' => '2',
       'parent' => '0',
     ))->values(array(
-      'tid' => '3',
-      'parent' => '2',
-    ))->values(array(
       'tid' => '4',
       'parent' => '0',
     ))->values(array(
+      'tid' => '3',
+      'parent' => '2',
+    ))->values(array(
       'tid' => '5',
       'parent' => '4',
     ))->values(array(
diff --git a/core/modules/migrate_drupal/src/Tests/Table/Users.php b/core/modules/migrate_drupal/src/Tests/Table/Users.php
index 87c0028..fe5ed43 100644
--- a/core/modules/migrate_drupal/src/Tests/Table/Users.php
+++ b/core/modules/migrate_drupal/src/Tests/Table/Users.php
@@ -307,6 +307,30 @@ public function load() {
       'pass_plain' => 'terry.saraniti',
       'expected_timezone' => NULL,
       'timezone_id' => '0',
+    ))->values(array(
+      'uid' => '19',
+      'name' => 'placeholder-for-uid-1',
+      'pass' => '',
+      'mail' => 'placeholder-for-uid-1',
+      'mode' => '0',
+      'sort' => '0',
+      'threshold' => '0',
+      'theme' => '',
+      'signature' => '',
+      'signature_format' => '0',
+      'created' => '1422483490',
+      'access' => '0',
+      'login' => '0',
+      'status' => '0',
+      'timezone' => NULL,
+      'language' => '',
+      'picture' => '',
+      'init' => '',
+      'data' => 'a:0:{}',
+      'timezone_name' => '',
+      'pass_plain' => '',
+      'expected_timezone' => NULL,
+      'timezone_id' => '0',
     ))->execute();
   }
 
diff --git a/core/modules/migrate_drupal/src/Tests/Table/UsersRoles.php b/core/modules/migrate_drupal/src/Tests/Table/UsersRoles.php
index 494749e..f04e14e 100644
--- a/core/modules/migrate_drupal/src/Tests/Table/UsersRoles.php
+++ b/core/modules/migrate_drupal/src/Tests/Table/UsersRoles.php
@@ -50,29 +50,29 @@ public function load() {
       'uid' => '2',
       'rid' => '3',
     ))->values(array(
-      'uid' => '8',
-      'rid' => '4',
+      'uid' => '15',
+      'rid' => '3',
+    ))->values(array(
+      'uid' => '16',
+      'rid' => '3',
     ))->values(array(
       'uid' => '8',
-      'rid' => '5',
+      'rid' => '4',
     ))->values(array(
       'uid' => '15',
-      'rid' => '3',
+      'rid' => '4',
     ))->values(array(
-      'uid' => '15',
+      'uid' => '17',
       'rid' => '4',
     ))->values(array(
-      'uid' => '15',
+      'uid' => '8',
       'rid' => '5',
     ))->values(array(
-      'uid' => '16',
-      'rid' => '3',
+      'uid' => '15',
+      'rid' => '5',
     ))->values(array(
       'uid' => '16',
       'rid' => '5',
-    ))->values(array(
-      'uid' => '17',
-      'rid' => '4',
     ))->execute();
   }
 
diff --git a/core/modules/migrate_drupal/src/Tests/Table/Variable.php b/core/modules/migrate_drupal/src/Tests/Table/Variable.php
index b848e70..745eff5 100644
--- a/core/modules/migrate_drupal/src/Tests/Table/Variable.php
+++ b/core/modules/migrate_drupal/src/Tests/Table/Variable.php
@@ -394,6 +394,12 @@ public function load() {
       'name' => 'dblog_row_limit',
       'value' => 'i:1000;',
     ))->values(array(
+      'name' => 'drupal_badge_color',
+      'value' => 's:12:"powered-blue";',
+    ))->values(array(
+      'name' => 'drupal_badge_size',
+      'value' => 's:5:"80x15";',
+    ))->values(array(
       'name' => 'drupal_http_request_fails',
       'value' => 'b:0;',
     ))->values(array(
@@ -472,6 +478,9 @@ public function load() {
       'name' => 'image_toolkit',
       'value' => 's:2:"gd";',
     ))->values(array(
+      'name' => 'install_task',
+      'value' => 's:21:"locale-initial-import";',
+    ))->values(array(
       'name' => 'javascript_parsed',
       'value' => 'a:0:{}',
     ))->values(array(
diff --git a/core/modules/migrate_drupal/src/Tests/Table/VocabularyNodeTypes.php b/core/modules/migrate_drupal/src/Tests/Table/VocabularyNodeTypes.php
index a52778d..6b6b8fa 100644
--- a/core/modules/migrate_drupal/src/Tests/Table/VocabularyNodeTypes.php
+++ b/core/modules/migrate_drupal/src/Tests/Table/VocabularyNodeTypes.php
@@ -46,12 +46,6 @@ public function load() {
       'type',
     ))
     ->values(array(
-      'vid' => '4',
-      'type' => 'article',
-    ))->values(array(
-      'vid' => '4',
-      'type' => 'page',
-    ))->values(array(
       'vid' => '1',
       'type' => 'story',
     ))->values(array(
@@ -60,6 +54,12 @@ public function load() {
     ))->values(array(
       'vid' => '3',
       'type' => 'story',
+    ))->values(array(
+      'vid' => '4',
+      'type' => 'article',
+    ))->values(array(
+      'vid' => '4',
+      'type' => 'page',
     ))->execute();
   }
 
