Project

General

Profile

Bug #266

Updated by liaham almost 4 years ago

projects_controller_patch_test.rb:134 

 ``` 
 FAIL ProjectTypesRelations::ProjectsControllerPatchTest#test_should_should_delete_the_respective_hosts_when_deleting_a_project (1.26s) 
 "Project.projects.count" didn't change by -2. 
   Expected: 1 
   Actual: 3 

  FAIL ProjectTypesRelations::ProjectsControllerPatchTest#test_should_update_project_type_only_without_deprecated_hosts_and_lost_guests (1.37s) 
         Expected at least 1 element matching "select[name="project[project_type_id]"]", found 0.. 
         Expected 0 to be >= 1. 
         plugins/redmine_project_types_relations/test/functional/projects_controller_patch_test.rb:93:in `block in <class:ProjectsControllerPatchTest>' 

 ProjectTypesRelations::ProjectsControllerPatchTest#test_no_hosts_choice_set_should_be_displayed_when_no_project_type_is_chosen (2.12s) 
         Expected at least 1 element matching "select[name="project[project_type_id]"]", found 0.. 
         Expected 0 to be >= 1. 
         plugins/redmine_project_types_relations/test/functional/projects_controller_patch_test.rb:59:in `block in <class:ProjectsControllerPatchTest>' 
 ``` 

Back