mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-18 00:15:27 +01:00
fixed resolution fo Int64
This commit is contained in:
parent
f4121bcb92
commit
4a5cb5031b
@ -230,7 +230,7 @@ void JSONTest::testNumber64Property()
|
||||
Object::Ptr object = result.extract<Object::Ptr>();
|
||||
Var test = object->get("test");
|
||||
assert(test.isInteger());
|
||||
Int64 value = test;
|
||||
Poco::Int64 value = test;
|
||||
assert(value == 5000000000000000);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user