Needs work
Project:
Universally Unique IDentifier
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
7 Sep 2012 at 14:00 UTC
Updated:
15 Nov 2013 at 18:41 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
lucascaro commentedAttached is a patch that does what I mentioned. Note that the tests are still failing (in particular the tests on UUIDSyncTestCase) but that deserves a different issue IMHO.
Comment #2
lucascaro commentedComment #3
lucascaro commentedComment #4
mgiffordPatch still applies nicely to the git repo. This seems like a nice simply improvement to the testing infrastructure, but not sure what's the best way to test this to mark it RTBC. Is it simply running this module's simpletests?
Comment #5
lambic commentedAfter applying the patch I still get 2 failures in UUIDImportEntitiesWithoutDeploy:
Fail Other uuid.test 635 UUIDImportEntitiesTestCase->testImp
uuid_entities in uuid_default_entities_example had state: default
Fail Other uuid.test 659 UUIDImportEntitiesTestCase->testImp
uuid_entities in uuid_default_entities_example had state: default
But this patch fixes the more fatal failures.