summaryrefslogtreecommitdiffstats
path: root/tests/py/any
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2020-10-11 20:23:23 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2020-10-12 02:16:19 +0200
commitc06f4bff1f45c96185de81f1a29c9c5903623def (patch)
treecc9fc702d5973f4e894f1f0a16735c8dfc7d179f /tests/py/any
parentaead21ce8d766d8458b699b292bf6601bd0963f2 (diff)
tests: py: correct order of set elements in test JSON output.
Fixes: 741a06ac15d2 ("mergesort: find base value expression type via recursion") Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/py/any')
-rw-r--r--tests/py/any/ct.t.json.output20
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/py/any/ct.t.json.output b/tests/py/any/ct.t.json.output
index aced3817..70ade7e3 100644
--- a/tests/py/any/ct.t.json.output
+++ b/tests/py/any/ct.t.json.output
@@ -527,14 +527,14 @@
"set": [
{
"concat": [
- "established",
- 309876276
+ "new",
+ 305419896
]
},
{
"concat": [
- "new",
- 305419896
+ "established",
+ 309876276
]
},
{
@@ -611,23 +611,23 @@
[
{
"concat": [
- "established",
- 2271560481
+ "new",
+ 305419896
]
},
{
- "accept": null
+ "drop": null
}
],
[
{
"concat": [
- "new",
- 305419896
+ "established",
+ 2271560481
]
},
{
- "drop": null
+ "accept": null
}
]
]