Skip to content
Snippets Groups Projects
Commit 8d36855d authored by felmer's avatar felmer
Browse files

SSDM-2718: add/modify classes to be ignored for JS versus Java report in js-test

SVN: 35614
parent ba1c90a5
No related branches found
No related tags found
No related merge requests found
...@@ -14,8 +14,9 @@ define([ 'jquery', 'underscore', 'openbis', 'test/common' ], function($, _, open ...@@ -14,8 +14,9 @@ define([ 'jquery', 'underscore', 'openbis', 'test/common' ], function($, _, open
}; };
var ignoreMessages = { var ignoreMessages = {
"IServiceExecutor" : "Java class ignored: ", "ICustomASServiceExecutor" : "Java class ignored: ",
"ServiceContext" : "Java class ignored: ", "ServiceContext" : "Java class ignored: ",
"CustomASServiceContext" : "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