]> source.dussan.org Git - poi.git/commitdiff
add some missing classes to poi-ooxml-schemas
authorPJ Fanning <fanningpj@apache.org>
Thu, 25 Jul 2019 17:26:21 +0000 (17:26 +0000)
committerPJ Fanning <fanningpj@apache.org>
Thu, 25 Jul 2019 17:26:21 +0000 (17:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1863753 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/testcases/org/apache/poi/xddf/usermodel/TestNecessaryOOXMLClasses.java

index 1ad48ef71fcdb958dad588dedd56a44632c4938e..e83f1679f7680c29eab5968df41495f276decb38 100644 (file)
@@ -111,6 +111,8 @@ public class TestNecessaryOOXMLClasses {
         Assert.assertNotNull(ctSurfaceSer);
         CTView3D ctView3D = CTView3D.Factory.newInstance();
         Assert.assertNotNull(ctView3D);
+        STShape stShape = STShape.Factory.newInstance();
+        Assert.assertNotNull(stShape);
 
         STLblAlgn.Enum e1 = STLblAlgn.Enum.forString("ctr");
         Assert.assertNotNull(e1);
@@ -140,7 +142,7 @@ public class TestNecessaryOOXMLClasses {
         Assert.assertNotNull(ctTextBlipBullet);
         CTRotX ctRotX = CTRotX.Factory.newInstance();
         Assert.assertNotNull(ctRotX);
-        CTRotX ctRotY = CTRotX.Factory.newInstance();
+        CTRotY ctRotY = CTRotY.Factory.newInstance();
         Assert.assertNotNull(ctRotY);
         CTPerspective ctPerspective = CTPerspective.Factory.newInstance();
         Assert.assertNotNull(ctPerspective);