From 6a37e72ae38154050bfa132e53bebaba72f71975 Mon Sep 17 00:00:00 2001 From: Matt Walker Date: Fri, 12 Oct 2012 22:49:30 +0100 Subject: [PATCH] Added some comments to Format/Filter tests. --- tests/Format/Filter/v1.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Format/Filter/v1.html b/tests/Format/Filter/v1.html index ab43d8cb51..a8e1282bfa 100644 --- a/tests/Format/Filter/v1.html +++ b/tests/Format/Filter/v1.html @@ -58,6 +58,8 @@ var test_xml, format, xml; format = new OpenLayers.Format.Filter.v1(); + + // Test reading a PropertyIsNull filter from an XML doc xml = new OpenLayers.Format.XML(); test_xml = @@ -74,6 +76,7 @@ t.eq(filter.property, 'prop', "[0] record correct property name"); + // Test writing a PropertyIsNull filter out to XML var filter = new OpenLayers.Filter.Comparison({ type: OpenLayers.Filter.Comparison.IS_NULL, property: "prop"