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 269322 - "Run again" is broken on ant and maven project
Summary: "Run again" is broken on ant and maven project
Status: CLOSED DUPLICATE of bug 252959
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: Dev
Hardware: PC Windows 10 x64
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-13 14:52 UTC by skygo
Modified: 2016-12-14 22:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description skygo 2016-12-13 14:52:25 UTC
Trying to run an individual test in Test Results view is broken


Following the test [1] section 4 item 10,  in synergy I encounter an issue tryning to do "run again" on testDivide() 

-- In Ant
the following error is shown


userURL\AppData\Local\NetBeans\Cache\8.2\executor-snippets\junit.xml:141: The following error occurred while executing this line:
userURL\AppData\Local\NetBeans\Cache\8.2\executor-snippets\junit.xml:78: Invalid specification of test methods: "teststorun.CalculatorTest.testDivide"; expected: comma-separated list of valid Java identifiers
BUILD FAILED (total time: 0 seconds

-- In Maven
no test are run


[1]http://services.netbeans.org/synergy/client/app/#/title/junit_testing_support/
Comment 1 Jiri Kovalsky 2016-12-14 22:52:22 UTC
I believe this is already known problem. Thanks for your report anyway.

*** This bug has been marked as a duplicate of bug 252959 ***
Comment 2 Jiri Kovalsky 2016-12-14 22:52:41 UTC
Closing.