← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~zorba-coders/zorba/fix_bug_dc into lp:zorba/data-cleaning-module

 

Sorin Marian Nasoi has proposed merging lp:~zorba-coders/zorba/fix_bug_dc into lp:zorba/data-cleaning-module.

Requested reviews:
  Sorin Marian Nasoi (sorin.marian.nasoi)
Related bugs:
  Bug #871051 in Zorba: "3 data-cleaning tests failing"
  https://bugs.launchpad.net/zorba/+bug/871051

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/fix_bug_dc/+merge/86706

Fix for bug 871051.
-- 
https://code.launchpad.net/~zorba-coders/zorba/fix_bug_dc/+merge/86706
Your team Zorba Coders is subscribed to branch lp:zorba/data-cleaning-module.
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt	2011-10-09 00:22:42 +0000
+++ CMakeLists.txt	2011-12-22 14:00:41 +0000
@@ -25,10 +25,6 @@
 
 ADD_TEST_DIRECTORY("${PROJECT_SOURCE_DIR}/test" "${EXCEPTION_LIST}")
 
-EXPECTED_FAILURE(zorba_data-cleaning_module/data-cleaning/conversion/address-from-user.xq 871051)
-EXPECTED_FAILURE(zorba_data-cleaning_module/data-cleaning/conversion/phone-from-user.xq 871051)
-EXPECTED_FAILURE(zorba_data-cleaning_module/data-cleaning/conversion/user-from-phone.xq 871051)
-
 ADD_SUBDIRECTORY("src")
 
 DONE_DECLARING_ZORBA_URIS()

=== modified file 'test/ExpQueryResults/data-cleaning/conversion/phone-from-address.xml.res'
--- test/ExpQueryResults/data-cleaning/conversion/phone-from-address.xml.res	2011-07-19 19:12:03 +0000
+++ test/ExpQueryResults/data-cleaning/conversion/phone-from-address.xml.res	2011-12-22 14:00:41 +0000
@@ -1,1 +1,1 @@
-(520) 824-3160
\ No newline at end of file
+(520) 824-3160 (520) 824-3160
\ No newline at end of file

=== modified file 'test/ExpQueryResults/data-cleaning/conversion/phone-from-user.xml.res'
--- test/ExpQueryResults/data-cleaning/conversion/phone-from-user.xml.res	2011-10-17 10:05:58 +0000
+++ test/ExpQueryResults/data-cleaning/conversion/phone-from-user.xml.res	2011-12-22 14:00:41 +0000
@@ -1,1 +0,0 @@
-(661) 397-4236 (310) 513-0752 (510) 259-0456 (831) 385-3605 (213) 627-0188 (323) 846-1235 (661) 224-1072 (909) 820-3137 (916) 627-1090 (707) 938-9861 (805) 648-6417

=== added file 'test/ExpQueryResults/data-cleaning/conversion/unit-convert.xml.res'
--- test/ExpQueryResults/data-cleaning/conversion/unit-convert.xml.res	1970-01-01 00:00:00 +0000
+++ test/ExpQueryResults/data-cleaning/conversion/unit-convert.xml.res	2011-12-22 14:00:41 +0000
@@ -0,0 +1,1 @@
+1.609344
\ No newline at end of file

=== modified file 'test/ExpQueryResults/data-cleaning/conversion/user-from-address.xml.res'
--- test/ExpQueryResults/data-cleaning/conversion/user-from-address.xml.res	2011-07-19 19:12:03 +0000
+++ test/ExpQueryResults/data-cleaning/conversion/user-from-address.xml.res	2011-12-22 14:00:41 +0000
@@ -1,1 +1,1 @@
-Stan Smith
\ No newline at end of file
+Sunizona Greenhouses Inc Stan Smith
\ No newline at end of file


Follow ups