[
https://issues.apache.org/jira/browse/GEODE-879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15139941#comment-15139941
]
Kirk Lund commented on GEODE-879:
---------------------------------
When we repackage to org.apache.geode, maybe the root for PDX serialization
should change to org.apache.geode and then we could introduce
org.apache.geodetest or something like that which doesn't match but is still
recognizable.
> Delete com.examples packages from under gemfire-core/src/test/
> --------------------------------------------------------------
>
> Key: GEODE-879
> URL: https://issues.apache.org/jira/browse/GEODE-879
> Project: Geode
> Issue Type: Bug
> Components: tests
> Reporter: Kirk Lund
>
> There are three packages:
> com.examples (these appear to be completely unused):
> {noformat}
> LinkNode.java
> SuperClass.java
> TestObject.java
> {noformat}
> com.examples.ds (these also appear to be unused):
> {noformat}
> Address.java
> Company.java
> CompanySerializer.java
> Employee.java
> PutDataSerializer.java
> User.java
> {noformat}
> com.examples.snapshot (these are used by snapshot tests):
> {noformat}
> MyDataSerializer.java
> MyObject.java
> MyObjectDataSerializable.java
> MyObjectPdx.java
> MyObjectPdxSerializable.java
> MyPdxSerializer.java
> {noformat}
> The snapshot tests using that 3rd package include: ClientSnapshotDUnitTest,
> CacheSnapshotJUnitTest, ClientSnapshotDUnitTest, OfflineSnapshotJUnitTest,
> ParallelSnapshotDUnitTest, PdxTypeExportDUnitTest, RegionSnapshotJUnitTest,
> SnapshotByteArrayDUnitTest, SnapshotDUnitTest, SnapshotPerformanceDUnitTest,
> WanSnapshotJUnitTest
> Perhaps this 3rd package could be repackaged in someway so that the classes
> instead live in a com.gemstone.gemfire (eventually org.apache.geode) package.
> They could then be repackaged or generated in some way for tests if they
> really need to be outside the gemfire/geode packages for the validity of the
> tests.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)