| Summary: |
c++ import requests name for global name space |
| Product: |
[Applications] umbrello
|
Reporter: |
Ralf Habacker <ralf.habacker> |
| Component: |
general | Assignee: |
Umbrello Development Group <umbrello-devel> |
| Status: |
RESOLVED
FIXED
|
|
|
| Severity: |
normal
|
|
|
| Priority: |
NOR
|
|
|
| Version First Reported In: |
2.14.3 (KDE Applications 4.14.3) | |
|
| Target Milestone: |
--- | |
|
| Platform: |
Other | |
|
| OS: |
Linux | |
|
|
Latest Commit:
|
http://commits.kde.org/umbrello/00260417b1813ab5d236f650f5105f259fc0e1fd
|
Version Fixed/Implemented In:
|
2.15.1 (KDE 14.12.1)
|
|
Sentry Crash Report:
|
|
| |
| Attachments: |
test case
|
Importing the following code snippet class Test : public ::testing::TestBase {}; results into a popup asking the user to insert a name for the global name space. Reproducible: Always Steps to Reproduce: 1. open umbrello 2. import the appended test case through TreeView->"Logical View"->"Import File" Actual Results: A popup is shown asking for the global name space Expected Results: The dialog should not be shown. The global name space does not have a name.