zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #15214
[Merge] lp:~zorba-coders/zorba/fix_address_from_geocode_test into lp:zorba/data-cleaning-module
Sorin Marian Nasoi has proposed merging lp:~zorba-coders/zorba/fix_address_from_geocode_test into lp:zorba/data-cleaning-module.
Commit message:
Fix for the address-from-geocode test.
Requested reviews:
Zorba Coders (zorba-coders)
Sorin Marian Nasoi (sorin.marian.nasoi)
For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/fix_address_from_geocode_test/+merge/127656
Fix for the address-from-geocode test.
--
https://code.launchpad.net/~zorba-coders/zorba/fix_address_from_geocode_test/+merge/127656
Your team Zorba Coders is requested to review the proposed merge of lp:~zorba-coders/zorba/fix_address_from_geocode_test into lp:zorba/data-cleaning-module.
=== modified file 'test/ExpQueryResults/data-cleaning/conversion/address-from-geocode.xml.res'
--- test/ExpQueryResults/data-cleaning/conversion/address-from-geocode.xml.res 2012-10-01 20:42:01 +0000
+++ test/ExpQueryResults/data-cleaning/conversion/address-from-geocode.xml.res 2012-10-03 07:28:20 +0000
@@ -1,1 +1,1 @@
-Portugal Lisbon Praça Marquês de Pombal
\ No newline at end of file
+true
=== modified file 'test/Queries/data-cleaning/conversion/address-from-geocode.xq'
--- test/Queries/data-cleaning/conversion/address-from-geocode.xq 2011-07-19 19:12:03 +0000
+++ test/Queries/data-cleaning/conversion/address-from-geocode.xq 2012-10-03 07:28:20 +0000
@@ -1,3 +1,3 @@
import module namespace conversion = "http://www.zorba-xquery.com/modules/data-cleaning/conversion";
-conversion:address-from-geocode ( 38.725735 , -9.15021 )
+exists(conversion:address-from-geocode ( 38.725735 , -9.15021 ))
Follow ups