Skip to content
Snippets Groups Projects
Commit 8beb907a authored by Piotr Gawron's avatar Piotr Gawron
Browse files

this test was failing due to change for #827

parent f680679a
No related branches found
No related tags found
2 merge requests!836Resolve "Implement Spring Security",!613WIP: New Minerva Security Layer
......@@ -162,7 +162,7 @@ describe('ServerConnector', function () {
assert.equal(result.length, 1);
var layoutAlias = result[0];
assert.ok(layoutAlias instanceof LayoutAlias);
assert.equal(-7602176, layoutAlias.getColor().rgb);
assert.equal(-65536, layoutAlias.getColor().rgb);
assert.equal(15781, layoutAlias.getModelId());
assert.equal(329163, layoutAlias.getId());
});
......@@ -258,7 +258,9 @@ describe('ServerConnector', function () {
it('getModelDownloadUrl', function () {
return ServerConnector.getModelDownloadUrl({
backgroundOverlayId: "cv14081"
backgroundOverlayId: 14081,
modelId: 1,
handlerClass: "lcsb.mapviewer.converter.model.celldesigner.CellDesignerXmlParser"
}).then(function (url) {
assert.ok(url);
});
......
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