Rev 2453: Remove redundant test_doc_generate (alexander) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Wed Apr 25 03:50:47 BST 2007
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 2453
revision-id: pqm at pqm.ubuntu.com-20070425025045-rs79ekrx5xtf9eq9
parent: pqm at pqm.ubuntu.com-20070424224426-po331pf12jpzmrvk
parent: mbp at sourcefrog.net-20070425022456-9fh3xckrqi8dmne3
committer: Canonical.com Patch Queue Manager<pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Wed 2007-04-25 03:50:45 +0100
message:
Remove redundant test_doc_generate (alexander)
removed:
bzrlib/tests/test_doc_generate.py test_doc_generate.py-20051224124638-88da58fc872b93ba
modified:
bzrlib/tests/__init__.py selftest.py-20050531073622-8d0e3c8845c97a64
------------------------------------------------------------
revno: 2452.1.1
merged: mbp at sourcefrog.net-20070425022456-9fh3xckrqi8dmne3
parent: pqm at pqm.ubuntu.com-20070424224426-po331pf12jpzmrvk
committer: Martin Pool <mbp at sourcefrog.net>
branch nick: doc
timestamp: Wed 2007-04-25 12:24:56 +1000
message:
Remove redundant test_doc_generate (alexander)
=== removed file 'bzrlib/tests/test_doc_generate.py'
--- a/bzrlib/tests/test_doc_generate.py 2006-10-11 23:08:27 +0000
+++ b/bzrlib/tests/test_doc_generate.py 1970-01-01 00:00:00 +0000
@@ -1,30 +0,0 @@
-# Copyright (C) 2006 Canonical Ltd
-#
-# 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; either version 2 of the License, or
-# (at your option) any later version.
-#
-# 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
-
-from bzrlib.tests import TestCaseInTempDir, TestSkipped
-from bzrlib.branch import Branch
-
-# TODO: perhaps doc_generate should be moved into bzrlib instead?
-
-class TestDocGenerate(TestCaseInTempDir):
-
- def test_generate_manpage(self):
- """Simple smoke test for doc_generate"""
- try:
- import tools.doc_generate
- except ImportError, e:
- raise TestSkipped("can't load doc_generate: %s" % e)
- infogen_mod = tools.doc_generate.get_module("man")
=== modified file 'bzrlib/tests/__init__.py'
--- a/bzrlib/tests/__init__.py 2007-04-24 02:43:56 +0000
+++ b/bzrlib/tests/__init__.py 2007-04-25 02:24:56 +0000
@@ -2236,7 +2236,6 @@
'bzrlib.tests.test_delta',
'bzrlib.tests.test_diff',
'bzrlib.tests.test_dirstate',
- 'bzrlib.tests.test_doc_generate',
'bzrlib.tests.test_errors',
'bzrlib.tests.test_escaped_store',
'bzrlib.tests.test_extract',
More information about the bazaar-commits
mailing list