OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/test
Martin Linkhorst 7f0ed5a47c an ugly test passes by making it more ugly… 12 years ago
..
exemplars fix ciphering specs 12 years ago
fixtures remove cvs scm from openproject core 12 years ago
functional an ugly test passes by making it more ugly… 12 years ago
integration 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
mocks 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
performance apply the rails 3.1.8 generator on the project 12 years ago
unit 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
helper_testcase.rb REVIEW: since this started with "test_" it was executed each time one executes the tests. test/unit does not seem to require it anymore but it maybe causes errors in some different task? 12 years ago
object_daddy_helpers.rb fix the way how memebers are created in the object daddy helpers 12 years ago
test_helper.rb fix creation of journals in order to fix some tests 12 years ago