I just ran a smoketest and it failed because of math110.

Gold:

<?xml version="1.0" encoding="UTF-8"?>
<out>1.75|1.75|true|
1.75|true|
0.00040|0.00040|true|
0.00040|true|
</out>

My output:

<?xml version="1.0" encoding="UTF-8"?>
<out>1.75|1.75|true|
1.75|true|
0.0004|0.0004|true|
0.0004|true|
</out>

You'll notice the trailing zeros in the gold that are not in my output.
Anyone know what's up with this?

-scott

Reply via email to