From 26b0e8fc9809a4cd9f2f9a2281f0894e2e0f8db2 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 26 Jul 2010 11:57:29 -0400 Subject: This patch removes the existing UI functionality, as a prep for adding the Javascript based ui. --- tests/test_ipawebui/__init__.py | 21 --------------------- tests/test_ipawebui/test_controllers.py | 24 ------------------------ 2 files changed, 45 deletions(-) delete mode 100644 tests/test_ipawebui/__init__.py delete mode 100644 tests/test_ipawebui/test_controllers.py (limited to 'tests') diff --git a/tests/test_ipawebui/__init__.py b/tests/test_ipawebui/__init__.py deleted file mode 100644 index f739a8563..000000000 --- a/tests/test_ipawebui/__init__.py +++ /dev/null @@ -1,21 +0,0 @@ -# Authors: Jason Gerard DeRose -# -# Copyright (C) 2008 Red Hat -# see file 'COPYING' for use and warranty information -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; version 2 only -# -# This program 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 General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - -""" -Sub-package containing unit tests for `ipawebui` package. -""" diff --git a/tests/test_ipawebui/test_controllers.py b/tests/test_ipawebui/test_controllers.py deleted file mode 100644 index a08319b40..000000000 --- a/tests/test_ipawebui/test_controllers.py +++ /dev/null @@ -1,24 +0,0 @@ -# Authors: Jason Gerard DeRose -# -# Copyright (C) 2008 Red Hat -# see file 'COPYING' for use and warranty information -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; version 2 only -# -# This program 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 General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - -""" -Test the `ipawebui.controllers` module. -""" - -from wsgiref import util -from wsgiref.validate import validator -- cgit