# File test/test_ControlPanel.rb, line 164
    def test_unavailable_queue_length
      assert_exception(RuntimeError) {
        @ControlPanel.queue_length = 'detarame'
      }
      assert_exception(RuntimeError) {
        @ControlPanel.queue_length = '0'
      }
    end