File tree 4 files changed +23
-8
lines changed
Coherence.Core.Tests/Resources
4 files changed +23
-8
lines changed Original file line number Diff line number Diff line change 112
112
</initiator-config >
113
113
</remote-cache-scheme >
114
114
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
+
115
130
<remote-cache-scheme >
116
131
<scheme-name >extend-direct-with-cluster-name</scheme-name >
117
132
<service-name >ExtendTcpCacheServiceUnknownCN</service-name >
Original file line number Diff line number Diff line change 72
72
<type-id >1204</type-id >
73
73
<class-name >Tangosol.ProcessorPrintUUIDTimestamp, Coherence.Core.Tests</class-name >
74
74
</user-type >
75
-
75
+
76
76
<user-type >
77
77
<type-id >1210</type-id >
78
78
<class-name >Tangosol.TestEntryProcessor, Coherence.Core.Tests</class-name >
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ To add new data files (or change the data):
26
26
1) p4 edit and update PofStreamTests.{cs | java}
27
27
28
28
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
31
31
32
32
3) on Java:
33
33
- run PofStreamTests.java standalone
@@ -38,7 +38,7 @@ To add new data files (or change the data):
38
38
39
39
6) copy the dotnet generated data file to main/tests/Data/dotnet
40
40
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
42
42
43
43
8) run the unit tests again to verify PofStreamTests can read the newly
44
44
generated data.
Original file line number Diff line number Diff line change 5
5
# http://oss.oracle.com/licenses/upl.
6
6
#
7
7
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:
9
9
10
10
``` shell script
11
- %JAVA_HOME%\b in\k eytool -importcert -alias server -file tests\C oherence.Tests\N et\S sl\s erver.cer -keypass password -keystore tests\C oherence.Tests\C onfig\k eystore.jks -storepass password
11
+ %JAVA_HOME%\b in\k eytool -importcert -alias server -file tests\C oherence.Core. Tests\N et\S sl\s erver.cer -keypass password -keystore tests\C oherence.Core .Tests\C onfig\k eystore.jks -storepass password
12
12
```
13
13
14
14
Note: when it asks if you trust this cert, say yes.
15
15
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:
17
17
18
18
``` shell script
19
- %JAVA_HOME%\b in\k eytool -importcert -trustcacerts -alias serverCA -file tests\C oherence.Tests\N et\S sl\C A.cer -keypass password -keystore tests\C oherence.Tests\C onfig\t rust.jks -storepass password
19
+ %JAVA_HOME%\b in\k eytool -importcert -trustcacerts -alias serverCA -file tests\C oherence.Core. Tests\N et\S sl\C A.cer -keypass password -keystore tests\C oherence.Core .Tests\C onfig\t rust.jks -storepass password
20
20
```
21
21
22
22
Note: when it asks if you trust this cert, say yes.
You can’t perform that action at this time.
0 commit comments