[Events] Tweaked tests

Changed some test names to be more descriptive.
Moved the policy test to another folder.
Blanket coverage now works. #18.
This commit is contained in:
Sarah Hale
2015-06-24 12:07:06 -07:00
parent ff8e6f40bb
commit adc4a1b828
5 changed files with 5 additions and 5 deletions

View File

@@ -86,7 +86,7 @@ define(
});
});
it("returns rows in reverse domain order", function () {
it("returns rows in most-recent-last order", function () {
var rows = populator.getRows(mockDatas, mockDomainObjects, 84),
previous = Number.NEGATIVE_INFINITY;