aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>2012-06-24 14:49:10 +0200
committerHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>2012-06-24 14:49:10 +0200
commit386fca1e483fce3700f983911edf075540aac2d4 (patch)
treec7e447be9b507a5e6d0aea068f09a997edd96386 /test
parent16c26fca39d2dde7a54d61840f3cdefdb3c45cb0 (diff)
downloadecs2-386fca1e483fce3700f983911edf075540aac2d4.tar.gz
ecs2-386fca1e483fce3700f983911edf075540aac2d4.zip
Removed ressource_monitor.
Diffstat (limited to 'test')
-rw-r--r--test/fixtures/ressource_monitors.yml24
-rw-r--r--test/unit/ressource_monitor_test.rb26
2 files changed, 0 insertions, 50 deletions
diff --git a/test/fixtures/ressource_monitors.yml b/test/fixtures/ressource_monitors.yml
deleted file mode 100644
index 7622c09..0000000
--- a/test/fixtures/ressource_monitors.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright (C) 2007, 2008, 2009, 2010 Heiko Bernloehr (FreeIT.de).
-#
-# This file is part of ECS.
-#
-# ECS is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Affero General Public License as
-# published by the Free Software Foundation, either version 3 of
-# the License, or (at your option) any later version.
-#
-# ECS is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Affero General Public License for more details.
-#
-# You should have received a copy of the GNU Affero General Public
-# License along with ECS. If not, see <http://www.gnu.org/licenses/>.
-
-
-# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
-
-one:
- lock_version: 0
- monitor_counter: 0
- name: queue
diff --git a/test/unit/ressource_monitor_test.rb b/test/unit/ressource_monitor_test.rb
deleted file mode 100644
index 9dc8169..0000000
--- a/test/unit/ressource_monitor_test.rb
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright (C) 2007, 2008, 2009, 2010 Heiko Bernloehr (FreeIT.de).
-#
-# This file is part of ECS.
-#
-# ECS is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Affero General Public License as
-# published by the Free Software Foundation, either version 3 of
-# the License, or (at your option) any later version.
-#
-# ECS is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Affero General Public License for more details.
-#
-# You should have received a copy of the GNU Affero General Public
-# License along with ECS. If not, see <http://www.gnu.org/licenses/>.
-
-
-require 'test_helper'
-
-class MonitorTest < ActiveSupport::TestCase
- # Replace this with your real tests.
- test "the truth" do
- assert true
- end
-end