Skip to content

Commit 93e84b1

Browse files
committed
Added Quadcopter example to the repository save test program.
1 parent 1a3aa30 commit 93e84b1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

org.omg.sysml.xtext/src/org/omg/sysml/xtext/util/SysMLRepositorySaveTest.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*******************************************************************************
22
* SysML 2 Pilot Implementation
3-
* Copyright (c) 2021-2022 Model Driven Solutions, Inc.
3+
* Copyright (c) 2021-2023 Model Driven Solutions, Inc.
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Lesser General Public License as published by
@@ -60,7 +60,8 @@ public class SysMLRepositorySaveTest extends SysMLRepositorySaveUtil {
6060
"15-Properties-Values-Expressions/15_19-Materials with Properties.sysml",
6161
"17-Sequence Modeling/17a-Sequence-Modeling.sysml",
6262
"17-Sequence Modeling/17b-Sequence-Modeling.sysml",
63-
"18-Use Case/18-Use Case.sysml"
63+
"18-Use Case/18-Use Case.sysml",
64+
"../examples/Geometry Examples/SimpleQuadcopter.sysml"
6465
};
6566

6667
protected String testFilePath;

0 commit comments

Comments
 (0)