Changeset 1628 for trunk/autoquest-plugin-uml-test
- Timestamp:
- 07/29/14 14:42:39 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-plugin-uml-test/src/test/java/de/ugoe/cs/autoquest/plugin/uml/UMLUtilsTest.java
r1625 r1628 194 194 FileOutputStream fos; 195 195 File file = new File(filename); 196 if( file.getParent()!=null ) { 197 file.getParentFile().mkdirs(); 198 } 196 199 fos = new FileOutputStream(file); 197 200 resource.save(fos, null);
Note: See TracChangeset
for help on using the changeset viewer.