Community
Participate
Working Groups
Build Identifier: The tests from FragmentTest and MultipleIUAndFragmentTest are actually not running. Even if all of them pass, that is only due to the way the tests are written, meaning that they do assertions only when there are IUs in solved plan. But, as there is no IU asked to be solved in the request, there is no iu in the plan so the for loops result in no cycle, so the assertions are not run. Reproducible: Always
Created attachment 163361 [details] Proposed patch The patch fixes the unit tests.
(In reply to comment #1) > Created an attachment (id=163361) [details] > Proposed patch > > The patch fixes the unit tests. Do they actually pass once fixed :-).
(In reply to comment #2) I change them completely . They still test same thing but a bit different.
Fixed in HEAD.