diff options
| author | Charles E. Rolke <chug@apache.org> | 2013-03-07 14:42:10 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2013-03-07 14:42:10 +0000 |
| commit | 705a978d9a0e3fed05d86f07008c290ec3d8d92e (patch) | |
| tree | 47ff91a09599ca7e3238da45745e2ff15ac8ad42 /cpp/src/tests/Selector.cpp | |
| parent | 34d52b1acd8abf1167f435ce4ebfbda6f25f1e22 (diff) | |
| download | qpid-python-705a978d9a0e3fed05d86f07008c290ec3d8d92e.tar.gz | |
QPID-4558: Selectors for C++ broker - fixes windows builds and 32-bit builds
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1453898 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Selector.cpp')
| -rw-r--r-- | cpp/src/tests/Selector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/Selector.cpp b/cpp/src/tests/Selector.cpp index 1c15abf509..ba99c9e3f0 100644 --- a/cpp/src/tests/Selector.cpp +++ b/cpp/src/tests/Selector.cpp @@ -273,7 +273,7 @@ QPID_AUTO_TEST_CASE(numericEval) { TestSelectorEnv env; env.set("A", 42.0); - env.set("B", 39l); + env.set("B", 39); BOOST_CHECK(qb::Selector("A>B").eval(env)); BOOST_CHECK(qb::Selector("A=42").eval(env)); |
