GNOME Bugzilla – Bug 588748
[adder] Check dataflow consistency in unit tests
Last modified: 2009-07-20 09:32:03 UTC
Make sure the dataflow coming out of adder is consistent.
Created attachment 138510 [details] [review] tests/adder: Add stream consistency checking
Bug #588744 that supplies the consistency checker isn't marked as a blocker. Did you want to try and get that one in too, or leave both pieces out?
yes, I intended to have both as blockers :( Now marked the other as blocker. I initially thought it wouldn't be this urgent, but realized while posting this bug that if we don't get the consistency checker in for the upcoming release it would be delayed for all other modules (which is where that consistency checker should be used).
Ok for committing ?
now that the core patch is in, yep
commit 9819a3519d797d7ff26932f9bf4dad4803d37038 Author: Edward Hervey <bilboed@bilboed.com> Date: Sun Jul 12 10:08:12 2009 +0200 tests/adder: Add stream consistency checking. Fixes #588748