Price changes for 1.4

This commit is contained in:
Colin McLeod
2015-10-07 20:13:21 -07:00
parent 50047411c3
commit 059ff367ff
52 changed files with 651 additions and 2635 deletions

View File

@@ -41,7 +41,7 @@ describe("Outfit Controller", function() {
expect(scope.retrofitTotal).toEqual(1173200);
expect(scope.retrofitList.length).toEqual(3);
scope.select('i', scope.ship.internal[3], eventStub, "11"); // Use 6A Auto field maintenance unit
expect(scope.retrofitTotal).toEqual(16478701);
expect(scope.retrofitTotal).toEqual(16478700);
expect(scope.retrofitList.length).toEqual(4);
});