[OpenLayers-Dev] [OpenLayers-Commits] r7321 - trunk/openlayers/tests

Erik Uzureau euzuro at gmail.com
Sun Jun 8 12:40:24 EDT 2008


Brilliant patch, Tim. I've wanted this forever!
}
On 6/6/08, commits at openlayers.org <commits at openlayers.org> wrote:
> Author: tschaub
> Date: 2008-06-06 03:09:55 -0400 (Fri, 06 Jun 2008)
> New Revision: 7321
>
> Modified:
>   trunk/openlayers/tests/xml_eq.js
> Log:
> adding quotes for clarity in failure messages
>
> Modified: trunk/openlayers/tests/xml_eq.js
> ===================================================================
> --- trunk/openlayers/tests/xml_eq.js    2008-06-06 03:11:37 UTC (rev 7320)
> +++ trunk/openlayers/tests/xml_eq.js    2008-06-06 07:09:55 UTC (rev 7321)
> @@ -83,7 +83,7 @@
>             expected = "null";
>         }
>         if(got != expected) {
> -            throw msg + ": got " + got + " but expected " + expected;
> +            throw msg + ": got '" + got + "' but expected '" + expected + "'";
>         }
>     }
>
>
> _______________________________________________
> Commits mailing list
> Commits at openlayers.org
> http://openlayers.org/mailman/listinfo/commits
>



More information about the Dev mailing list