[ruby-oci8-commit] [483] trunk/ruby-oci8: suppress "No tests were specified" when the client character set is not UTF-8.
nobody at rubyforge.org
nobody at rubyforge.org
Sat Dec 10 02:07:13 EST 2011
Revision: 483
Author: kubo
Date: 2011-12-10 02:07:13 -0500 (Sat, 10 Dec 2011)
Log Message:
-----------
suppress "No tests were specified" when the client character set is not UTF-8.
Modified Paths:
--------------
trunk/ruby-oci8/ChangeLog
trunk/ruby-oci8/test/test_bind_string.rb
Modified: trunk/ruby-oci8/ChangeLog
===================================================================
--- trunk/ruby-oci8/ChangeLog 2011-12-10 06:50:37 UTC (rev 482)
+++ trunk/ruby-oci8/ChangeLog 2011-12-10 07:07:13 UTC (rev 483)
@@ -1,4 +1,8 @@
2011-12-10 KUBO Takehiro <kubo at jiubao.org>
+ * test/test_bind_string.rb: suppress "No tests were specified" when
+ the client character set is not UTF-8.
+
+2011-12-10 KUBO Takehiro <kubo at jiubao.org>
* lib/oci8/oci8.rb, lib/oci8/properties.rb, test/test_datetime.rb:
revert OCI8.properties[:time_zone] which was added 5 days ago.
* lib/oci8.rb.in: use ENV['ORA_SDTZ'] instead of 'alter session set time_zone = ...'
Modified: trunk/ruby-oci8/test/test_bind_string.rb
===================================================================
--- trunk/ruby-oci8/test/test_bind_string.rb 2011-12-10 06:50:37 UTC (rev 482)
+++ trunk/ruby-oci8/test/test_bind_string.rb 2011-12-10 07:07:13 UTC (rev 483)
@@ -96,5 +96,11 @@
OCI8.properties[:length_semantics] = orig_prop
end
end
+
+ else
+
+ def test_dummy
+ # to suppress "No tests were specified."
+ end
end
end
More information about the ruby-oci8-commit
mailing list