From 22ac2df4d9d3eaa982cb1dadc3a12e4460202be4 Mon Sep 17 00:00:00 2001 From: webchick Date: Thu, 11 Oct 2012 23:37:47 -0700 Subject: [PATCH] Issue #1810686 by Rob Loach: Remove the remaining files[] entries . --- core/modules/field/tests/modules/field_test/field_test.info | 1 - core/modules/file/tests/file_test/file_test.info | 1 - core/modules/system/system.info | 3 --- 3 files changed, 5 deletions(-) diff --git a/core/modules/field/tests/modules/field_test/field_test.info b/core/modules/field/tests/modules/field_test/field_test.info index 5fc9b27d862..44d52333e38 100644 --- a/core/modules/field/tests/modules/field_test/field_test.info +++ b/core/modules/field/tests/modules/field_test/field_test.info @@ -2,6 +2,5 @@ name = "Field API Test" description = "Support module for the Field API tests." core = 8.x package = Testing -files[] = field_test.entity.inc version = VERSION hidden = TRUE diff --git a/core/modules/file/tests/file_test/file_test.info b/core/modules/file/tests/file_test/file_test.info index b71f2a028a9..3806eb948af 100644 --- a/core/modules/file/tests/file_test/file_test.info +++ b/core/modules/file/tests/file_test/file_test.info @@ -3,5 +3,4 @@ description = "Support module for file handling tests." package = Testing version = VERSION core = 8.x -files[] = file_test.module hidden = TRUE diff --git a/core/modules/system/system.info b/core/modules/system/system.info index 6b686d7b8a3..195ca0771c0 100644 --- a/core/modules/system/system.info +++ b/core/modules/system/system.info @@ -5,6 +5,3 @@ version = VERSION core = 8.x required = TRUE configure = admin/config/system - -; Tests in tests directory. -files[] = tests/registry.test