423a4de3bbbfa007d31d6cec1025619ace29d632
hiram
  Thu Apr 18 13:51:23 2019 -0700
better to use ce4 instead of ce3 as it is public refs #18869

diff --git src/hg/hubApi/tests/makefile src/hg/hubApi/tests/makefile
index 836286f..55b9a0c 100644
--- src/hg/hubApi/tests/makefile
+++ src/hg/hubApi/tests/makefile
@@ -216,25 +216,25 @@
 	@zdiff expected/$@.gz testOutput/$@.gz
 	@echo "### $@: missing genome argument OK"
 
 # error test, missing argument hubUrl for /list/tracks
 test37: setOutput
 	@./jsonConsumer.pl -genome="_araTha1" -endpoint="/list/tracks" -trackLeavesOnly 2>&1 | egrep -v "${excludeLines}" | sed -e 's#https://.*/list#/list#;' | gzip -c > testOutput/$@.gz
 	@zdiff expected/$@.gz testOutput/$@.gz
 	@echo "### $@: missing hubUrl argument OK"
 
 # error test, missing argument hubUrl and genome for /list/tracks
 test38: setOutput
 	@./jsonConsumer.pl -endpoint="/list/tracks" -trackLeavesOnly 2>&1 | egrep -v "${excludeLines}" | sed -e 's#https://.*/list#/list#;' | gzip -c > testOutput/$@.gz
 	@zdiff expected/$@.gz testOutput/$@.gz
 	@echo "### $@: missing hubUrl and genome argument OK"
 
-# testing /getData/track?db=ce3&track=gold for split table operation
+# testing /getData/track?db=ce4&track=gold for split table operation
 test39: setOutput
-	@./jsonConsumer.pl -maxItemsOutput=123 -endpoint="/getData/track" -db="ce3" -track="gold" | egrep -v "${excludeLines}" | gzip -c > testOutput/$@.gz
+	@./jsonConsumer.pl -maxItemsOutput=123 -endpoint="/getData/track" -db="ce4" -track="gold" | egrep -v "${excludeLines}" | gzip -c > testOutput/$@.gz
 	@zdiff expected/$@.gz testOutput/$@.gz
 
-# testing /getData/track?db=ce3&track=gold for split table operation
+# testing /getData/track?db=ce4&track=gold for split table operation
 # plus jsonArrayOutput
 test40: setOutput
-	@./jsonConsumer.pl -jsonOutputArrays -maxItemsOutput=123 -endpoint="/getData/track" -db="ce3" -track="gold" | egrep -v "${excludeLines}" | gzip -c > testOutput/$@.gz
+	@./jsonConsumer.pl -jsonOutputArrays -maxItemsOutput=123 -endpoint="/getData/track" -db="ce4" -track="gold" | egrep -v "${excludeLines}" | gzip -c > testOutput/$@.gz
 	@zdiff expected/$@.gz testOutput/$@.gz