You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If earlier Find operations fail for wanted root node there comes following kind of exception when using that as root node for Find and Find All kws:
java.lang.RuntimeException: java.lang.IllegalArgumentException: java.lang.ClassCastException@110f4f0e
It should fail with proper error message that not valid root argument.
There should be acceptance test in our test set for this.
The text was updated successfully, but these errors were encountered:
If earlier Find operations fail for wanted root node there comes following kind of exception when using that as root node for Find and Find All kws:
java.lang.RuntimeException: java.lang.IllegalArgumentException: java.lang.ClassCastException@110f4f0e
It should fail with proper error message that not valid root argument.
There should be acceptance test in our test set for this.
The text was updated successfully, but these errors were encountered: