Actions
Bug #6352
closedTransformer.standardize returns 'false' on (AND (EQ a 00) (NOT(EQ a b 00)))
Start date:
10/15/2015
Due date:
% Done:
100%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
0.4.11
Description
The Transformer.standardize
method works incorrectly: on (AND (EQ a 00) (NOT (EQ a b 00))) constraint (where a and b are BIT_VECTOR(2)) it returns 'false'.
Use the equalNotEqual
test at Transformer jUnit testcase to check that this bug is fixed.
Updated by Artem Kotsynyak about 9 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
r1124
Updated by Sergey Smolov about 9 years ago
- Status changed from Resolved to Verified
Updated by Andrei Tatarnikov about 9 years ago
- Status changed from Verified to Closed
- Published in build set to 0.4.11
Actions