Skip to content
Snippets Groups Projects
Commit 779d4ac2 authored by felmer's avatar felmer
Browse files

SSDM-2718: classes added to be ignored in jsVSjava test

SVN: 35364
parent 9a3ff26a
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,8 @@ define([ 'jquery', 'underscore', 'openbis', 'test/common' ], function($, _, open ...@@ -14,6 +14,8 @@ define([ 'jquery', 'underscore', 'openbis', 'test/common' ], function($, _, open
}; };
var ignoreMessages = { var ignoreMessages = {
"IServiceExecutor" : "Java class ignored: ",
"ServiceContext" : "Java class ignored: ",
"AbstractCollectionView" : "Java class ignored: ", "AbstractCollectionView" : "Java class ignored: ",
"ListView" : "Java class ignored: ", "ListView" : "Java class ignored: ",
"SetView" : "Java class ignored: ", "SetView" : "Java class ignored: ",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment