Commit Graph

1840 Commits (ff61bfcd5ca419fc6288a8cf745c5914cd14dd58)

Author SHA1 Message Date
Philipp Tessenow 8e6c74782f use right journal method in test 12 years ago
Philipp Tessenow ee28cd6821 adapt IssueControllerTests to new layout 12 years ago
Philipp Tessenow ca95e170da typo in IssuesControllerTest 12 years ago
Philipp Tessenow 50c8b15777 allo submit_email to override fixed_version in mail_handler_test 12 years ago
Philipp Tessenow ac3c9b682e update journal use in issue_test 12 years ago
Philipp Tessenow 5fee3b1cf9 refactored ApplicationHelperTest a little 12 years ago
Philipp Tessenow 040fe27bbf fix: invalid members appeared in project during custom_field_user_format_test. UserFactory might have a bug with create_list and member_in_project param. 12 years ago
Philipp Tessenow e1b0f5283c fix syntax error in routing_tests 12 years ago
Philipp Tessenow 0dae10325d fix issue controller tests 12 years ago
Philipp Tessenow 2319f3d40a syntax error 12 years ago
Philipp Tessenow 72c97e4673 adapt some tests to new layout 12 years ago
Philipp Tessenow 9a439072e8 render_detail needs an option hash now 12 years ago
Philipp Tessenow 89a41fbc1d Revert "test the ci with disabled transactional fixtures" 12 years ago
Philipp Tessenow fdf7608404 test the ci with disabled transactional fixtures 12 years ago
Philipp Tessenow 66139c2f95 refactored application_helper test to be more robust with wiki pages 12 years ago
Philipp Tessenow e460fb60ba set html-class 'new' only for actually new wiki pages 12 years ago
Philipp Tessenow 71d31a5f43 WIP first attempt to fix user mailer tests 12 years ago
Philipp Tessenow 360369fbc8 refactor a single test in issue_test.rb to use FactoryGirl 12 years ago
Philipp Tessenow 8ec06df04c refactor timelog_helper_test 12 years ago
Philipp Tessenow 1a29a1ce99 refactor member_tests 12 years ago
Martin Linkhorst 43167f053e we need to supply create and update dates. go fixtures! go fixtures! 12 years ago
Martin Linkhorst 10b501892f uncomment failing tests. please fix me 12 years ago
Martin Linkhorst 10a4ec9d84 let's actually deliver a test email ;) 12 years ago
Martin Linkhorst 6c45dceaa4 remove unnecessary code 2 12 years ago
Martin Linkhorst 7276052a68 remove unnecessary code 1 12 years ago
Martin Linkhorst fb147d4e2a change the expectations a little 12 years ago
Philipp Tessenow 32360b6e63 refactor projects_helper_test to use FactoryGirl 12 years ago
Philipp Tessenow 810bbd4600 create new Issues instead of relying on Issue.last in issue_helper_test 12 years ago
Philipp Tessenow 91fa7675fd create issue at the right place in test_helper and dont create new anonymous users in the user_factory 12 years ago
Philipp Tessenow 64a87dc858 let test_helper generate at least one issue and the anonymous User as some test require them to exist 12 years ago
Philipp Tessenow 34d1f507d7 forgot to rename association 12 years ago
Philipp Tessenow e3fa434f1f naming the ignored variable in user_factory 'project' and 'role' produced a major performance loss. fixed that 12 years ago
Philipp Tessenow 7ff326ba1d refactor tests to use advanced user factory 12 years ago
Philipp Tessenow 95f1fc466e fix comment_test - user has to be a member of the project 12 years ago
Philipp Tessenow 71f8cf1cbe implement deferred tests for application_helper_tests 12 years ago
Philipp Tessenow fa0b3187bc refactor application_helper_tests to use factory girl 12 years ago
Philipp Tessenow 4066319064 fix typo in message.yml fixture 12 years ago
Martin Linkhorst d69b3f0430 jstoolbar gets included in the main application.js file by sprockets 12 years ago
Martin Linkhorst 4c63252a60 convert #pending into #should_eventually 12 years ago
Martin Linkhorst 964d8e35d2 themes changed, so update the tests. per-theme javascripts aren't implemented and tests are marked pending. do we need per-theme javascripts? 12 years ago
Martin Linkhorst 5f3f28409b convert ActionController::IntegrationTest to ActionDispatch::IntegrationTest 12 years ago
Martin Linkhorst 7f0ed5a47c an ugly test passes by making it more ugly… 12 years ago
Martin Linkhorst 3fa6738244 this needs to issue a put request 12 years ago
Martin Linkhorst 4bcc70abc6 commit 252fb10 introduced a new validation to the Watcher class which obviously broke most Watcher unit tests… now the test user actually is allowed to watch the test issue. if you want to test with different preconditions either delete all Members (see last test) or create a new test user and issue 12 years ago
Martin Linkhorst 252fb107ea revert an old commit and assign watcher parameters through mass assignment again. instead, add a validation in the model that ensures that the user is allowed to watch the watchable. 12 years ago
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 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