Changeset: 9b2655075d06 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9b2655075d06 Modified Files: clients/ruby/lib/test/test_capabilities.rb Branch: default Log Message:
Fixed comment. diffs (15 lines): diff -r dc8551d51e59 -r 9b2655075d06 clients/ruby/lib/test/test_capabilities.rb --- a/clients/ruby/lib/test/test_capabilities.rb Sun Jan 16 00:29:08 2011 +0100 +++ b/clients/ruby/lib/test/test_capabilities.rb Sun Jan 16 00:34:11 2011 +0100 @@ -1,8 +1,8 @@ # unit test suite for monetdb. -# connects to the 'ruby' database and runs test on the server capabilities and SQL language. +# connects to the 'ruby_test' database and runs test on the server capabilities and SQL language. # Create first a database with the command: -# $ monetdb create ruby -# $ monetdb run ruby +# $ monetdb create ruby_test +# $ monetdb start ruby_start # # Tests examples have been taken from the python and java internfaces and mysql driver. _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
