Update of /cvsroot/ruby-dbi/src/lib/dbi/test
In directory sc8-pr-cvs1:/tmp/cvs-serv20014
Modified Files:
testrow.rb testsqlcoerce.rb testsqlquote.rb
Log Message:
verbose mode
Index: testrow.rb
===================================================================
RCS file: /cvsroot/ruby-dbi/src/lib/dbi/test/testrow.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- testrow.rb 26 Jul 2001 00:56:37 -0000 1.3
+++ testrow.rb 16 May 2003 09:43:41 -0000 1.4
@@ -108,6 +108,6 @@
# --------------------------------------------------------------------
if __FILE__ == $0 then
- RUNIT::CUI::TestRunner.quiet_mode = true
+ RUNIT::CUI::TestRunner.quiet_mode = false
RUNIT::CUI::TestRunner.run ($last_suite)
end
Index: testsqlcoerce.rb
===================================================================
RCS file: /cvsroot/ruby-dbi/src/lib/dbi/test/testsqlcoerce.rb,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- testsqlcoerce.rb 28 Dec 2001 13:05:44 -0000 1.1
+++ testsqlcoerce.rb 16 May 2003 09:43:41 -0000 1.2
@@ -76,6 +76,6 @@
######################################################################
if __FILE__ == $0 then
- RUNIT::CUI::TestRunner.quiet_mode = true
+ RUNIT::CUI::TestRunner.quiet_mode = false
RUNIT::CUI::TestRunner.run ($last_suite)
end
Index: testsqlquote.rb
===================================================================
RCS file: /cvsroot/ruby-dbi/src/lib/dbi/test/testsqlquote.rb,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- testsqlquote.rb 8 Nov 2001 23:30:39 -0000 1.4
+++ testsqlquote.rb 16 May 2003 09:43:41 -0000 1.5
@@ -59,6 +59,6 @@
# --------------------------------------------------------------------
if __FILE__ == $0 then
- RUNIT::CUI::TestRunner.quiet_mode = true
+ RUNIT::CUI::TestRunner.quiet_mode = false
RUNIT::CUI::TestRunner.run ($last_suite)
end
|