[Rt-commit] r9917 - rt/branches/3.7-RTIR-RELENG/lib/RT
ruz at bestpractical.com
ruz at bestpractical.com
Wed Dec 12 12:36:27 EST 2007
Author: ruz
Date: Wed Dec 12 12:36:27 2007
New Revision: 9917
Modified:
rt/branches/3.7-RTIR-RELENG/lib/RT/Attributes_Overlay.pm
Log:
* fix a test failure, add comment about a bug in DBIx::SB
Modified: rt/branches/3.7-RTIR-RELENG/lib/RT/Attributes_Overlay.pm
==============================================================================
--- rt/branches/3.7-RTIR-RELENG/lib/RT/Attributes_Overlay.pm (original)
+++ rt/branches/3.7-RTIR-RELENG/lib/RT/Attributes_Overlay.pm Wed Dec 12 12:36:27 2007
@@ -173,6 +173,9 @@
}
return (0, "No entry found") unless $found;
$self->RedoSearch;
+ # XXX: above string must work but because of bug in DBIx::SB it doesn't,
+ # to reproduce delete string below and run t/api/attribute-tests.t
+ $self->_DoSearch;
return (1, $self->loc('Attribute Deleted'));
}
More information about the Rt-commit
mailing list