diff --git a/tests/fixtures/drupal5.php b/tests/fixtures/drupal5.php
index d14e538e29506221423167c94e2454b1ff462d86..c6ec15f267b8b1453b2f967e3da308a665c8cb86 100644
--- a/tests/fixtures/drupal5.php
+++ b/tests/fixtures/drupal5.php
@@ -4757,14 +4757,14 @@ $connection->insert('node_type')
   'name' => 'Book page',
   'module' => 'book',
   'description' => "A book is a collaborative writing effort: users can collaborate writing the pages of the book, positioning the pages in the right order, and reviewing or modifying pages previously written. So when you have some information to share or when you read a page of the book and you didn't like it, or if you think a certain page could have been written better, you can do something about it.",
-  'help' => '',
+  'help' => 'This text will be displayed at the top of the submission form for this content type. It is useful for helping or instructing your users.',
   'has_title' => '1',
-  'title_label' => 'Title',
+  'title_label' => 'Book title label',
   'has_body' => '1',
-  'body_label' => 'Body',
-  'min_word_count' => '0',
+  'body_label' => 'Book body label',
+  'min_word_count' => '25',
   'custom' => '0',
-  'modified' => '0',
+  'modified' => '1',
   'locked' => '1',
   'orig_type' => 'book',
 ))