abhi62003 / relax-net

Automatically exported from code.google.com/p/relax-net
GNU General Public License v3.0
0 stars 0 forks source link

Connection.ListDatabases() returns a null value when it can't connect, instead of throwing an exception #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use Connection.ListDatabases() without couchdb running
2. Also make sure you're not using CouchProcess to autostart couchdb
3. You get a null reference back

What is the expected output? What do you see instead?
An exception with a 'can't connect', or possibly a passthrough http 
exception.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by nnyst...@gmail.com on 11 Dec 2009 at 8:58

GoogleCodeExporter commented 9 years ago
Fixed in r31

Original comment by nnyst...@gmail.com on 17 Dec 2009 at 12:17