Skip to content

Commit d98f5bf

Browse files
committed
additional merge fixes
1 parent e011405 commit d98f5bf

File tree

4 files changed

+23
-8
lines changed

4 files changed

+23
-8
lines changed

tests/Coherence.Core.Tests/Resources/s4hc-cache-config.xml

+15
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,21 @@
112112
</initiator-config>
113113
</remote-cache-scheme>
114114

115+
<remote-cache-scheme>
116+
<scheme-name>extend-direct-with-cluster-name</scheme-name>
117+
<service-name>ExtendTcpCacheServiceCN</service-name>
118+
<cluster-name>DotNetTest</cluster-name>
119+
<proxy-service-name>ExtendTcpProxyServiceEphermeral</proxy-service-name>
120+
<initiator-config>
121+
<tcp-initiator>
122+
<name-service-addresses>
123+
<address-provider>ap2</address-provider>
124+
</name-service-addresses>
125+
</tcp-initiator>
126+
<connect-timeout>5s</connect-timeout>
127+
</initiator-config>
128+
</remote-cache-scheme>
129+
115130
<remote-cache-scheme>
116131
<scheme-name>extend-direct-with-cluster-name</scheme-name>
117132
<service-name>ExtendTcpCacheServiceUnknownCN</service-name>

tests/Coherence.Core.Tests/Resources/s4hc-test-config.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<type-id>1204</type-id>
7373
<class-name>Tangosol.ProcessorPrintUUIDTimestamp, Coherence.Core.Tests</class-name>
7474
</user-type>
75-
75+
7676
<user-type>
7777
<type-id>1210</type-id>
7878
<class-name>Tangosol.TestEntryProcessor, Coherence.Core.Tests</class-name>

tests/Coherence.Pof.Tests/readme.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ To add new data files (or change the data):
2626
1) p4 edit and update PofStreamTests.{cs | java}
2727

2828
2) on dotnet:
29-
- add a new data file to tests/Coherence.Tests/Coherence.Tests.2008.csproj
30-
- run PofStreamTests.cs to tests/Coherence.Tests/Coherence.Tests.2008.csproj
29+
- add a new data file to tests/Coherence.Core.Tests/Coherence.Core.Tests.2008.csproj
30+
- run PofStreamTests.cs to tests/Coherence.Core.Tests/Coherence.Core.Tests.2008.csproj
3131

3232
3) on Java:
3333
- run PofStreamTests.java standalone
@@ -38,7 +38,7 @@ To add new data files (or change the data):
3838

3939
6) copy the dotnet generated data file to main/tests/Data/dotnet
4040

41-
7) copy the Java generated data file to main.net/tests/Coherence.Tests/Data/Java
41+
7) copy the Java generated data file to main.net/tests/Coherence.Core.Tests/Data/Java
4242

4343
8) run the unit tests again to verify PofStreamTests can read the newly
4444
generated data.

tests/test-server/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
# http://oss.oracle.com/licenses/upl.
66
#
77

8-
The `keystore.jks` was created from `tests\Coherence.Tests\Net\Ssl\server.cer` with the following command:
8+
The `keystore.jks` was created from `tests\Coherence.Core.Tests\Net\Ssl\server.cer` with the following command:
99

1010
```shell script
11-
%JAVA_HOME%\bin\keytool -importcert -alias server -file tests\Coherence.Tests\Net\Ssl\server.cer -keypass password -keystore tests\Coherence.Tests\Config\keystore.jks -storepass password
11+
%JAVA_HOME%\bin\keytool -importcert -alias server -file tests\Coherence.Core.Tests\Net\Ssl\server.cer -keypass password -keystore tests\Coherence.Core.Tests\Config\keystore.jks -storepass password
1212
```
1313

1414
Note: when it asks if you trust this cert, say yes.
1515

16-
The `trust.jks` was created from `tests\Coherence.Tests\Net\Ssl\CA.cer` with the following command:
16+
The `trust.jks` was created from `tests\Coherence.Core.Tests\Net\Ssl\CA.cer` with the following command:
1717

1818
```shell script
19-
%JAVA_HOME%\bin\keytool -importcert -trustcacerts -alias serverCA -file tests\Coherence.Tests\Net\Ssl\CA.cer -keypass password -keystore tests\Coherence.Tests\Config\trust.jks -storepass password
19+
%JAVA_HOME%\bin\keytool -importcert -trustcacerts -alias serverCA -file tests\Coherence.Core.Tests\Net\Ssl\CA.cer -keypass password -keystore tests\Coherence.Core.Tests\Config\trust.jks -storepass password
2020
```
2121

2222
Note: when it asks if you trust this cert, say yes.

0 commit comments

Comments
 (0)