mishrsud / mvc-mini-profiler

Automatically exported from code.google.com/p/mvc-mini-profiler
0 stars 0 forks source link

MvcMiniProfiler.Tests.Data.TestDataAdapter unit test fails #81

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Steps to reproduce:
 1. Clone mercury repositry
 2. Open MvcMiniProfiler.sln in Visual Studio
 3. Open the Test View window
 4. Refresh the list of tests
 5. Run all the tests

What is the expected output? 
 I'd expect all the tests to pass

What do you see instead?

Test method MvcMiniProfiler.Tests.Data.IDbProfilerTest.TestDataAdapter threw 
exception: 
NUnit.Framework.AssertionException:   Expected: True
  But was:  False

NUnit.Framework.Assert.That(Object actual, IResolveConstraint expression, 
String message, Object[] args)
NUnit.Framework.Assert.That(Boolean condition)
MvcMiniProfiler.Tests.Data.IDbProfilerTest.TestDataAdapter() in 
C:\Development\mvc-mini-profiler\MvcMiniProfiler.Tests\Data\IDbProfilerTest.cs: 
line 53

Running on Windows 7 Ultimate (64-bit).

Original issue reported on code.google.com by james.cr...@gmail.com on 1 Aug 2011 at 1:06

GoogleCodeExporter commented 8 years ago
This should now be resolved, you can see the changeset here:

http://code.google.com/p/mvc-mini-profiler/source/detail?r=0a9039c77e1fdbaa88f45
42ff704a9726720b44b

Original comment by nrcraver on 14 Aug 2011 at 12:57