diff options
author | Pavel Zuna <pzuna@redhat.com> | 2010-01-13 17:38:35 +0100 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2010-01-13 13:39:50 -0500 |
commit | 0023ffb88181f86f2c155c16265c09bd56345237 (patch) | |
tree | 20a1f36721605981ee5aa92769204882c1161698 /Makefile | |
parent | e1c1f077c0ca95f138eee768313e75dba1c6c5db (diff) | |
download | freeipa-0023ffb88181f86f2c155c16265c09bd56345237.tar.gz freeipa-0023ffb88181f86f2c155c16265c09bd56345237.tar.xz freeipa-0023ffb88181f86f2c155c16265c09bd56345237.zip |
Fix backend.Executioner unit test.
Before the patch that allows to create unshared instances of Connectible
objects, all Connection object were deleted at once in destroy_context().
It made sense at the time, because there was always at most one Connection
per Connectible subclass and Connectible.disconnect() was called only
internally by the Executioner class. Now that we can make arbitrary
connections, it makes more sense to delete the Connection object when
Connectible.disconnect() is called.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions