congress/src/policy/tests
Tim Hinrichs c3066ebf44 Fixed bug where ordering of rules and data mattered
When rule inserted after data and that rule had self-join,
failed to get right result.

This fix first computes self-joins and then ensures to evaluate
all the resulting rules before computing delta rules and inserting them.

Added test to catch this case in the future.

All tests pass

Issue: #
Change-Id: Ie09dbc82c42069e0f4925d2919ba40e88b2d1a92
2013-10-22 13:15:18 -07:00
..
__init__.py Add example unittest 2013-08-13 12:56:47 -07:00
test_compiler.py Add test wrapper to work around PYTHONPATH 2013-08-13 14:15:23 -07:00
test_runtime.py Fixed bug where ordering of rules and data mattered 2013-10-22 13:15:18 -07:00