testinggtk r387 - trunk/tests
- From: bjornl svn gnome org
- To: svn-commits-list gnome org
- Subject: testinggtk r387 - trunk/tests
- Date: Sat, 23 Aug 2008 17:30:23 +0000 (UTC)
Author: bjornl
Date: Sat Aug 23 17:30:22 2008
New Revision: 387
URL: http://svn.gnome.org/viewvc/testinggtk?rev=387&view=rev
Log:
Fix test name
Modified:
trunk/tests/test_spinbutton.py
Modified: trunk/tests/test_spinbutton.py
==============================================================================
--- trunk/tests/test_spinbutton.py (original)
+++ trunk/tests/test_spinbutton.py Sat Aug 23 17:30:22 2008
@@ -45,7 +45,7 @@
assert spin.get_digits() == 2
@utils.pass_on_warnings
-def test_configure_negative_widgets():
+def test_configure_negative_digits():
'''
Ensure that using the ``configure`` method to set a negative
number of digits does not work and leaves the digits attribute
@@ -58,7 +58,6 @@
spin.configure(adj, 1, -10)
assert spin.get_digits() == 2
-
def test_value_changed_signal():
'''
Ensure that the ``value-changed`` signal is properly emitted on a
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]