Re: Test individual file NetBeans 6.9

Jiri Kovalsky <[email protected]> Sun, 15 Aug 2010 21:51:28 +0200
Newsgroups gmane.comp.java.netbeans.general
Message-ID <[email protected]>
Hello,

this is a wrong forum for your post. Please use [email protected] mailing list instead.

Thanks for your understanding!

Best regards,
--
Jiří Kovalský
NetBeans Community Manager
http://www.netbeans.org

[email protected] wrote:

> Hi all,
> 
> Here is my problem.  When testing individual file in NetBeans 6.9, the
> JVM system properties set under project's VM Options could not be
> accessed.  But the same variable can be accessed when testing the whole
> test suite.  Single file test was working in previous versions.  One
> work around I found is to set system variables in the test file which
> needs it.  What's the proper way to get this work?
> 
> Thanks