diff --git a/tests/My Project/AssemblyInfo.vb b/tests/My Project/AssemblyInfo.vb index dd3dff9b..a5935050 100644 --- a/tests/My Project/AssemblyInfo.vb +++ b/tests/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -Imports System +Imports System Imports System.Reflection Imports System.Runtime.InteropServices @@ -11,6 +11,8 @@ Imports System.Runtime.InteropServices + + ' diff --git a/tests/TestWVP.vb b/tests/TestWVP.vb index 4eb46710..0ebaf650 100644 --- a/tests/TestWVP.vb +++ b/tests/TestWVP.vb @@ -42,7 +42,9 @@ Imports Microsoft.VisualStudio.TestTools.UnitTesting ''' ''' Tests reading WVP series options ''' - Public Sub TestWVP_ReadOptions() + + + Public Sub TestWVP_ReadOptions() Dim fileWVP As String = IO.Path.Combine(TestData.getTestDataDir(), "WVP", "test_displayoptions.wvp") @@ -67,7 +69,9 @@ Imports Microsoft.VisualStudio.TestTools.UnitTesting ''' ''' Tests writing WVP series options ''' - Public Sub TestWVP_WriteOptions() + + + Public Sub TestWVP_WriteOptions() 'read time series using a WVP file Dim fileIn As String = IO.Path.Combine(TestData.getTestDataDir(), "WVP", "test_displayoptions.wvp") diff --git a/tests/tests.runsettings b/tests/tests.runsettings index 76fdf26b..c2a081d4 100644 --- a/tests/tests.runsettings +++ b/tests/tests.runsettings @@ -3,7 +3,7 @@ - 1 + 0 .\TestResults @@ -47,6 +47,10 @@ + + 0 + MethodLevel + \ No newline at end of file