From 4c24974c246b1ffedc30845d4fdab374b771c01c Mon Sep 17 00:00:00 2001
From: webchick <webchick@24967.no-reply.drupal.org>
Date: Sat, 28 Apr 2012 13:24:13 -0700
Subject: [PATCH] Issue #1490150 follow-up by xjm: Text fixes.

---
 core/modules/entity/tests/entity_query.test | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/modules/entity/tests/entity_query.test b/core/modules/entity/tests/entity_query.test
index 625e61d15f48..c7ac57501bc7 100644
--- a/core/modules/entity/tests/entity_query.test
+++ b/core/modules/entity/tests/entity_query.test
@@ -1324,7 +1324,7 @@ class EntityFieldQueryTestCase extends DrupalWebTestCase {
   }
 
   /**
-   * Tests the disabling the pager in EntityFieldQuery.
+   * Tests disabling the pager in EntityFieldQuery.
    */
   function testEntityFieldQueryDisablePager() {
     // Test enabling a pager and then disabling it.
@@ -1341,7 +1341,7 @@ class EntityFieldQueryTestCase extends DrupalWebTestCase {
       array('test_entity_bundle_key', 4),
       array('test_entity_bundle_key', 5),
       array('test_entity_bundle_key', 6),
-    ), t('Test disabling pager in propertyQuery.'), TRUE);
+    ), 'All test entities are listed when the pager is enabled and then disabled.', TRUE);
   }
 
   /**
-- 
GitLab