Skip to content

Commit da3123d

Browse files
committed
commit corrected testng.xml
1 parent 8d7e718 commit da3123d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

tools/testng.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ under the License.
3535
<package name="org.apache.datasketches.kll" />
3636
<package name="org.apache.datasketches.partitions" />
3737
<package name="org.apache.datasketches.quantiles" />
38-
<package name="org.apache.datasketches.quantiles2" />
3938
<package name="org.apache.datasketches.quantilescommon" />
4039
<package name="org.apache.datasketches.req" />
4140
<package name="org.apache.datasketches.sampling" />
@@ -44,8 +43,8 @@ under the License.
4443
<package name="org.apache.datasketches.thetacommon" />
4544
<package name="org.apache.datasketches.tuple.adouble" />
4645
<package name="org.apache.datasketches.tuple.aninteger" />
47-
<package name="org.apache.datasketches.arrayofdoubles" />
48-
<package name="org.apache.datasketches.strings" />
46+
<package name="org.apache.datasketches.tuple.arrayofdoubles" />
47+
<package name="org.apache.datasketches.tuple.strings" />
4948
<package name="org.apache.datasketches.tuple" />
5049
</packages>
5150
</test>

0 commit comments

Comments
 (0)