Commit Graph

1142 Commits (3349c6936278792b6a569ff354fb3c4b95817afc)

Author SHA1 Message Date
Martin Linkhorst a2fe5839a0 REVIEW: we need to extend the current used version of awesome_nested-set. see commit for details 12 years ago
Martin Linkhorst e1327b9b9c add a note why this fails. this is the reason why deleting issues (and projects) sometimes doesn't work 12 years ago
Martin Linkhorst f3ea450c1e 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
Martin Linkhorst c06e3fa94a Just make sure we have a clean state before creating the project 12 years ago
Martin Linkhorst 621fe4a477 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
Martin Linkhorst 01a502712d small refactoring of the document tests. note the failing test that actually should pass.. investigate that later 12 years ago
Martin Linkhorst 7de159fbca 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
Martin Linkhorst 78c4196656 DEPRECATION FIX: use errors[:attribute] instead of errors.on(:attribute). 12 years ago
Martin Linkhorst 8e85f48572 DEPRECATION FIX: use Rails.application.routes.url_helpers instead of ActionController::UrlWriter 12 years ago
Martin Linkhorst 3419564990 DEPRECATION FIX: use save(:validate => false) instead of save(false) 12 years ago
Jean-Philippe Lang 10a41782fa Fixed that custom values get saved when assigning custom values after changing to a tracker with different custom fields (#9737). 12 years ago
Martin Linkhorst ccc88aea0b DEPRECATION FIX: remove RAILS_ROOT in favor of Rails.root.to_s 12 years ago
Martin Linkhorst 0c122894ff TODO: make me better, fix project tests 12 years ago
Martin Linkhorst a63bcd1761 updated the hook tests 12 years ago
Martin Linkhorst 8d5a99dfd0 fix the gantt tests (replaced #destroy_all with #delete_all, should be fine) 12 years ago
Martin Linkhorst 90b870d986 rename misspelled helper test 12 years ago
Martin Linkhorst e5b56f1372 fix failing projects helper tests 12 years ago
Martin Linkhorst 27d5367dd2 remove empty test 12 years ago
Martin Linkhorst 762cd7a2ea fixes application helper tests 12 years ago
Martin Linkhorst 370973aa62 this was just wrong 12 years ago
Martin Linkhorst d6378adbfb fix a failing group test 12 years ago
Martin Linkhorst b44d8eca35 fix a failing test 12 years ago
Martin Linkhorst 789fe9dde7 assert the new mail objects and encoded body 12 years ago
Martin Linkhorst 37f3d6c124 finalize the mailer, remove the older mailer 12 years ago
Dennis Schmidt 287f82957a updated AuthSourceLdap model to LdapAuthSource 12 years ago
Martin Linkhorst 727a232d3d use the new mailer! 12 years ago
Martin Linkhorst c0275e23fc use new shoulda matcher style 12 years ago
Martin Linkhorst 4d2dd08289 fix menu helper tests 12 years ago
Martin Linkhorst 6f89bf9854 proper naming for the test 12 years ago
Martin Linkhorst 8d31541b03 explicitly pass in the html node to test against. the old way doesn't work anymore 12 years ago
Martin Linkhorst b6aac286d4 take the root Query class rather than active records. also re-allow passing an order to acts_as_nested_set. all to make the tests happy 12 years ago
Martin Linkhorst b49e0207a5 fix nested issues tests (1 test still fails from time to time :() 12 years ago
Martin Linkhorst bb7038d8cb moved the configuration fixtures/mocks to the test/mocks folder, otherwise #fixtures(:all) won't work because it tries to find sql tables that don't exist 12 years ago
Martin Linkhorst 9b69cf76b8 use the correct rails3 test classes in order to run the tests 12 years ago
Jens Ulferts 8022fd883a fixes calendar tests 12 years ago
Jens Ulferts 7d76b8f53d validates an issue with parents in a different project depending on whether cross project relationships are allowed 12 years ago
Jens Ulferts 78c3e96386 fixes issue tests broken by mass_assignment protection 12 years ago
Jens Ulferts 31b234f3bb fixes issue_test on copying issue to a project non viewable by the original author 12 years ago
Jens Ulferts 15f1f191b7 fixes menu_item_test menu comparison 12 years ago
Jens Ulferts 1124bbf1ff styling in mail_handler_test 12 years ago
Jens Ulferts 57b6f1b25e fixes styling in mailer_test 12 years ago
Jens Ulferts 339a3b534b fixes mail header test 12 years ago
Jens Ulferts 025d1b920b fixes watcher_tests 12 years ago
Jens Ulferts f137a5e473 fixes project_tests 12 years ago
Jens Ulferts d9ac67ff8d fixes member_tests 12 years ago
Jens Ulferts 131f06ec17 fixes group tests 12 years ago
Jens Ulferts d9451b3c32 fixes i18n tests 12 years ago
Jens Ulferts 7b719e79aa fixes tests for menu_helper 12 years ago
Jens Ulferts dcab4db7ad fixes lib/redmine tests 12 years ago
Jens Ulferts 8d9cef99bc fixes setting tests 12 years ago