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 215305 - Hint test added to src/test/resources rather than src/test/java
Summary: Hint test added to src/test/resources rather than src/test/java
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-09 17:17 UTC by Jesse Glick
Modified: 2012-07-18 03:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (267.19 KB, text/plain)
2012-07-09 17:17 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2012-07-09 17:17:11 UTC
Product Version = NetBeans IDE 7.2 RC1 (Build 201206272359)
Operating System = Linux version 3.2.0-26-generic-pae running on i386
Java; VM; Vendor = 1.7.0_05
Runtime = Java HotSpot(TM) Client VM 23.1-b03

After making a Maven NBM project, I used the "Java Hint" template. A *Test for the hint was created as expected, but was placed in src/test/resources when it should have been in src/test/java.
Comment 1 Jesse Glick 2012-07-09 17:17:17 UTC
Created attachment 121852 [details]
IDE log
Comment 2 Milos Kleint 2012-07-16 12:27:22 UTC
http://hg.netbeans.org/core-main/rev/8b3ef907d054
Comment 3 Quality Engineering 2012-07-18 03:12:32 UTC
Integrated into 'main-golden', will be available in build *201207180002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/8b3ef907d054
User: Milos Kleint <mkleint@netbeans.org>
Log: #215305 test sources should end up in src/test/java