KatrinaHoffert / EatSafe

An app for finding safe places to eat
Other
2 stars 2 forks source link

Bugs in the Parser Program #90

Closed magnusandy closed 9 years ago

magnusandy commented 9 years ago

I made some way better parser tests which have revealed some bugs with the parser

  1. see #89
  2. Some city names are not being put into the statements files
    • see "Keewatin Yatthé_#1 Johnson Street_Water Front Lodge [].csv"
      • "#1 Johnson Street" is in the city textbox, but DATA MISSING is begin put in instead
    • see also "Regina Qu'Appelle_Cupar_Robinson Country Cookhouse & Saloon [CUPAR].csv"
      • the city name "Cupar" is in the city textbox, but DATA MISSING is begin put in

the csv files named above are in the database/test/testReports folder

LujieDuan commented 9 years ago

Please review the commit. If the test is passed, please close this issue and I'll update the database.

magnusandy commented 9 years ago

Looks like the tests are passing now