diff --git a/core/modules/migrate_drupal/src/Tests/d6/MigrateDrupal6Test.php b/core/modules/migrate_drupal/src/Tests/d6/MigrateDrupal6Test.php
index cb4268c..c0fcd28 100644
--- a/core/modules/migrate_drupal/src/Tests/d6/MigrateDrupal6Test.php
+++ b/core/modules/migrate_drupal/src/Tests/d6/MigrateDrupal6Test.php
@@ -88,6 +88,9 @@ class MigrateDrupal6Test extends MigrateFullDrupalTestBase {
     'd6_menu_settings',
     'd6_menu',
     'd6_node_revision',
+    'd6_node_setting_promote',
+    'd6_node_setting_status',
+    'd6_node_setting_sticky',
     'd6_node',
     'd6_node_settings',
     'd6_node_type',
@@ -102,6 +105,7 @@ class MigrateDrupal6Test extends MigrateFullDrupalTestBase {
     'd6_system_filter',
     'd6_system_image',
     'd6_system_image_gd',
+    'd6_system_logging',
     'd6_system_maintenance',
     'd6_system_performance',
     'd6_system_rss',
@@ -120,6 +124,7 @@ class MigrateDrupal6Test extends MigrateFullDrupalTestBase {
     'd6_upload',
     'd6_url_alias',
     'd6_user_mail',
+    'd6_user_contact_settings',
     'd6_user_profile_field_instance',
     'd6_user_profile_entity_display',
     'd6_user_profile_entity_form_display',
@@ -161,6 +166,7 @@ protected function getDumps() {
       $tests_path . '/Drupal6AggregatorItem.php',
       $tests_path . '/Drupal6AggregatorSettings.php',
       $tests_path . '/Drupal6Block.php',
+      $tests_path . '/Drupal6Book.php',
       $tests_path . '/Drupal6BookSettings.php',
       $tests_path . '/Drupal6Box.php',
       $tests_path . '/Drupal6Comment.php',
@@ -177,8 +183,8 @@ protected function getDumps() {
       $tests_path . '/Drupal6LocaleSettings.php',
       $tests_path . '/Drupal6Menu.php',
       $tests_path . '/Drupal6MenuSettings.php',
-      $tests_path . '/Drupal6NodeBodyInstance.php',
       $tests_path . '/Drupal6Node.php',
+      $tests_path . '/Drupal6NodeBodyInstance.php',
       $tests_path . '/Drupal6NodeRevision.php',
       $tests_path . '/Drupal6NodeSettings.php',
       $tests_path . '/Drupal6NodeType.php',
@@ -192,8 +198,9 @@ protected function getDumps() {
       // where the files are.
       $tests_path . '/Drupal6SystemFile.php',
       $tests_path . '/Drupal6SystemFilter.php',
-      $tests_path . '/Drupal6SystemImageGd.php',
       $tests_path . '/Drupal6SystemImage.php',
+      $tests_path . '/Drupal6SystemImageGd.php',
+      $tests_path . '/Drupal6SystemLogging.php',
       $tests_path . '/Drupal6SystemMaintenance.php',
       $tests_path . '/Drupal6SystemPerformance.php',
       $tests_path . '/Drupal6SystemRss.php',
@@ -204,11 +211,12 @@ protected function getDumps() {
       $tests_path . '/Drupal6TermNode.php',
       $tests_path . '/Drupal6TextSettings.php',
       $tests_path . '/Drupal6UpdateSettings.php',
-      $tests_path . '/Drupal6UploadInstance.php',
       $tests_path . '/Drupal6Upload.php',
+      $tests_path . '/Drupal6UploadField.php',
+      $tests_path . '/Drupal6UploadInstance.php',
       $tests_path . '/Drupal6UrlAlias.php',
-      $tests_path . '/Drupal6UserMail.php',
       $tests_path . '/Drupal6User.php',
+      $tests_path . '/Drupal6UserMail.php',
       $tests_path . '/Drupal6UserProfileFields.php',
       $tests_path . '/Drupal6UserRole.php',
       $tests_path . '/Drupal6UserSettings.php',
