diff options
Diffstat (limited to 'cpp/bindings/qmf/tests/python_agent.py')
-rw-r--r-- | cpp/bindings/qmf/tests/python_agent.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/bindings/qmf/tests/python_agent.py b/cpp/bindings/qmf/tests/python_agent.py index c80f54c9fc..0f5ffe5b8a 100644 --- a/cpp/bindings/qmf/tests/python_agent.py +++ b/cpp/bindings/qmf/tests/python_agent.py @@ -120,7 +120,6 @@ class App(qmf.AgentHandler): ## form of property access assert self._parent["uint8val"] == 0xc7 assert self._parent.uint64val == 0x9494949449494949 - assert self._parent.queryCount >= 0 # note the alternative argument access syntax: elif args.test == "small": |