Import FuelLog
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user