[PATCH] Typo in explicit_suite argument description
Nathaniel Smith
njs at pobox.com
Wed Mar 3 05:13:51 UTC 2004
Applied.
-- Nathaniel
--
Civil rights were not compatible with European unification. But I'm much
happier now that all our strawberries are the same size. -- dark
-------------- next part --------------
? results.qmr
? qm/external/__init__.pyc
? tests/regress/QMTest/regression_database.pyc
? tests/regress/QMTest/selftest.pyc
? tests/regress/tuple1/QMTest/tuple_test.pyc
? tests/results_files/QMTest/results_file_database.pyc
? tests/results_files/QMTest/results_file_test.pyc
Index: ChangeLog
===================================================================
RCS file: /home/qm/Repository/qm/ChangeLog,v
retrieving revision 1.610
diff -u -r1.610 ChangeLog
--- ChangeLog 2 Mar 2004 03:24:41 -0000 1.610
+++ ChangeLog 3 Mar 2004 05:12:45 -0000
@@ -1,3 +1,8 @@
+2004-03-02 Nathaniel Smith <njs at codesourcery.com>
+
+ * qm/test/classes/explicit_suite.py (arguments): Fix formatting
+ of description for 'is_implicit'.
+
2004-03-01 Mark Mitchell <mark at codesourcery.com>
* qm/executable.py (Executable.Spawn): Under Windows, convert all
Index: qm/test/classes/explicit_suite.py
===================================================================
RCS file: /home/qm/Repository/qm/qm/test/classes/explicit_suite.py,v
retrieving revision 1.2
diff -u -r1.2 explicit_suite.py
--- qm/test/classes/explicit_suite.py 28 Jan 2004 19:50:51 -0000 1.2
+++ qm/test/classes/explicit_suite.py 3 Mar 2004 05:12:45 -0000
@@ -40,7 +40,7 @@
description = """The the suites contained in this suite.""")),
BooleanField(name = "is_implicit",
title = "Implicit?",
- description = """,
+ description = """\
True if this test is implicitly generated by QMTest.""",
default_value = "false"),
]
More information about the qmtest
mailing list