1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +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-11-11 21:13:18 +00:00
2012-04-25 17:17:49 +00:00
2014-10-22 17:37:16 +00:00
2012-10-23 10:50:09 +00:00
2014-10-22 17:37:16 +00:00
2012-04-25 17:17:49 +00:00
2012-04-25 17:17:49 +00:00
2011-11-19 16:10:28 +00:00

= Redmine

Redmine is a flexible project management web application written using Ruby on Rails framework.

More details can be found in the doc directory or on the official website http://www.redmine.org
Description
No description provided
Readme 93 MiB
Languages
Ruby 78.7%
HTML 15.1%
JavaScript 3.7%
CSS 2.1%
Perl 0.3%
Other 0.1%