qspin / qtaste

[NEW RELEASE VERSION 3.0.0] The QTaste is an open-source functional and non-functional test environment offering services to developers and testers. It has been implemented following a data driven testing philosophy.
http://www.qtaste.org
GNU Lesser General Public License v3.0
6 stars 11 forks source link

Drop&drop to move/copy test doesn't work as expected #205

Closed dergo closed 8 years ago

dergo commented 8 years ago

When you drag&drop a test in the test case tree, it moves the test but displays a "+" icon which rather means that it would copy it. It's not possible to drag&drop to copy it.

Simple drag&drop should move the test and not display any "+" icon, and control+drag&drop should copy the test and display a "+" icon.

dergo commented 8 years ago

Simple drag&drop now moves the test and doesn't display any "+" icon, and control+drag&drop now copies the test and displays a "+" icon.