Merge remote-tracking branch 'upstream/master'

This commit is contained in:
gseguin 2011-08-17 17:32:32 -07:00
commit d55b225ae9

View file

@ -16,5 +16,5 @@
$test_pages = array_merge($directories, glob("**/*-tests.html"));
sort($test_pages);
echo json_encode( array('testPages' => $test_pages));
echo '{ "testPages":["' . implode( '","', $test_pages ) . '"]}';
?>