JSONP unit test failing with REST-like callback
Hi,
I'm just starting with trying to contribute to jQuery, so the first thing I did was to setup the unit testing environment.
I'm running tests against the current git master (bfc61b879e9e94ef7c6b31919b7f287ffdf180a8), and I have 6 failing. One is "JSON results returned (GET, REST-like)".
That URL is 404, because apparently my nginx installation tries to serve the file jQuery2000971086542820558_1359025716914 in the directory jsonp.php, and that doesn't exist.
Do you have any idea of what I should change in my configuration?
TIA,
Salvatore.