]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/db/tuples/tuples-tests.factor
Switch to https urls
[factor.git] / basis / db / tuples / tuples-tests.factor
index ae01c13f74f8afa76f282777860ba4d920aa13fd..e0f7e441d970994232d6f75b4364199150e641a8 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2008 Doug Coleman.
 ! Copyright (C) 2018 Alexander Ilin.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors calendar calendar.parser classes continuations
 db.tester db.tuples db.types kernel math math.intervals ranges
 namespaces random sequences sorting strings tools.test urls ;
@@ -103,7 +103,7 @@ SYMBOL: person4
             T{ duration f 0 0 0 12 34 56 }
             f
             H{ { 1 2 } { 3 4 } { 5 "lol" } }
-            URL" http://www.google.com/search?hl=en&q=trailer+park+boys&btnG=Google+Search"
+            URL" https://www.google.com/search?hl=en&q=trailer+park+boys&btnG=Google+Search"
         }
     ] [ T{ person f 4 } select-tuple ] unit-test
 
@@ -122,7 +122,7 @@ SYMBOL: person4
     "2008-11-22 00:00:00" ymdhms>timestamp
     "12:34:56" hms>duration
     f H{ { 1 2 } { 3 4 } { 5 "lol" } }
-    URL" http://www.google.com/search?hl=en&q=trailer+park+boys&btnG=Google+Search" ;
+    URL" https://www.google.com/search?hl=en&q=trailer+park+boys&btnG=Google+Search" ;
 
 : db-assigned-person-schema ( -- )
     person "PERSON"