jellytools tests on netbeans platform

Vladislav Kislyi <[email protected]>
Newsgroups gmane.comp.java.netbeans.modules.openide.devel
Message-ID <CAPcHZACXXAjbJ+Ltymgt=hv6+bYW_CWBkBk-51VgVez7d7WgAA@mail.gmail.com>
Hello everyone!

I'm trying to add some functional tests on existing netbeans application.
Info about application: packaged by maven, used netbeans-7.3.1.
I've add dependencies how described here
https://dzone.com/articles/nb-mvn-functional-tests but got exception:

Running qa.FuncTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.067 sec
<<< FAILURE! - in qa.FuncTest
org.netbeans.junit.NbModuleSuite$S@67ad77a7(org.netbeans.junit.NbModuleSuite$S)
Time elapsed: 0.066 sec  <<< ERROR!
java.lang.ClassNotFoundException: org.netbeans.Main
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    at
org.netbeans.junit.NbModuleSuite$S.runInRuntimeContainer(NbModuleSuite.java:819)
    at org.netbeans.junit.NbModuleSuite$S.access$100(NbModuleSuite.java:667)

Does anyone know why it happend? And how to fix it?
Thanks in advance.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.