[Rt-commit] r10098 - in rt/branches/3.7-EXPERIMENTAL: .
ruz at bestpractical.com
ruz at bestpractical.com
Mon Dec 24 18:51:19 EST 2007
Author: ruz
Date: Mon Dec 24 18:51:17 2007
New Revision: 10098
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/lib/RT/Attributes_Overlay.pm
Log:
r9918 at cubic-pc (orig r9917): ruz | 2007-12-12 20:36:27 +0300
* fix a test failure, add comment about a bug in DBIx::SB
Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Attributes_Overlay.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Attributes_Overlay.pm (original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Attributes_Overlay.pm Mon Dec 24 18:51:17 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