search for: quota_controller_test

Displaying 2 results from an estimated 2 matches for "quota_controller_test".

2009 Jun 16
1
[PATCH server] Fix errors in controller tests.
...the rails baked-in stuff. Signed-off-by: Jason Guiditta <jguiditt at redhat.com> --- src/test/functional/host_controller_test.rb | 2 +- src/test/functional/nic_controller_test.rb | 2 +- src/test/functional/permission_controller_test.rb | 5 +++-- src/test/functional/quota_controller_test.rb | 2 +- src/test/functional/storage_controller_test.rb | 2 +- src/test/functional/task_controller_test.rb | 2 +- src/test/functional/vm_controller_test.rb | 2 +- 7 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/test/functional/host_controlle...
2009 May 18
0
[PATCH server] fixed functional tests after recent controller refactoring and managed node controller fixes.
...src/test/functional/host_controller_test.rb | 41 -------------------- .../functional/managed_node_configuration_test.rb | 14 ++++--- src/test/functional/nic_controller_test.rb | 8 ---- src/test/functional/permission_controller_test.rb | 15 ++++--- src/test/functional/quota_controller_test.rb | 2 +- src/test/functional/resources_controller_test.rb | 2 +- src/test/functional/storage_controller_test.rb | 4 +- src/test/functional/vm_controller_test.rb | 26 ++++++------ src/test/test_helper.rb | 3 + 9 files changed, 36 in...