Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] Running Test Catalog.Property Tutorial

Hi,

I tried running the net.refractions.udig.tutorials.catalog.property tutorial and I cannot run the PropertyServiceTest, I get a "junit.framework.AssertionFailedError"

I included the stackTrace.

Regards,
Clint Lewis
!SESSION 2006-03-10 09:28:24.182 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_ZA
Framework arguments:  -version 3 -application org.eclipse.pde.junit.runtime.uitestapplication -pdelaunch -port 2755 -testpluginname net.refractions.udig.tutorials.catalog.property -classnames net.refractions.udig.tutorials.catalog.property.PropertyServiceTest
Command-line arguments:  -version 3 -application org.eclipse.pde.junit.runtime.uitestapplication -data C:\projects\junit-workbench-workspace -dev file:C:/projects/udigPlugin/.metadata/.plugins/org.eclipse.pde.core/PropertyServiceTest (1)/dev.properties -pdelaunch -os win32 -ws win32 -arch x86 -port 2755 -testpluginname net.refractions.udig.tutorials.catalog.property -classnames net.refractions.udig.tutorials.catalog.property.PropertyServiceTest

!ENTRY org.eclipse.osgi 2006-03-10 09:28:26.573
!MESSAGE Application error
!STACK 1
junit.framework.AssertionFailedError
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at junit.framework.Assert.assertNotNull(Assert.java:220)
	at junit.framework.Assert.assertNotNull(Assert.java:213)
	at org.eclipse.pde.internal.junit.runtime.UITestApplication.getApplication(UITestApplication.java:58)
	at org.eclipse.pde.internal.junit.runtime.UITestApplication.run(UITestApplication.java:33)
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
	at org.eclipse.core.launcher.Main.run(Main.java:973)
	at org.eclipse.core.launcher.Main.main(Main.java:948)

Back to the top