Commit Graph

1015 Commits (5c3c69b4a5dfb8c9428b61f67347db0fc1b935de)

Author SHA1 Message Date
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
Jens Ulferts ddb0f1d3b5 fixes user tests 12 years ago
Jens Ulferts f33ddcff2e fixing issue_nested_set tests 12 years ago
Jens Ulferts 008fd263e1 fixing version_tests 12 years ago
Jens Ulferts 3cbaf9fca7 adding custom_field_translations fixtures 12 years ago
Jens Ulferts 520e680a60 fixing syntax errors 12 years ago
Martin Linkhorst d533816987 fixed a bug when projects couldn't be deleted when they have an issue hierarchy of more than 2 levels. credit jplang, redmine, see http://www.redmine.org/issues/8880 13 years ago
jwollert 3f6cfff4ae uses #force_attributes= in watcher test for mass_assignment 13 years ago
jwollert 57c3e8ac1f uses #force_attributes= in version test for mass_assignment 13 years ago
jwollert a1476a450b uses #force_attributes= in user test for mass_assignment 13 years ago
jwollert 369d528982 uses #force_attributes= in project test for mass_assignment 13 years ago
jwollert 7aa9f1923d uses #force_attributes= in member test for mass_assignment 13 years ago