This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 231380 - Can not download files inside "Test Files" folder for Remote Project.
Summary: Can not download files inside "Test Files" folder for Remote Project.
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-17 16:21 UTC by gena01
Modified: 2013-07-03 11:39 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gena01 2013-06-17 16:21:59 UTC
I have already a "tests" folder inside my Source Files. For me to be able to run unit tests I map the tests folder as "Test Folder" inside my Project Properties.

There's no download/upload links inside the "Test Files" folder. Also "Test Files" folder is shown under "Project" tree next to Source Files, not inside "Source Files".

I already saw https://netbeans.org/bugzilla/show_bug.cgi?id=196213 which covers some portions of this. I already have a folder for this that I need to map, not going to change the directory structure for this to work, but it's a pain not being able to have unit tests and/or download/upload support.
Comment 1 Tomas Mysik 2013-06-18 07:28:42 UTC
Definitely not a defect, it works as designed. But we can have a look at it for the next release (preferably if there are some votes here ;) but as I wrote, the upload/download could likely work only if Test Files are underneath Source Files (otherwise it is not clear where to upload/download them).

Thanks.
Comment 2 gena01 2013-06-18 12:00:29 UTC
Just to make this clear.

I have a remote project. Inside that project there are source files including "tests" folder which has the unit tests. I need to be able to map that existing folder inside source files to a "Test Files" so I could run unit tests locally and to be able to upload updated unit tests back to the remote source.