Copy of TaxonomyTermTestCase (EntityCacheTaxonomyTermUnitTest) [Entity cache]
Should be
Copy of TaxonomyTermUnitTest (EntityCacheTaxonomyTermUnitTest) [Entity cache]

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Palashvijay4O’s picture

Status: Active » Needs review
FileSize
678 bytes

Patch .

Status: Needs review » Needs work

The last submitted patch, 1: 2378323-1.patch, failed testing.

Palashvijay4O’s picture

Status: Needs work » Needs review
FileSize
646 bytes

Wrong one .

Status: Needs review » Needs work

The last submitted patch, 3: 2378323-2.patch, failed testing.

Palashvijay4O’s picture

Status: Needs work » Needs review
FileSize
598 bytes

Just a test patch .

Status: Needs review » Needs work

The last submitted patch, 5: 2378323-3.patch, failed testing.

Palashvijay4O’s picture

Status: Needs work » Needs review
FileSize
537 bytes

Was Working on the wrong code .

dawehner’s picture

+++ b/entitycache.test
+++ b/entitycache.test
@@ -1232,8 +1232,8 @@ class EntityCacheTaxonomyTermUnitTest extends TaxonomyTermTestCase {

Oh that line should be probably adapted as well ... we extend the same test class twice.

Palashvijay4O’s picture

@dawehner I am not clear why that should be added twice ...

dawehner’s picture

I would argue we need something like

EntityCacheTaxonomyTermUnitTest extends TaxonomyTermUnitTest {
Palashvijay4O’s picture

Assigned: Unassigned » Palashvijay4O

I found no class with name **TaxonomyTermUnitTest** if i am correct.

DamienMcKenna’s picture

FileSize
776 bytes

Another way of looking at it... there is no TaxonomyTermUnitTest so there's no need to do a "copy of TaxonomyTermUnitTest", that leaves us with two copies of TaxonomyTermTestCase so lets get rid of EntityCacheTaxonomyTermUnitTest.