obsolete.ChilliProject/test/unit
Felix Schäfer d7b963e6a6 Load the SQLite3 lib for the test to work. #112 2011-05-20 16:10:01 +02:00
..
helpers Merge branch 'unstable' into ticket/unstable/123-journalized 2011-05-13 10:35:23 -07:00
lib Load the SQLite3 lib for the test to work. #112 2011-05-20 16:10:01 +02:00
activity_test.rb Merge the master-journalized branch from https://github.com/finnlabs/redmine/ 2011-04-14 16:28:10 +02:00
attachment_test.rb Safer assertion. 2010-12-31 15:24:42 +00:00
auth_source_ldap_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
board_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
changeset_test.rb scm: code clean up unit model changeset test. 2011-04-16 15:43:07 -07:00
comment_test.rb Adds email notifications support for news comments (#2074). 2011-04-16 15:26:39 -07:00
custom_field_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
custom_field_user_format_test.rb Fixes #possible_values_options when given an object with nil project. 2011-04-16 16:11:53 -07:00
custom_value_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
default_data_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
document_category_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
document_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
enabled_module_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
enumeration_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
group_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
issue_category_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
issue_nested_set_test.rb [#123] Fix hardcoded test value with a dynamic one 2011-05-13 11:53:25 -07:00
issue_priority_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
issue_relation_test.rb Adds a test for issue circular dependency validation. 2011-01-15 14:03:39 +00:00
issue_status_test.rb Allow additional workflow transitions for issue author and assignee (#2732). 2011-04-16 14:43:45 -07:00
issue_test.rb [#408] Removed old JournalDetail test 2011-05-13 12:51:44 -07:00
journal_observer_test.rb Merge the master-journalized branch from https://github.com/finnlabs/redmine/ 2011-04-14 16:28:10 +02:00
journal_test.rb [#123] Fix Journal notification test 2011-05-13 11:33:51 -07:00
mail_handler_test.rb Merge acts_as_journalized to unstable. #123 2011-04-23 21:25:52 +02:00
mailer_test.rb Merge acts_as_journalized to unstable. #123 2011-04-23 21:25:52 +02:00
member_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
message_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
news_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
principal_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
project_nested_set_test.rb Additional unit tests for project tree. 2011-01-06 21:17:08 +00:00
project_test.rb Merge acts_as_journalized to unstable. #123 2011-04-23 21:25:52 +02:00
query_test.rb [#250] Add tests for empty sets of users in queries 2011-03-02 11:12:57 +01:00
repository_bazaar_test.rb scm: bazaar: add changesets order test in unit model test. 2011-04-16 15:38:58 -07:00
repository_cvs_test.rb scm: cvs: fix missing author, revision and comment in tree view (#4270). 2011-04-16 15:38:55 -07:00
repository_darcs_test.rb scm: add feature of per project repository log encoding setting (#1735). 2011-04-16 15:21:10 -07:00
repository_filesystem_test.rb scm: filesystem: update test repository for non ascii text files displaying (#6256). 2011-04-16 16:11:44 -07:00
repository_git_test.rb Merge acts_as_journalized to unstable. #123 2011-04-23 21:25:52 +02:00
repository_mercurial_test.rb Merge acts_as_journalized to unstable. #123 2011-04-23 21:25:52 +02:00
repository_subversion_test.rb Merge acts_as_journalized to unstable. #123 2011-04-23 21:25:52 +02:00
repository_test.rb Merge acts_as_journalized to unstable. #123 2011-04-23 21:25:52 +02:00
role_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
search_test.rb Merge the master-journalized branch from https://github.com/finnlabs/redmine/ 2011-04-14 16:28:10 +02:00
setting_test.rb [#129] Replace public strings using Redmine with ChiliProject 2011-02-19 20:38:50 -08:00
testing_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
time_entry_activity_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
time_entry_test.rb Adds a test for TimeEntry#spent_on= with invalid string. 2011-01-14 18:45:28 +00:00
token_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
tracker_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
user_preference_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
user_test.rb Changed the way the visibility SQL statement is built. 2011-04-16 15:38:58 -07:00
version_test.rb [#279] Add an optional Start Date to Versions 2011-03-13 19:14:08 -07:00
watcher_test.rb Fixed: Email notifications are sent to watchers even if 'No events' setting is chosen (#7763). 2011-04-16 15:26:39 -07:00
wiki_content_test.rb Merge the master-journalized branch from https://github.com/finnlabs/redmine/ 2011-04-14 16:28:10 +02:00
wiki_page_test.rb Merge acts_as_journalized to unstable. #123 2011-04-23 21:25:52 +02:00
wiki_redirect_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
wiki_test.rb Merge acts_as_journalized to unstable. #123 2011-04-23 21:25:52 +02:00