Hi everybody,

I try to add a new test case to a unit test in
org.netbeans.modules.websvc.editor.hints but the whole test suite
actually fails with an exception.

Testcase: 
testRPCStyleWrappedParameterStyle(org.netbeans.modules.websvc.editor.hints.WSHintsTest):
    Caused an ERROR
EnvironmentFactory missing
java.lang.UnsupportedOperationException: EnvironmentFactory missing
    at 
org.netbeans.modules.parsing.impl.Utilities.getEnvFactory(Utilities.java:209)
    at 
org.netbeans.modules.parsing.impl.Utilities.createEnvironment(Utilities.java:216)
    at org.netbeans.modules.parsing.api.Source.<init>(Source.java:530)
    at org.netbeans.modules.parsing.api.Source.<init>(Source.java:99)
    at 
org.netbeans.modules.parsing.api.Source$MySourceAccessor.create(Source.java:868)
    at 
org.netbeans.modules.parsing.implspi.SourceFactory.newSource(SourceFactory.java:66)
    at 
org.netbeans.modules.parsing.implspi.SourceFactory$DefaultSourceFactory.createSource(SourceFactory.java:84)
    at org.netbeans.modules.parsing.api.Source._get(Source.java:539)
    at org.netbeans.modules.parsing.api.Source.create(Source.java:120)
    at org.netbeans.api.java.source.JavaSource.<init>(JavaSource.java:375)
    at org.netbeans.api.java.source.JavaSource._create(JavaSource.java:193)
    at 
org.netbeans.api.java.source.JavaSource.forFileObject(JavaSource.java:318)
    at 
org.netbeans.modules.websvc.editor.hints.WSHintsTestBase.testRule(WSHintsTestBase.java:102)
    at 
org.netbeans.modules.websvc.editor.hints.WSHintsTest.testRPCStyleWrappedParameterStyle(WSHintsTest.java:89)
    at org.netbeans.junit.NbTestCase.access$200(NbTestCase.java:77)
    at org.netbeans.junit.NbTestCase$2.doSomething(NbTestCase.java:460)
    at org.netbeans.junit.NbTestCase$1Guard.run(NbTestCase.java:386)
    at java.lang.Thread.run(Thread.java:748)

Does anybody know if they actually are runable at all?

Regards

Benjamin

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to