Index: modules/aggregator/aggregator_test.info
===================================================================
RCS file: /cvs/drupal/drupal/modules/aggregator/aggregator_test.info,v
retrieving revision 1.1
diff -u -r1.1 aggregator_test.info
--- modules/aggregator/aggregator_test.info	1 Mar 2009 07:21:02 -0000	1.1
+++ modules/aggregator/aggregator_test.info	15 Mar 2009 07:14:04 -0000
@@ -1,3 +1,5 @@
+; $Id$
+
 name = "Aggregator module tests"
 description = "Support module for aggregator related testing."
 package = Testing
Index: modules/aggregator/aggregator_test.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/aggregator/aggregator_test.module,v
retrieving revision 1.1
diff -u -r1.1 aggregator_test.module
--- modules/aggregator/aggregator_test.module	1 Mar 2009 07:21:02 -0000	1.1
+++ modules/aggregator/aggregator_test.module	15 Mar 2009 07:14:04 -0000
@@ -10,6 +10,7 @@
     'description' => "A cached test feed with a static last modified date.",
     'page callback' => 'aggregator_test_feed',
     'access arguments' => array('access content'),
+    'type' => MENU_CALLBACK,
   );
   return $items;
 }
