Commit 7f5e6d3
committed
[fix](test) Fix compile error in ReplicaTest: cannot instantiate abstract Replica
The testBaseReplicaSchemaHashReturnsNegativeOne test tried to instantiate
abstract class Replica directly, causing a compile error. Merged the
no-op setSchemaHash assertion into the existing CloudReplica test, which
exercises the same base-class code paths since CloudReplica inherits
getSchemaHash()/setSchemaHash() without overriding them.
Generated by ThinkOps1 parent 8711734 commit 7f5e6d3
1 file changed
Lines changed: 6 additions & 13 deletions
Lines changed: 6 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | 217 | | |
230 | 218 | | |
231 | | - | |
| 219 | + | |
| 220 | + | |
232 | 221 | | |
233 | 222 | | |
234 | 223 | | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
235 | 228 | | |
236 | 229 | | |
0 commit comments