tracks/test
Don Cruse 8ed20b35f2 Fixing bug #1442
This bug was caused when the chart encountered data outside of its
visible range (i.e., the upper bound of the array size). A test was
added that inserts some data from 2 years and 16 months in the past.
The test failed on the old version, throwing exactly the error in bug
report #1442.

The fix is to check whether or not the value is within the array range
before sending the "+=" operator. With this change, the test passes.
2013-07-28 19:00:51 -05:00
..
controllers Fixing bug #1442 2013-07-28 19:00:51 -05:00
fixtures add state machine to context including a closed state 2013-03-01 16:22:29 +01:00
integration move to strong_parameters of rails4. 2013-05-27 12:44:31 +02:00
models Move calendar test down to unit tests 2013-07-19 17:27:38 -05:00
minimal_test_helper.rb add the mocha stubbing and mocking library 2013-03-03 13:56:18 -06:00
test_helper.rb remove using minimal_test_helper from test_helper. 2013-05-13 12:10:41 +02:00