[xpath2] writing comments for a test case addition
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/src/org/eclipse/wst/xml/xpath2/processor/test/TestBugs.java b/tests/org.eclipse.wst.xml.xpath2.processor.tests/src/org/eclipse/wst/xml/xpath2/processor/test/TestBugs.java
index bb5ff3e..13ddd2f 100644
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/src/org/eclipse/wst/xml/xpath2/processor/test/TestBugs.java
+++ b/tests/org.eclipse.wst.xml.xpath2.processor.tests/src/org/eclipse/wst/xml/xpath2/processor/test/TestBugs.java
@@ -56,7 +56,8 @@
  *  Mukul Gandhi    - bug 341862 - improvements to computation of typed value of xs:boolean nodes.
  *  Mukul Gandhi    - bug 343224 - allow user defined simpleType definitions to be available in in-scope schema types 
  *  Mukul Gandhi    - bug 353373 - "preceding" & "following" axes behavior is erroneous
- *  Mukul Gandhi	- bug 360306 - improvements to "resolve-QName" function and xs:QName type implementation                  
+ *  Mukul Gandhi	- bug 360306 - improvements to "resolve-QName" function and xs:QName type implementation
+ *  Mukul Gandhi	               added a test case for improvements to "eq" function for anyURI                
  *******************************************************************************/
 package org.eclipse.wst.xml.xpath2.processor.test;