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

@ -9,8 +9,8 @@ describe('view', function () {
this.storeKey = '_h5ai';
this.xConfig = {
setup: {
PUBLIC_HREF: util.uniqPath('-PUBLIC/'),
ROOT_HREF: util.uniqPath('-ROOT/')
PUBLIC_HREF: uniq.path('-PUBLIC/'),
ROOT_HREF: uniq.path('-ROOT/')
}
};
});