dogtail-devel [Bug 342028] New: Error in the tests contained in config.py
- From: "dogtail (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
- To: dogtail-devel-list gnome org
- Subject: dogtail-devel [Bug 342028] New: Error in the tests contained in config.py
- Date: Tue, 16 May 2006 15:32:24 -0400 (EDT)
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=342028
dogtail | Framework | Ver: CVS HEAD
Summary: Error in the tests contained in config.py
Product: dogtail
Version: CVS HEAD
Platform: Other
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: Framework
AssignedTo: dogtail-maint gnome bugs
ReportedBy: ldimaggi redhat com
QAContact: dogtail-maint gnome bugs
GNOME version: Unspecified
GNOME milestone: Unspecified
Please describe the problem:
Error in the tests contained in config.py
This code always returns a failure:
1 failure = True
2 failure = config.ensureSensitivity != True
3 config.ensureSensitivity = False
4 failure = failure or config.ensureSensitivity == True
5 config.ensureSensitivity = True
6 failure = failure or config.ensureSensitivity != True
7 failOrPass(failure, "Setting ensureSensitivity")
I think you wanted line 6 to use 'and', not 'or'
Steps to reproduce:
1.
2.
3.
Actual results:
Expected results:
Does this happen every time?
Other information:
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the QA contact for the bug.
You are watching the assignee for the bug.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]