Update for some unit tests
This commit is contained in:
@@ -24,6 +24,8 @@ namespace LeafWeb.Core.Remote
|
||||
|
||||
public PiscalSshClient(string connectionString)
|
||||
{
|
||||
if (string.IsNullOrEmpty(connectionString))
|
||||
throw new ArgumentNullException("connectionString");
|
||||
var conn = new DbConnectionStringBuilder {ConnectionString = connectionString};
|
||||
|
||||
_host = conn["host"] as string;
|
||||
|
||||
Reference in New Issue
Block a user