Commit Graph

6776 Commits (cf606a2f1f4ce1d20a2d97409e0b72520967c469)
 

Author SHA1 Message Date
Martin Linkhorst cf606a2f1f make robots work: "/robots", "/robots.txt", and "/welcome/robots.txt" (which the former two map to) will work correctly. if you want "/welcome/robots(.html)" to work add a robots.html.erb file in "/app/views/welcome". 12 years ago
Martin Linkhorst 42be728a54 REVIEW: revert part of git commit b30fac4 12 years ago
Martin Linkhorst 1ae58c11d0 * unfortunately there are still two implementations 12 years ago
Martin Linkhorst 82e73f51d1 fix svn repository controller tests 12 years ago
Martin Linkhorst 24d4325f9f fix wiki controller tests 12 years ago
Martin Linkhorst d03301b60e there are so many side effects by using only a subset of the fixtures and also it creates lots of annoying noise in the test code. this commit changes individual requires to :all which fixes some tests when test files are run individually or in a different order. 12 years ago
Martin Linkhorst 962ab95ecb gantt needs fixtures 12 years ago
Martin Linkhorst 8347c34751 fix more tests by using all fixtures 12 years ago
Martin Linkhorst 3ae5b2fac7 fix repository tests 12 years ago
Martin Linkhorst a3675092c8 fix role tests 12 years ago
Martin Linkhorst 669d7390dd refactored watcher tests 12 years ago
Philipp Tessenow 4337cf0b40 use FactoryGirl in enabled_modules test 12 years ago
Philipp Tessenow d8da94c6db Merge branch 'feature/rails3' of github.com:opf/openproject into feature/rails3 12 years ago
Philipp Tessenow 8edf5b5df0 make document_tests pass 12 years ago
Philipp Tessenow 83fd0e906f AttachmentFactory creates an author now 12 years ago
Michael Frister f0f0f998e8 Gemfile: Add rb-readline for CI 12 years ago
Philipp Tessenow 9f5aaa06e6 remove fixtures and use FactoryGirl in document_category_test 12 years ago
Philipp Tessenow 6bbeccb24f remove fixtures and use factory_girl in custom_value_test 12 years ago
Philipp Tessenow 4d91d48ffc when using (User|Issue)CustomField factory, actually create a custom field for (user|issue) 12 years ago
Philipp Tessenow 38289e1b5a use sane default value for custom_field factory 12 years ago
Philipp Tessenow ba7001927d created CustomValue factory 12 years ago
Philipp Tessenow bda05f1320 no more fixtures in custom_field_user_format_test 12 years ago
Martin Linkhorst 1afcc81f93 make sure the enumerations tests pass when called directly through the ruby executable 12 years ago
Martin Linkhorst ab81d9798e spec against an admin user to bypass permissions 12 years ago
Martin Linkhorst 6e6dfbbdc2 this patch expands the #full_messages of errors of the :custom_fields attribute to display all the individual errors per custom field 12 years ago
Martin Linkhorst a016703c56 make the error message explicit 12 years ago
Martin Linkhorst 551fec5c31 travis doesn't need to test this branch anymore 12 years ago
Martin Linkhorst fd3fb42518 in order to have these tests to always pass, we need to make sure the database is clean before each test run (this actually should be done for every test, but hey…) 12 years ago
Martin Linkhorst 0c5c1ecb8c fix a test that i broke a couple of commits ago 12 years ago
Martin Linkhorst 5dc3cb2240 the default sort order in the gem version of awesome_nested_set is called :order_column. also fix a test that didn't expect the children to be sorted by name, now it does... 12 years ago
Martin Linkhorst 37867b4859 forcing attributes to be set is done differently since rails 3.2+: assign_attributes({ … }, :without_protection => true) 12 years ago
Martin Linkhorst 2a8f9ab4b7 the wiki menu item got removed from the main menu when wiki_menu_items was developed 12 years ago
Martin Linkhorst dd9515d745 remove cvs scm from openproject core 12 years ago
Martin Linkhorst 96dacf3150 remove bazaar scm from openproject core 12 years ago
Martin Linkhorst 2ff10f4c54 remove mercurial scm from openproject core 12 years ago
Martin Linkhorst 4b53920965 remove darcs scm from openproject core 12 years ago
Martin Linkhorst 439a1928b1 fix a test by asserting the correct (non-french!) value 12 years ago
Martin Linkhorst b65bbe6ddd slightly switch stuff around to make sure emails are actually sent. before journal.initial? returned true but it needs to false in order to have emails be sent. somebody hopefully knows why :) 12 years ago
Martin Linkhorst c376ca3675 add a missing translation 12 years ago
Martin Linkhorst 31a20716c4 fix system stack error 12 years ago
Martin Linkhorst ffe37745c9 fix issue_category tests and migrate to factories 12 years ago
Philipp Tessenow 92d034fabc do not use fixtures in group_test; make tests shorter with setup 12 years ago
Philipp Tessenow f3fd1900b7 do not use fixtures in enumeration_test anymore 12 years ago
Philipp Tessenow 8d9adc0edc rename issue_priority_factory to enumerations_factory; added a default_enumeration-factory 12 years ago
Philipp Tessenow 13ef5457ef Merge branch 'feature/rails3' of github.com:opf/openproject into feature/rails3 12 years ago
Philipp Tessenow 8e3dec6dad refactor default_data_test to not depend on fixtures or any other preloaded data 12 years ago
Martin Linkhorst 84155685e5 fix a failing tests that depended on the correct fixtures #2 12 years ago
Martin Linkhorst d4143848ed fix a failing tests that depended on the correct fixtures 12 years ago
Martin Linkhorst 77ad0464d9 name file containing custom_field's factory custom_field_factory.rb 12 years ago
Philipp Tessenow 3d749367c9 issue factory needs a project with trackers 12 years ago