Skip to content

Commit

Permalink
remove old test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ra0o0f committed Oct 26, 2018
1 parent 46ff92c commit 1d91a44
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 11 deletions.
2 changes: 0 additions & 2 deletions packaging/run-test-example-mono.bat

This file was deleted.

2 changes: 0 additions & 2 deletions packaging/run-test-example.bat

This file was deleted.

2 changes: 0 additions & 2 deletions packaging/run-test-mono.bat

This file was deleted.

2 changes: 0 additions & 2 deletions packaging/run-test.bat

This file was deleted.

4 changes: 1 addition & 3 deletions src/ArangoDB.Client.Examples/DatabaseSetup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ static NetworkCredential GetCredential()

static Lazy<DatabaseSharedSetting> SharedSetting = new Lazy<DatabaseSharedSetting>(() =>
{
#if NET46
// Uncomment if you want your requests goes through proxy
ArangoDatabase.ClientSetting.Proxy = new System.Net.WebProxy("http://localhost:19777");
#endif
// ArangoDatabase.ClientSetting.Proxy = new System.Net.WebProxy("http://localhost:19777");

var sharedSetting = new DatabaseSharedSetting();
sharedSetting.Database = "ExampleDB";
Expand Down

0 comments on commit 1d91a44

Please sign in to comment.