Skip to content

Commit

Permalink
Merge pull request #2371 from billdawson/timob-9468
Browse files Browse the repository at this point in the history
TIMOB-9468 Update the 2dmatrix test to account for the fact that scale a...
  • Loading branch information
ayeung committed Jun 12, 2012
2 parents 1da351a + d04d834 commit 40ba370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drillbit/tests/ui.2dmatrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe("Ti.UI.2DMatrix tests", {
var values = matrix3.finalValuesAfterInterpolation(50,100);
valueOf(values[0]).shouldBe(0.0);
valueOf(values[1]).shouldBe(-2.0);
valueOf(values[2]).shouldBe(150.0);
valueOf(values[2]).shouldBe(125.0);
valueOf(values[3]).shouldBe(1.0);
valueOf(values[4]).shouldBe(0.0);
valueOf(values[5]).shouldBe(25.0);
Expand Down Expand Up @@ -63,4 +63,4 @@ describe("Ti.UI.2DMatrix tests", {
}
});



0 comments on commit 40ba370

Please sign in to comment.