Bug 335030

Summary: Umbrello converts imported rose model file to xmi on default
Product: [Applications] umbrello Reporter: Ralf Habacker <ralf.habacker>
Component: generalAssignee: Ralf Habacker <ralf.habacker>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 2.13.1   
Target Milestone: ---   
Platform: unspecified   
OS: All   
Latest Commit: Version Fixed In: 4.13.2
Attachments: testcase

Description Ralf Habacker 2014-05-19 10:34:10 UTC
(Auto)saving the current file after importing a rational rose file overwrites the original file content. 


Reproducible: Always

Steps to Reproduce:
1. open umbrello 
2. import appended rational rose file
3. save file
Actual Results:  
The imported rational rose contains xmi content; the original content has been overwritten.


Expected Results:  
The original file content should not be overwritten. Instead on saving there should be an xmi filename requested.
Comment 1 Ralf Habacker 2014-05-19 10:45:27 UTC
Git commit 01a37077ee6ef02e24ee98e32f7d82ec4fd24ca6 by Ralf Habacker.
Committed on 19/05/2014 at 10:41.
Pushed by habacker into branch 'KDE/4.13'.

Fix bug overwriting imported rational rose file.
FIXED-IN:4.13.2

M  +1    -0    umbrello/umldoc.cpp

http://commits.kde.org/umbrello/01a37077ee6ef02e24ee98e32f7d82ec4fd24ca6
Comment 2 Ralf Habacker 2014-05-19 10:54:40 UTC
Created attachment 86707 [details]
testcase