Commit Graph

998 Commits (e3fa434f1f9a3e61bd5956ea6a8bce03a401ec35)

Author SHA1 Message Date
Martin Linkhorst 30ac4b8e28 wrote new specs for themes 12 years ago
Philipp Tessenow 768e7f820f fix wiki_content tests 12 years ago
Philipp Tessenow 33fd40decf composed multiple redmine commits (thanks goes to jpl) to let MailHandler tests pass. 12 years ago
Gregor Schmidt d4da42c7e4 Making test more generic 12 years ago
Philipp Tessenow 1c82bd993e added some MailHandler tests from redmine. 12 years ago
Martin Linkhorst a67afceb0c little refactoring of user preferences 12 years ago
Jean-Philippe Lang ff195605b3 Ignore emails with Auto-Submitted: auto-replied header #190 12 years ago
Philipp Tessenow 9fce36a0d4 when executing the regex for login and password in a mail, dont get confused by windows-newlines 12 years ago
Philipp Tessenow ba4c0215d6 require ALL the fixtures in mail_handler_test 12 years ago
Martin Linkhorst 8db0cac033 more minitest assertions 12 years ago
Martin Linkhorst 9d69adc5e9 use minitest's refute methods 12 years ago
Martin Linkhorst 23167a0ac9 change name of column for acts as journalized changes 12 years ago
Martin Linkhorst 43b0bc2e46 fix creation of journals in order to fix some tests 12 years ago
tmaruyama 711f4e63ee move repositories helper to_utf8 tests to new CodesetUtilTest (#2371) 12 years ago
Philipp Tessenow 6718dba7ef require all the fixtures (neccessary to let journal_test.rb pass) 12 years ago
Philipp Tessenow 84e2729b98 REVIEW: another batch of the renaming effort from Journals#changes to changed_data 12 years ago
Philipp Tessenow 8739429027 fix test: require projects, users, and trackers fixtures in journal_test 12 years ago
Martin Linkhorst 5f89c5497e use the correct css classes for the new coderay version 12 years ago
Martin Linkhorst 55197c8372 expect the encoding.. 12 years ago
Jean-Philippe Lang b2186ff42c Fixed tests broken by r10088. 12 years ago
Martin Linkhorst f1c3a5ef4e REVIEW: updated to a recent version of rubytree. fixed a minor bug. let's hope it will work. 12 years ago
Martin Linkhorst 38f54383b2 fix some active record queries to work with the new version of rails 12 years ago
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