Commit 6292147
committed
JythonTest: decode variables before checking them
I could have sworn that I tested this, but apparently not.
It turns out that return values are not decoded by default.
So for the time being, let's just do it in the test here.
(Ultimately, we probably want to decode them automatically.)
Values extracted directly from the bindings are also not decoded,
so let's decode those manually as well.
(That should probably also be automatic, though I'm not sure.)1 parent a2a5716 commit 6292147
File tree
1 file changed
+3
-3
lines changed- src/test/java/org/scijava/plugins/scripting/jython
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
| 81 | + | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments