Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-tcltk/bwidget/files: bwidget-1.9.7-test.patch bwidget-1.9.8-test.patch
Date: Sat, 07 Mar 2015 10:18:46
Message-Id: 20150307101838.28589133A7@oystercatcher.gentoo.org
1 jlec 15/03/07 10:18:38
2
3 Added: bwidget-1.9.7-test.patch bwidget-1.9.8-test.patch
4 Log:
5 Version BUmp
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
8
9 Revision Changes Path
10 1.1 dev-tcltk/bwidget/files/bwidget-1.9.7-test.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/bwidget/files/bwidget-1.9.7-test.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/bwidget/files/bwidget-1.9.7-test.patch?rev=1.1&content-type=text/plain
14
15 Index: bwidget-1.9.7-test.patch
16 ===================================================================
17 Index: tests/entry.test
18 ==================================================================
19 --- tests/entry.test
20 +++ tests/entry.test
21 @@ -21,11 +21,11 @@
22 {-bg #ff0000 #ff0000 non-existent {unknown color name "non-existent"}}
23 {-borderwidth 1.3 1 badValue {bad screen distance "badValue"}}
24 {-command foo foo {} {}}
25 {-disabledforeground blue blue non-existent \
26 {unknown color name "non-existent"}}
27 - {-editable false false shazbot {expected boolean value but got "shazbot"}}
28 + {-editable false 0 shazbot {expected boolean value but got "shazbot"}}
29 {-exportselection yes 1 xyzzy {expected boolean value but got "xyzzy"}}
30 {-fg #110022 #110022 bogus {unknown color name "bogus"}}
31 {-font {Helvetica 12 italic} {Helvetica 12 italic} {} \
32 {font "" doesn't exist}}
33 {-foreground #110022 #110022 bogus {unknown color name "bogus"}}
34 @@ -63,11 +63,11 @@
35 }
36 destroy .e
37
38 test Entry-2.1 {Entry} {
39 list [catch {Entry} msg] $msg
40 -} {1 {no value given for parameter "path" to "Entry"}}
41 +} {1 {wrong # args: should be "Entry path ?arg ...?"}}
42 test Entry-2.2 {Entry} {
43 list [catch {Entry gorp} msg] $msg
44 } {1 {bad window path name "gorp"}}
45 test Entry-2.3 {Entry procedure} {
46 Entry .e
47
48
49
50
51 1.1 dev-tcltk/bwidget/files/bwidget-1.9.8-test.patch
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/bwidget/files/bwidget-1.9.8-test.patch?rev=1.1&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/bwidget/files/bwidget-1.9.8-test.patch?rev=1.1&content-type=text/plain
55
56 Index: bwidget-1.9.8-test.patch
57 ===================================================================
58 tests/entry.test | 2 +-
59 1 file changed, 1 insertion(+), 1 deletion(-)
60
61 diff --git a/tests/entry.test b/tests/entry.test
62 index 4bc3a5f..727a7d8 100644
63 --- a/tests/entry.test
64 +++ b/tests/entry.test
65 @@ -65,7 +65,7 @@ destroy .e
66
67 test Entry-2.1 {Entry} {
68 list [catch {Entry} msg] $msg
69 -} {1 {wrong # args: should be "Entry path ..."}}
70 +} {1 {wrong # args: should be "Entry path ?arg ...?"}}
71 test Entry-2.2 {Entry} {
72 list [catch {Entry gorp} msg] $msg
73 } {1 {bad window path name "gorp"}}