Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix skip logic if test is skipped both on server and for some databases
If the Skip annotation is added to a test method with both server=true and for a particular database, the test should only run if neither applies. Fixes the patch for bug 401069, which caused an error on the (actually skipped) MySQL platform. Signed-off-by: Sabine Heider <sabine.heider@sap.com>
- Loading branch information
1 parent
b720c1e
commit 28123de
Showing
2 changed files
with
9 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters