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-11-06 20:45:13 +00:00
2014-10-22 17:37:16 +00:00
2014-11-05 16:27:47 +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
2014-10-31 04:01:59 +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
Mirror of redmine code source - Official Subversion repository is at https://svn.redmine.org/redmine - contact: @vividtone or maeda (at) farend (dot) jp
Readme 260 MiB
Languages
Ruby 78.2%
HTML 15.5%
JavaScript 3.7%
CSS 2.2%
Perl 0.3%
Other 0.1%