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.
Actions