tracks/test/controllers
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
..
.gitkeep move tests to new directory 2013-05-11 23:13:16 +02:00
calendar_controller_test.rb Move calendar test down to unit tests 2013-07-19 17:27:38 -05:00
context_actions_data_test.rb move tests to new directory 2013-05-11 23:13:16 +02:00
contexts_controller_test.rb move tests to new directory 2013-05-11 23:13:16 +02:00
data_controller_test.rb fix failing tests 2013-05-13 15:35:21 +02:00
feedlist_controller_test.rb move tests to new directory 2013-05-11 23:13:16 +02:00
integrations_controller_test.rb move tests to new directory 2013-05-11 23:13:16 +02:00
login_controller_test.rb move tests to new directory 2013-05-11 23:13:16 +02:00
message_gateway_test.rb move tests to new directory 2013-05-11 23:13:16 +02:00
notes_controller_test.rb move to strong_parameters of rails4. 2013-05-27 12:44:31 +02:00
preferences_controller_test.rb move tests to new directory 2013-05-11 23:13:16 +02:00
projects_controller_test.rb empty non-saved project caused rss builder to fail 2013-05-13 12:50:10 +02:00
recurring_todos_controller_test.rb fix failing tests 2013-06-17 10:06:38 +02:00
search_controller_test.rb move tests to new directory 2013-05-11 23:13:16 +02:00
stats_controller_test.rb Fixing bug #1442 2013-07-28 19:00:51 -05:00
todos_controller_test.rb Merge branch 'master' into rails4 2013-06-17 09:25:02 +02:00
users_controller_test.rb fix failing tests 2013-05-13 15:35:21 +02:00