Update tests.

This commit is contained in:
Lars Jung 2015-06-14 15:24:05 +02:00
parent 18a62ca831
commit 787eae7a80
22 changed files with 113 additions and 161 deletions

View file

@ -242,7 +242,7 @@ describe('module \'' + ID + '\'', function () {
var $el = $('<a/>');
var item = {
absHref: util.uniqId(),
absHref: uniq.id(),
isManaged: false,
isFolder: sinon.stub().returns(false)
};
@ -259,7 +259,7 @@ describe('module \'' + ID + '\'', function () {
var $el = $('<a/>');
var item = {
absHref: util.uniqId(),
absHref: uniq.id(),
isManaged: false,
isFolder: sinon.stub().returns(true)
};
@ -276,7 +276,7 @@ describe('module \'' + ID + '\'', function () {
var $el = $('<a/>');
var item = {
absHref: util.uniqId(),
absHref: uniq.id(),
isManaged: true,
isFolder: sinon.stub().returns(true)
};
@ -293,7 +293,7 @@ describe('module \'' + ID + '\'', function () {
var $el = $('<a/>');
var item = {
absHref: util.uniqId(),
absHref: uniq.id(),
isManaged: true,
isFolder: sinon.stub().returns(true)
};