Import FuelLog

This commit is contained in:
2015-09-09 22:45:27 -04:00
parent f3a7249793
commit 56dd091178
21 changed files with 500 additions and 15 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ namespace Web.Tests.DAL
}
[Test]
[ExpectedException(typeof(LogImportException))]
[ExpectedException(typeof(ImportException))]
public void Import_Incorrect_ColumnHeaders()
{
LogImporter.Import(LogFolder + "Logs_IncorrectHeaders.xls").ToList();