[Mobile[ Tests

Added jasmine test for

QUerySerivce and adjusted
the InfoGestureSpec to
account for use of
QueryService.
This commit is contained in:
Shivam Dave
2015-07-23 09:28:36 -07:00
parent 1f7ba70ad7
commit b3bc8b6876
5 changed files with 75 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ define(
it("get url for a new tab using domainObject and mode", function () {
urlService.urlForNewTab(mockMode, mockDomainObject);
});
});
});
}
);