OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/test/unit
Martin Linkhorst a2fe5839a0 REVIEW: we need to extend the current used version of awesome_nested-set. see commit for details 12 years ago
..
helpers DEPRECATION FIX: remove RAILS_ROOT in favor of Rails.root.to_s 12 years ago
lib DEPRECATION FIX: use Rails.application.routes.url_helpers instead of ActionController::UrlWriter 12 years ago
activity_test.rb Set source encoding to UTF-8 13 years ago
attachment_test.rb Set source encoding to UTF-8 13 years ago
board_test.rb Set source encoding to UTF-8 13 years ago
changeset_test.rb DEPRECATION FIX: remove RAILS_ROOT in favor of Rails.root.to_s 12 years ago
comment_test.rb refactor comment class and fixed the tests. give news a clearer api to create a comment for a news object. this couples news to the comment class atm but can easily be extracted into a module or so. 12 years ago
custom_field_test.rb adding custom_field_translations fixtures 12 years ago
custom_field_user_format_test.rb adding custom_field_translations fixtures 12 years ago
custom_value_test.rb adding custom_field_translations fixtures 12 years ago
default_data_test.rb Set source encoding to UTF-8 13 years ago
document_category_test.rb Set source encoding to UTF-8 13 years ago
document_test.rb small refactoring of the document tests. note the failing test that actually should pass.. investigate that later 12 years ago
enabled_module_test.rb Set source encoding to UTF-8 13 years ago
enumeration_test.rb adding custom_field_translations fixtures 12 years ago
group_test.rb fix a failing group test 12 years ago
issue_category_test.rb Set source encoding to UTF-8 13 years ago
issue_nested_set_test.rb Just make sure we have a clean state before creating the project 12 years ago
issue_priority_test.rb Set source encoding to UTF-8 13 years ago
issue_relation_test.rb DEPRECATION FIX: use errors[:attribute] instead of errors.on(:attribute). 12 years ago
issue_status_test.rb Set source encoding to UTF-8 13 years ago
issue_test.rb clone will return the same active record object (same id in the db) which will cause an issue relation to be invalid (same object in from and to). this creates two active record objects which you can then link to each other. probably active record changed the way they handle #clone 12 years ago
journal_observer_test.rb expect two emails since we send one email per user instead of bcc'ing them. we could stub out the #notified_users to remove the magical number and make it more clear but the stubbing is somehow forgotten on the way 12 years ago
journal_test.rb [#674] Convert outbound mail to be sent per-recipient 13 years ago
ldap_auth_source_test.rb updated AuthSourceLdap model to LdapAuthSource 12 years ago
mail_handler_test.rb assert the new mail objects and encoded body 12 years ago
member_test.rb fixes member_tests 12 years ago
message_test.rb [#674] Convert outbound mail to be sent per-recipient 13 years ago
news_test.rb [#674] Convert outbound mail to be sent per-recipient 13 years ago
principal_test.rb Set source encoding to UTF-8 13 years ago
project_nested_set_test.rb Set source encoding to UTF-8 13 years ago
project_test.rb REVIEW: we need to extend the current used version of awesome_nested-set. see commit for details 12 years ago
query_test.rb adding custom_field_translations fixtures 12 years ago
repository_bazaar_test.rb DEPRECATION FIX: remove RAILS_ROOT in favor of Rails.root.to_s 12 years ago
repository_cvs_test.rb DEPRECATION FIX: remove RAILS_ROOT in favor of Rails.root.to_s 12 years ago
repository_darcs_test.rb DEPRECATION FIX: remove RAILS_ROOT in favor of Rails.root.to_s 12 years ago
repository_filesystem_test.rb DEPRECATION FIX: remove RAILS_ROOT in favor of Rails.root.to_s 12 years ago
repository_git_test.rb DEPRECATION FIX: remove RAILS_ROOT in favor of Rails.root.to_s 12 years ago
repository_mercurial_test.rb DEPRECATION FIX: remove RAILS_ROOT in favor of Rails.root.to_s 12 years ago
repository_subversion_test.rb Set source encoding to UTF-8 13 years ago
repository_test.rb DEPRECATION FIX: use errors[:attribute] instead of errors.on(:attribute). 12 years ago
role_test.rb Set source encoding to UTF-8 13 years ago
search_test.rb Set source encoding to UTF-8 13 years ago
setting_test.rb fixes setting tests 12 years ago
testing_test.rb Set source encoding to UTF-8 13 years ago
time_entry_activity_test.rb DEPRECATION FIX: use errors[:attribute] instead of errors.on(:attribute). 12 years ago
time_entry_test.rb Set source encoding to UTF-8 13 years ago
token_test.rb Set source encoding to UTF-8 13 years ago
tracker_test.rb Set source encoding to UTF-8 13 years ago
user_preference_test.rb Set source encoding to UTF-8 13 years ago
user_test.rb DEPRECATION FIX: use errors[:attribute] instead of errors.on(:attribute). 12 years ago
version_test.rb DEPRECATION FIX: use errors[:attribute] instead of errors.on(:attribute). 12 years ago
watcher_test.rb fixes watcher_tests 12 years ago
wiki_content_test.rb [#674] Convert outbound mail to be sent per-recipient 13 years ago
wiki_page_test.rb DEPRECATION FIX: use errors[:attribute] instead of errors.on(:attribute). 12 years ago
wiki_redirect_test.rb Set source encoding to UTF-8 13 years ago
wiki_test.rb Set source encoding to UTF-8 13 years ago