Skip to content

v0.2.48..v0.2.49 changeset Makefile

Garret Voltz edited this page Oct 2, 2019 · 1 revision
diff --git a/test-files/ui/Makefile b/test-files/ui/Makefile
index f256508..19fe351 100644
--- a/test-files/ui/Makefile
+++ b/test-files/ui/Makefile
@@ -62,7 +62,7 @@ endif
 	#Remove test datasets from db
 	PGPASSWORD=$(PGPASSWORD) psql $(AUTH) -t -A -c "SELECT display_name FROM maps WHERE display_name like '%Cucumber%'" \
 	| while read mapname; do \
- 	   echo hoot delete-db-map $(HOOT_OPTS) $(DB_URL)/$$mapname | bash ; \
+ 	   echo hoot db-delete-map $(HOOT_OPTS) $(DB_URL)/$$mapname | bash ; \
 	done; \
 	true
 
@@ -71,7 +71,7 @@ clean:
 	@if [[ `PGPASSWORD=$(PGPASSWORD) psql $(AUTH) -t -A -c "SELECT EXISTS (SELECT 1 FROM information_schema.tables WHERE table_name='maps');"` = 't' ]]; then \
 		PGPASSWORD=$(PGPASSWORD) psql $(AUTH) -t -A -c "SELECT display_name FROM maps WHERE display_name like '%Cucumber%'" \
 		| while read mapname; do \
-			echo hoot delete-db-map $(HOOT_OPTS) $(DB_URL)/$$mapname | bash ; \
+			echo hoot db-delete-map $(HOOT_OPTS) $(DB_URL)/$$mapname | bash ; \
 		done; \
 		true; \
 	fi
@@ -137,8 +137,8 @@ load-data: clean
 		\
 		VALUES ( \
 		'ff47f751-c831-41ee-800f-5ef8b9371ee3', \
-		1536767268854, \
-		1536774108752, \
+		1568933324000, \
+		1568933325000, \
 		31536000, \
 		'', \
 		-1541432234)"
Clone this wiki locally