Files
Redmine/test/unit
Toshi MARUYAMA 3815bb3bdc add missing fixture to test/unit/enabled_module_test.rb
Test fails randomly.

<pre>
  1) Error:
EnabledModuleTest#test_enabling_wiki_should_create_a_wiki:
ActiveRecord::RecordInvalid: Validation failed: trackers is invalid, trackers is invalid, trackers is invalid
    test/unit/enabled_module_test.rb:25:in `test_enabling_wiki_should_create_a_wiki'
</pre>

It can be reproduced on clean db and following change.

<pre>
-  fixtures :projects, :wikis
+  fixtures :projects, :trackers, :wikis
</pre>

git-svn-id: http://svn.redmine.org/redmine/trunk@13571 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-11-08 06:40:38 +00:00
..
2014-10-22 17:37:16 +00:00
2014-01-29 22:45:39 +00:00
2014-03-17 08:23:07 +00:00
2014-01-29 22:45:39 +00:00
2014-01-29 22:45:39 +00:00
2014-11-04 23:43:17 +00:00
2014-10-25 09:35:17 +00:00
2014-10-22 17:37:16 +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-10-22 17:37:16 +00:00
2014-10-22 17:37:16 +00:00