Index: modules/aggregator/aggregator.info
===================================================================
RCS file: /cvs/drupal/drupal/modules/aggregator/aggregator.info,v
retrieving revision 1.10
diff -u -r1.10 aggregator.info
--- modules/aggregator/aggregator.info	22 Dec 2008 19:38:31 -0000	1.10
+++ modules/aggregator/aggregator.info	15 Mar 2009 18:55:17 -0000
@@ -1,5 +1,4 @@
 ; $Id: aggregator.info,v 1.10 2008/12/22 19:38:31 dries Exp $
-
 name = Aggregator
 description = "Aggregates syndicated content (RSS, RDF, and Atom feeds)."
 package = Core
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 18:55:17 -0000
@@ -1,3 +1,4 @@
+; $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 18:55:17 -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;
 }
