File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed
integration-test/src/test
java/org/apache/iotdb/relational/it Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -816,9 +816,7 @@ private void testObject4SingleIllegalPath(final String illegal) throws Exception
816816 + File .separator
817817 + "test-classes"
818818 + File .separator
819- + "ainode-example"
820- + File .separator
821- + "model.pt" ;
819+ + "object-example.pt" ;
822820
823821 List <IMeasurementSchema > schemaList = new ArrayList <>();
824822 schemaList .add (new MeasurementSchema ("a" , TSDataType .STRING ));
Original file line number Diff line number Diff line change @@ -861,9 +861,7 @@ public void insertObjectTest()
861861 + File .separator
862862 + "test-classes"
863863 + File .separator
864- + "ainode-example"
865- + File .separator
866- + "model.pt" ;
864+ + "object-example.pt" ;
867865 File object = new File (testObject );
868866
869867 try (ITableSession session = EnvFactory .getEnv ().getTableSessionConnection ()) {
@@ -929,9 +927,7 @@ public void insertObjectSegmentsTest()
929927 + File .separator
930928 + "test-classes"
931929 + File .separator
932- + "ainode-example"
933- + File .separator
934- + "model.pt" ;
930+ + "object-example.pt" ;
935931 byte [] objectBytes = Files .readAllBytes (Paths .get (testObject ));
936932 List <byte []> objectSegments = new ArrayList <>();
937933 for (int i = 0 ; i < objectBytes .length ; i += 512 ) {
You can’t perform that action at this time.
0 commit comments