NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item11746 for general documentation changes for release 1.1.6. Use
Item9693 for docu changes for release 1.2 and 2.0.
Item8638: Add QUERY macro
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Enhancement |
Closed |
Engine |
|
|
May be reverted if it doesn't pass 14-day muster.
--
CrawfordCurrie - 28 Feb 2010
Removed the hard-coded dependency on JSON.pm. If we really need JSON, we need to add it to the DEPENDENCIES, and/or the CPAN libs.
For now, one single test fails without it (the JSON one). Should make this one expected failure, but...
--
OlivierRaginel - 02 Mar 2010
I changed the Fn_QUERY test because it fails locally after I installed JSON.pm. I am not entirely comfortable with using JSON.pm to test the JSON produced by JSON.pm. For this reason - I've marked this for your feedback, Crawford. Are you happy with the updated test?
--
MichaelTempest - 22 Aug 2010
Yes, certainly, no problem. We are not testing JSON.pm, we are testing the code that
uses JSON.pm. The core code could equally use a different JSON module, or even boil it's own - but the test doesn't know, or care, about that.
--
CrawfordCurrie - 23 Aug 2010