1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 23:11:12 +00:00
Toshi MARUYAMA b66e68dc82 fix ProjectNestedSetTest fails randomly
<pre>
  1) Error:
ProjectNestedSetTest#test_adding_a_root_to_first_position_should_update_nested_set_order:
ActiveRecord::RecordInvalid: Validation failed: trackers is invalid, trackers is invalid, trackers is invalid
    test/unit/project_nested_set_test.rb:27:in `setup'
</pre>

You can reproduce with following change.

<pre>
 class ProjectNestedSetTest < ActiveSupport::TestCase
+  fixtures :trackers
</pre>

git-svn-id: http://svn.redmine.org/redmine/trunk@13730 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-12-07 04:36:47 +00:00
..
2014-01-29 22:45:39 +00:00
2014-12-03 20:21:03 +00:00
2014-11-30 20:44:29 +00:00
2014-03-17 08:23:07 +00:00
2014-11-30 14:31:53 +00:00
2014-01-29 22:45:39 +00:00
2014-01-29 22:45:39 +00:00
2014-12-03 20:21:03 +00:00
2014-11-30 13:41:34 +00:00
2014-10-25 09:35:17 +00:00
2014-01-29 22:45:39 +00:00
2014-01-29 22:45:39 +00:00
2014-01-29 22:45:39 +00:00
2014-12-03 20:21:03 +00:00