default to date sort
diff --git a/build/tests/results-jdk.php b/build/tests/results-jdk.php
index cf7470e..aee08b0 100644
--- a/build/tests/results-jdk.php
+++ b/build/tests/results-jdk.php
@@ -56,7 +56,7 @@
 	$branches = getBranches($options);
 	//if ($debug>0) { w("BRANCHES:",1); wArr($branches,"<br>",true,""); w("<hr noshade size=1 />"); }
 
-	$sortBy  = array_key_exists("sortBy",$_GET)  ? $_GET["sortBy"]  : "";
+	$sortBy  = array_key_exists("sortBy",$_GET)  ? $_GET["sortBy"]  : "date";
 	$showAll = array_key_exists("showAll",$_GET) ? $_GET["showAll"] : "";
 	$showAllResults = array_key_exists("showAllResults",$_GET) ? $_GET["showAllResults"] : false;
 
diff --git a/build/tests/results.php b/build/tests/results.php
index b3b6ad4..efeb507 100644
--- a/build/tests/results.php
+++ b/build/tests/results.php
@@ -59,7 +59,7 @@
 	$branches = getBranches($options);
 	//if ($debug>0) { w("BRANCHES:",1); wArr($branches,"<br>",true,""); w("<hr noshade size=1 />"); }
 
-	$sortBy  = array_key_exists("sortBy",$_GET)  ? $_GET["sortBy"]  : "";
+	$sortBy  = array_key_exists("sortBy",$_GET)  ? $_GET["sortBy"]  : "date";
 	$showAll = array_key_exists("showAll",$_GET) ? $_GET["showAll"] : "";
 	$showAllResults = array_key_exists("showAllResults",$_GET) ? $_GET["showAllResults"] : "";