projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
890e2a3
)
really add failing test
author
Dan Vanderkam
<dan@dygraphs.com>
Fri, 20 Jul 2012 18:43:57 +0000
(14:43 -0400)
committer
Dan Vanderkam
<dan@dygraphs.com>
Fri, 20 Jul 2012 18:43:57 +0000
(14:43 -0400)
auto_tests/tests/stacked.js
patch
|
blob
|
blame
|
history
diff --git
a/auto_tests/tests/stacked.js
b/auto_tests/tests/stacked.js
index
a269cab
..
d2ecb19
100644
(file)
--- a/
auto_tests/tests/stacked.js
+++ b/
auto_tests/tests/stacked.js
@@
-60,4
+60,3
@@
stackedTestCase.prototype.testCorrectColors = function() {
assertEquals([0, 255, 0, 38], getPixel(imageData, 200, 150));
assertEquals([255, 255, 255, 255], getPixel(imageData, 200, 50));
};
-