aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authordjudjuu <julfaber@gmail.com>2017-06-05 21:36:06 +0800
committerdjudjuu <julfaber@gmail.com>2017-06-06 19:26:23 +0800
commit62eafdd0103a05d46295fc9b83039adb038683e8 (patch)
tree305bf30c07461dbd7be892fc912e36d2bb41a848 /test
parent597bf8a43d9462eaba8dca63bb8b765bf6b122a7 (diff)
downloaddexon-solidity-62eafdd0103a05d46295fc9b83039adb038683e8.tar
dexon-solidity-62eafdd0103a05d46295fc9b83039adb038683e8.tar.gz
dexon-solidity-62eafdd0103a05d46295fc9b83039adb038683e8.tar.bz2
dexon-solidity-62eafdd0103a05d46295fc9b83039adb038683e8.tar.lz
dexon-solidity-62eafdd0103a05d46295fc9b83039adb038683e8.tar.xz
dexon-solidity-62eafdd0103a05d46295fc9b83039adb038683e8.tar.zst
dexon-solidity-62eafdd0103a05d46295fc9b83039adb038683e8.zip
adjusted testcase and renaming
Diffstat (limited to 'test')
-rw-r--r--test/libsolidity/ASTJSON.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libsolidity/ASTJSON.cpp b/test/libsolidity/ASTJSON.cpp
index 8a790347..df7fac51 100644
--- a/test/libsolidity/ASTJSON.cpp
+++ b/test/libsolidity/ASTJSON.cpp
@@ -192,7 +192,7 @@ BOOST_AUTO_TEST_CASE(non_utf8)
Json::Value literal = astJson["children"][0]["children"][0]["children"][2]["children"][0]["children"][1];
BOOST_CHECK_EQUAL(literal["name"], "Literal");
BOOST_CHECK_EQUAL(literal["attributes"]["hexvalue"], "ff");
- BOOST_CHECK_EQUAL(literal["attributes"]["token"], Json::nullValue);
+ BOOST_CHECK_EQUAL(literal["attributes"]["token"], "string");
BOOST_CHECK_EQUAL(literal["attributes"]["value"], Json::nullValue);
BOOST_CHECK(literal["attributes"]["type"].asString().find("invalid") != string::npos);
}