public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-tcltk/bwidget/files: bwidget-1.9.7-test.patch bwidget-1.9.8-test.patch
@ 2015-03-07 10:18 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2015-03-07 10:18 UTC (permalink / raw
  To: gentoo-commits

jlec        15/03/07 10:18:38

  Added:                bwidget-1.9.7-test.patch bwidget-1.9.8-test.patch
  Log:
  Version BUmp
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.1                  dev-tcltk/bwidget/files/bwidget-1.9.7-test.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/bwidget/files/bwidget-1.9.7-test.patch?rev=1.1&view=markup
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

Index: bwidget-1.9.7-test.patch
===================================================================
Index: tests/entry.test
==================================================================
--- tests/entry.test
+++ tests/entry.test
@@ -21,11 +21,11 @@
     {-bg #ff0000 #ff0000 non-existent {unknown color name "non-existent"}}
     {-borderwidth 1.3 1 badValue {bad screen distance "badValue"}}
     {-command foo foo {} {}}
     {-disabledforeground blue blue non-existent \
 	    {unknown color name "non-existent"}}
-    {-editable false false shazbot {expected boolean value but got "shazbot"}}
+    {-editable false 0 shazbot {expected boolean value but got "shazbot"}}
     {-exportselection yes 1 xyzzy {expected boolean value but got "xyzzy"}}
     {-fg #110022 #110022 bogus {unknown color name "bogus"}}
     {-font {Helvetica 12 italic} {Helvetica 12 italic} {} \
 	    {font "" doesn't exist}}
     {-foreground #110022 #110022 bogus {unknown color name "bogus"}}
@@ -63,11 +63,11 @@
 }
 destroy .e
 
 test Entry-2.1 {Entry} {
     list [catch {Entry} msg] $msg
-} {1 {no value given for parameter "path" to "Entry"}}
+} {1 {wrong # args: should be "Entry path ?arg ...?"}}
 test Entry-2.2 {Entry} {
     list [catch {Entry gorp} msg] $msg
 } {1 {bad window path name "gorp"}}
 test Entry-2.3 {Entry procedure} {
     Entry .e




1.1                  dev-tcltk/bwidget/files/bwidget-1.9.8-test.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/bwidget/files/bwidget-1.9.8-test.patch?rev=1.1&view=markup
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

Index: bwidget-1.9.8-test.patch
===================================================================
 tests/entry.test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/entry.test b/tests/entry.test
index 4bc3a5f..727a7d8 100644
--- a/tests/entry.test
+++ b/tests/entry.test
@@ -65,7 +65,7 @@ destroy .e
 
 test Entry-2.1 {Entry} {
     list [catch {Entry} msg] $msg
-} {1 {wrong # args: should be "Entry path ..."}}
+} {1 {wrong # args: should be "Entry path ?arg ...?"}}
 test Entry-2.2 {Entry} {
     list [catch {Entry gorp} msg] $msg
 } {1 {bad window path name "gorp"}}





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-07 10:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-07 10:18 [gentoo-commits] gentoo-x86 commit in dev-tcltk/bwidget/files: bwidget-1.9.7-test.patch bwidget-1.9.8-test.patch Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox