Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 83277 Details for
Bug 203477
Transportation Network Definition and Implementation Needs to be Clarified
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
Fixes build problems and assertion failed error
bug203477_EdgeDef2.patch (text/plain), 2.17 KB, created by
Justin Lessler
on 2007-11-19 15:24:16 EST
(
hide
)
Description:
Fixes build problems and assertion failed error
Filename:
MIME Type:
Creator:
Justin Lessler
Created:
2007-11-19 15:24:16 EST
Size:
2.17 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.ohf.stem.tests.definitions >Index: src/org/eclipse/ohf/stem/definitions/edges/tests/MixingEdgeTest.java >=================================================================== >RCS file: /cvsroot/technology/org.eclipse.ohf/plugins/org.eclipse.ohf.stem.tests.definitions/src/org/eclipse/ohf/stem/definitions/edges/tests/MixingEdgeTest.java,v >retrieving revision 1.1 >diff -u -r1.1 MixingEdgeTest.java >--- src/org/eclipse/ohf/stem/definitions/edges/tests/MixingEdgeTest.java 19 Nov 2007 18:37:53 -0000 1.1 >+++ src/org/eclipse/ohf/stem/definitions/edges/tests/MixingEdgeTest.java 19 Nov 2007 20:23:07 -0000 >@@ -13,6 +13,7 @@ > > import junit.textui.TestRunner; > >+import org.eclipse.ohf.stem.core.graph.Edge; > import org.eclipse.ohf.stem.core.graph.Node; > import org.eclipse.ohf.stem.core.graph.tests.EdgeTest; > import org.eclipse.ohf.stem.definitions.edges.EdgesFactory; >@@ -137,5 +138,21 @@ > assertTrue(mixingEdge.getLabel()==TEST_LABEL); > assertTrue(mixingEdge.sane()); > } >+ >+ /** >+ *override of is directed test, since these edges >+ *cannot be directed >+ */ >+ public void testIsDirectedAt__Node() { >+ final Edge edge = getFixture(); >+ final Node nodeA = edge.getA(); >+ final Node nodeB = edge.getB(); >+ >+ assertFalse(edge.isDirected()); >+ >+ assertFalse(edge.isDirectedAt(nodeA)); >+ assertFalse(edge.isDirectedAt(nodeB)); >+ >+ } // testIsDirectedAt__Node > > } //MixingEdgeTest >Index: .classpath >=================================================================== >RCS file: /cvsroot/technology/org.eclipse.ohf/plugins/org.eclipse.ohf.stem.tests.definitions/.classpath,v >retrieving revision 1.2 >diff -u -r1.2 .classpath >--- .classpath 19 Nov 2007 18:37:53 -0000 1.2 >+++ .classpath 19 Nov 2007 20:23:07 -0000 >@@ -3,7 +3,5 @@ > <classpathentry kind="src" path="src"/> > <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> > <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> >- <classpathentry kind="src" path="/org.eclipse.ohf.stem.tests.util"/> >- <classpathentry kind="src" path="/org.eclipse.ohf.stem.tests.core"/> > <classpathentry kind="output" path="bin"/> > </classpath>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 203477
:
79145
|
79786
|
83161
|
83162
| 83277 |
83278