Changes between Initial Version and Version 1 of Ticket #17758, comment 6


Ignore:
Timestamp:
Feb 26, 2012, 7:54:39 PM (12 years ago)
Author:
Łukasz Rekucki

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17758, comment 6

    initial v1  
    1 Fixed the dependency_order() function: https://github.com/lqc/django/commit/1b87e80abeee1257cc248f8c1c438d4efee39610. I gave up trying to come up with a test case for the ORM bug - it would require generating {{{"U%d"}}} tables aliases sequence which get ordered such that {{{"U0"}}} is returned last, not sure if it's even possible.
     1Fixed the dependency_order() function: https://github.com/lqc/django/commit/1b87e80abeee1257cc248f8c1c438d4efee39610. I gave up trying to come up with a test case for the ORM bug - it would require generating {{{"U%d"}}} tables aliases sequence which get ordered such that {{{"U0"}}} is returned last, not sure if it's even possible with HASHSEED=0. But the issue is quite visible with HASHSEED=42 ;)
    22
    33I'm only missing assertXMLEqual() implementation. The doctests OutputChecker has one called "check_output_xml", but I didn't want to just copy & paste this and at the moment, I don't have enough time to refactor it. Hope this helps :)
Back to Top