Thanks for fixing this :) I just introduced it :(
I tried to fix it in the CVS HEAD where is just come from, but the CVS server seems to be down.
Will try again later...
Oliver
[EMAIL PROTECTED] wrote:
luetzkendorf 2004/09/23 08:21:19
Modified: src/share/org/apache/slide/content Tag:
SLIDE_2_1_RELEASE_BRANCH
NodeRevisionDescriptor.java
Log:
fixed mixup of parameters, this bug makes 66 deltav testcases failing (:-(
Revision Changes Path
No revision
No revision
1.34.2.3 +5 -5 jakarta-slide/src/share/org/apache/slide/content/NodeRevisionDescriptor.java
Index: NodeRevisionDescriptor.java
===================================================================
RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/content/NodeRevisionDescriptor.java,v
retrieving revision 1.34.2.2
retrieving revision 1.34.2.3
diff -u -r1.34.2.2 -r1.34.2.3
--- NodeRevisionDescriptor.java 23 Sep 2004 07:27:08 -0000 1.34.2.2
+++ NodeRevisionDescriptor.java 23 Sep 2004 15:21:18 -0000 1.34.2.3
@@ -416,7 +416,7 @@
* Property
*/
public void removeProperty(NodeProperty property) {
- removeProperty(property.getNamespace(), property.getName());
+ removeProperty(property.getName(), property.getNamespace());
}
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
