Commit f599879
Matthew Sackman
Added one further test: The bindings are arranged in a different order. As a result, we get to A first directly from C, thus the lookup for A will work, and A isn't deleted. Then we later come back to A from C via B, thus the lookup for A still works, and then A is deleted. Hence we hit the bottom case of rabbit_binding:anything_but/3
1 parent c1d230d commit f599879
File tree
1 file changed
+13
-0
lines changed- test/src/com/rabbitmq/client/test/functional
1 file changed
+13
-0
lines changedLines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
116 | 129 | | |
117 | 130 | | |
0 commit comments