these tests are not a joke.

This commit is contained in:
Will Charczuk 2016-07-14 21:16:49 -07:00
parent 15f5355013
commit 21b4dfddc9

View File

@ -53,7 +53,7 @@ func TestAnnotationSeriesMeasure(t *testing.T) {
box := as.Measure(r, cb, xrange, yrange, sd)
assert.False(box.IsZero())
assert.Equal(-3.0, box.Top)
assert.Equal(-5.0, box.Top)
assert.Equal(5.0, box.Left)
assert.Equal(147.0, box.Right) //the top,left annotation sticks up 5px and out ~44px.
assert.Equal(115.0, box.Bottom)