Test individual file NetBeans 6.9

[email protected] Thu, 12 Aug 2010 20:53:48 +0000 (GMT)
Newsgroups gmane.comp.java.netbeans.general
Message-ID <[email protected]>
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