commit | 807f2edb96a781c59fd5011939f6f9c0e502de90 | [log] [tgz] |
---|---|---|
author | Ricardo Garcia <rago@google.com> | Tue Dec 02 16:35:37 2014 -0800 |
committer | Ricardo Garcia <rago@google.com> | Thu Dec 04 23:03:05 2014 +0000 |
tree | c550e172c0ae554874cc1e3bbe4e07977e3efd55 | |
parent | 26df09a1fce44bc53e477251d0ae839c0421d7b3 [diff] |
Fix for LoudnessEnhancer test. Assert failing in float value. The test was comparing (int)0 with a float, and the resulting 0.0 was failing the test. Replaced ints with floats in 2 tests. bug: 18595319 Change-Id: I626afac691a5d93dbf52cd0e1c9c894a1c5f2908