Skip to content

Commit

Permalink
update URLs for Sandbox in test env
Browse files Browse the repository at this point in the history
  • Loading branch information
brianarnold789 committed Sep 1, 2017
1 parent 616666a commit 4a10fb4
Show file tree
Hide file tree
Showing 24 changed files with 25 additions and 25 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion LitleSdkForNet/LitleSdkForNet/Properties/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<Value Profile="(Default)">true</Value>
</Setting>
<Setting Name="url" Type="System.String" Scope="User">
<Value Profile="(Default)">https://www.testlitle.com/sandbox/communicator/online</Value>
<Value Profile="(Default)">https://www.testvantivcnp.com/sandbox/communicator/online</Value>
</Setting>
<Setting Name="proxyHost" Type="System.String" Scope="User">
<Value Profile="(Default)" />
Expand Down
4 changes: 2 additions & 2 deletions LitleSdkForNet/LitleSdkForNet/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<value>true</value>
</setting>
<setting name="url" serializeAs="String">
<value>https://www.testlitle.com/sandbox/communicator/online</value>
<value>https://www.testvantivcnp.com/sandbox/communicator/online</value>
</setting>
<setting name="proxyHost" serializeAs="String">
<value />
Expand All @@ -68,7 +68,7 @@
</Litle.Sdk.Properties.Settings>
<LitleSdkForNet.Properties.Settings>
<setting name="url" serializeAs="String">
<value>https://www.testlitle.com/sandbox/communicator/online</value>
<value>https://www.testvantivcnp.com/sandbox/communicator/online</value>
</setting>
<setting name="reportGroup" serializeAs="String">
<value>Default Report Group</value>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class TestCert1Base
public void setUp()
{
Dictionary<string, string> config = new Dictionary<string, string>();
config.Add("url", "https://www.testlitle.com/sandbox/communicator/online");
config.Add("url", "https://www.testvantivcnp.com/sandbox/communicator/online");
config.Add("reportGroup", "Default Report Group");
config.Add("username", "DOTNET");
config.Add("version", "9.00");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class TestCert2AuthEnhanced
public void setUp()
{
Dictionary<string, string> config = new Dictionary<string, string>();
config.Add("url", "https://www.testlitle.com/sandbox/communicator/online");
config.Add("url", "https://www.testvantivcnp.com/sandbox/communicator/online");
config.Add("reportGroup", "Default Report Group");
config.Add("username", "DOTNET");
config.Add("version", "8.13");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class TestCert3AuthReversal
public void setUp()
{
Dictionary<string, string> config = new Dictionary<string, string>();
config.Add("url", "https://www.testlitle.com/sandbox/communicator/online");
config.Add("url", "https://www.testvantivcnp.com/sandbox/communicator/online");
config.Add("reportGroup", "Default Report Group");
config.Add("username", "DOTNET");
config.Add("version", "8.13");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class TestCert4Echeck
public void setUp()
{
Dictionary<string, string> config = new Dictionary<string, string>();
config.Add("url", "https://www.testlitle.com/sandbox/communicator/online");
config.Add("url", "https://www.testvantivcnp.com/sandbox/communicator/online");
config.Add("reportGroup", "Default Report Group");
config.Add("username", "DOTNET");
config.Add("version", "8.13");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class TestCert5Token
public void setUp()
{
Dictionary<string, string> config = new Dictionary<string, string>();
config.Add("url", "https://www.testlitle.com/sandbox/communicator/online");
config.Add("url", "https://www.testvantivcnp.com/sandbox/communicator/online");
config.Add("reportGroup", "Default Report Group");
config.Add("username", "DOTNET");
config.Add("version", "8.13");
Expand Down
2 changes: 1 addition & 1 deletion LitleSdkForNet/LitleSdkForNetTest/Functional/TestAuth.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public void SetUpLitle()
{
_config = new Dictionary<string, string>
{
{"url", "https://www.testlitle.com/sandbox/communicator/online"},
{"url", "https://www.testvantivcnp.com/sandbox/communicator/online"},
{"reportGroup", "Default Report Group"},
{"username", "DOTNET"},
{"version", "9.12"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public void SetUpLitle()
{
var config = new Dictionary<string, string>
{
{"url", "https://www.testlitle.com/sandbox/communicator/online"},
{"url", "https://www.testvantivcnp.com/sandbox/communicator/online"},
{"reportGroup", "Default Report Group"},
{"username", "DOTNET"},
{"version", "8.13"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public void SetUpLitle()
{
var config = new Dictionary<string, string>
{
{"url", "https://www.testlitle.com/sandbox/communicator/online"},
{"url", "https://www.testvantivcnp.com/sandbox/communicator/online"},
{"reportGroup", "Default Report Group"},
{"username", "DOTNET"},
{"version", "8.13"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public void SetUp()
{
var config = new Dictionary<string, string>
{
{"url", "https://www.testlitle.com/sandbox/communicator/online"},
{"url", "https://www.testvantivcnp.com/sandbox/communicator/online"},
{"reportGroup", "Default Report Group"},
{"username", "DOTNET"},
{"version", "8.13"},
Expand Down
2 changes: 1 addition & 1 deletion LitleSdkForNet/LitleSdkForNetTest/Functional/TestCredit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public void SetUp()
{
var config = new Dictionary<string, string>
{
{"url", "https://www.testlitle.com/sandbox/communicator/online"},
{"url", "https://www.testvantivcnp.com/sandbox/communicator/online"},
{"reportGroup", "Default Report Group"},
{"username", "DOTNET"},
{"version", "9.12"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public void SetUp()
{
var config = new Dictionary<string, string>
{
{"url", "https://www.testlitle.com/sandbox/communicator/online"},
{"url", "https://www.testvantivcnp.com/sandbox/communicator/online"},
{"reportGroup", "Default Report Group"},
{"username", "DOTNET"},
{"version", "8.13"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public void SetUp()
{
var config = new Dictionary<string, string>
{
{"url", "https://www.testlitle.com/sandbox/communicator/online"},
{"url", "https://www.testvantivcnp.com/sandbox/communicator/online"},
{"reportGroup", "Default Report Group"},
{"username", "DOTNET"},
{"version", "8.13"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public void SetUp()
{
var config = new Dictionary<string, string>
{
{"url", "https://www.testlitle.com/sandbox/communicator/online"},
{"url", "https://www.testvantivcnp.com/sandbox/communicator/online"},
{"reportGroup", "Default Report Group"},
{"username", "DOTNET"},
{"version", "8.13"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public void SetUp()
{
var config = new Dictionary<string, string>
{
{"url", "https://www.testlitle.com/sandbox/communicator/online"},
{"url", "https://www.testvantivcnp.com/sandbox/communicator/online"},
{"reportGroup", "Default Report Group"},
{"username", "DOTNET"},
{"version", "8.13"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public void SetUp()
{
var config = new Dictionary<string, string>
{
{ "url", "https://www.testlitle.com/sandbox/communicator/online"},
{ "url", "https://www.testvantivcnp.com/sandbox/communicator/online"},
{"reportGroup", "Default Report Group"},
{"username", "DOTNET"},
{"version", "8.13"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public void SetUpLitle()
{
_config = new Dictionary<string, string>
{
{"url", "https://www.testlitle.com/sandbox/communicator/online"},
{"url", "https://www.testvantivcnp.com/sandbox/communicator/online"},
{"reportGroup", "Default Report Group"},
{"username", "DOTNET"},
{"version", "8.13"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public void SetUpLitle()
{
var config = new Dictionary<string, string>
{
{"url", "https://www.testlitle.com/sandbox/communicator/online"},
{"url", "https://www.testvantivcnp.com/sandbox/communicator/online"},
{"reportGroup", "Default Report Group"},
{"username", "DOTNET"},
{"version", "8.13"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public void SetUpLitle()
{
var config = new Dictionary<string, string>
{
{"url", "https://www.testlitle.com/sandbox/communicator/online"},
{"url", "https://www.testvantivcnp.com/sandbox/communicator/online"},
{"reportGroup", "Default Report Group"},
{"username", "DOTNET"},
{"version", "9.12"},
Expand Down
2 changes: 1 addition & 1 deletion LitleSdkForNet/LitleSdkForNetTest/Functional/TestSale.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public void SetUp()
{
var config = new Dictionary<string, string>
{
{"url", "https://www.testlitle.com/sandbox/communicator/online"},
{"url", "https://www.testvantivcnp.com/sandbox/communicator/online"},
{"reportGroup", "Default Report Group"},
{"username", "DOTNET"},
{"version", "9.12"},
Expand Down
2 changes: 1 addition & 1 deletion LitleSdkForNet/LitleSdkForNetTest/Functional/TestToken.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public void SetUp()
{
var config = new Dictionary<string, string>
{
{"url", "https://www.testlitle.com/sandbox/communicator/online"},
{"url", "https://www.testvantivcnp.com/sandbox/communicator/online"},
{"reportGroup", "Default Report Group"},
{"username", "DOTNET"},
{"version", "8.13"},
Expand Down
2 changes: 1 addition & 1 deletion LitleSdkForNet/LitleSdkForNetTest/Functional/TestUTF8.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public void SetUpLitle()
{
_config = new Dictionary<string, string>
{
{"url", "https://www.testlitle.com/sandbox/communicator/online"},
{"url", "https://www.testvantivcnp.com/sandbox/communicator/online"},
{"reportGroup", "Default Report Group"},
{"username", "BATCHSDKA"},
{"version", "9.12"},
Expand Down

0 comments on commit 4a10fb4

Please sign in to comment.