# File test/test_ControlPanel.rb, line 98
    def test_unavailable_port
      assert_exception(RuntimeError) {
        @ControlPanel.port = 'detarame'
      }
      @ControlPanel.port = '0'  # allowd
    end