diff options
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/burn/WixTestTools/ArpEntryInstaller.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/burn/WixTestTools/ArpEntryInstaller.cs b/src/test/burn/WixTestTools/ArpEntryInstaller.cs index 96d9fab9..cc049ec7 100644 --- a/src/test/burn/WixTestTools/ArpEntryInstaller.cs +++ b/src/test/burn/WixTestTools/ArpEntryInstaller.cs | |||
@@ -31,7 +31,7 @@ namespace WixTestTools | |||
31 | } | 31 | } |
32 | else | 32 | else |
33 | { | 33 | { |
34 | Assert.True(false, "Tried to unregister when not registered."); | 34 | Assert.Fail("Tried to unregister when not registered."); |
35 | } | 35 | } |
36 | } | 36 | } |
37 | 37 | ||