mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
UT: Fix payment test.
This commit is contained in:
@@ -692,7 +692,7 @@ Json::Value PathState::getJson() const
|
||||
jvPathState["out_pass"] = saOutPass.getJson(0);
|
||||
|
||||
if (uQuality)
|
||||
jvPathState["uQuality"] = Json::Value::UInt(uQuality);
|
||||
jvPathState["uQuality"] = boost::str(boost::format("%d") % uQuality);
|
||||
|
||||
return jvPathState;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user