Skip to content
Snippets Groups Projects
Commit 3bc1ad13 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: test for back references

parent a5dbdc89
No related branches found
No related tags found
2 merge requests!134Release 0.13.3,!133F string id references
Pipeline #48754 passed
......@@ -108,7 +108,7 @@ QUnit.test("back references", function(assert) {
var link = xslt(xml, xsl).firstChild;
assert.equal(link.tagName, "A", "is a link");
assert.equal(link.getAttribute("href"), "/entitypath/?P=0L10&query=FIND+Entity+which+references+265", "query correct.");
assert.equal(link.getAttribute("href"), "/entitypath/?P=0L10&query=FIND+Entity+which+references+%22265%22", "query correct.");
});
QUnit.test("Entities have a caosdb-annotation-section", function(assert) {
......
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