|
From: <th...@us...> - 2004-01-06 10:06:00
|
Update of /cvsroot/jaxme/JaxMe/src/examples/de/ispsoft/jaxme/junit
In directory sc8-pr-cvs1:/tmp/cvs-serv17703/src/examples/de/ispsoft/jaxme/junit
Modified Files:
JMAnyElementTest.java
Log Message:
changes needed because of the fixed observer handling
Index: JMAnyElementTest.java
===================================================================
RCS file: /cvsroot/jaxme/JaxMe/src/examples/de/ispsoft/jaxme/junit/JMAnyElementTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- JMAnyElementTest.java 22 Jul 2002 17:03:47 -0000 1.2
+++ JMAnyElementTest.java 6 Jan 2004 10:05:52 -0000 1.3
@@ -80,7 +80,7 @@
/** Notifies the observer that an event happened on the notified object.
*/
public void notify(Object o) {
- Object obj = ((de.ispsoft.jaxme.JMContentHandler) o).getResultNode();
+ Object obj = o;
element = (de.ispsoft.jaxme.JMAnyElement) obj;
}
|