| mb-unit:/ |
jump to detailed chart | hide Line History
Constraint |
Changelog
984
by jeff.brown on
14 May 2008, 21:07:51 -0500
(24 hours ago)
Improved the heuristic on automatic test fixture inference to ignore instance methods on anonymous classes. Also improved the detection to consider all type members instead of just methods. Added an e…
trunk/v3/src/Gallio/Gallio/Framework/Pattern/PatternTestExplorer.cs
984
trunk/v3/src/Gallio/Gallio/Framework/Pattern/TestTypePatternAttribute.cs
984
trunk/v3/src/MbUnit/MbUnit.Tests/Framework/AutomaticTestFixtureTest.cs
984
983
by jeff.brown on
14 May 2008, 06:13:23 -0500
(39 hours ago)
Fixed a bug handling types with no namespaces. The .Net BCL returns null in this case but we were assuming we would get empty strings instead. Now we make sure to translate nulls into empty strings …
trunk/v3/src/Gallio/Gallio/Reflection/ITypeInfo.cs
983
trunk/v3/src/Gallio/Gallio/Reflection/Impl/StaticGenericParameterWrapper.cs
983
trunk/v3/src/Gallio/Gallio/Framework/Pattern/TestAssemblyPatternAttribute.cs
983
trunk/v3/src/MbUnit/MbUnit.Tests/MbUnit.Tests.csproj
983
trunk/v3/src/Gallio/Gallio/Framework/Pattern/TestTypePatternAttribute.cs
983
982
by jeff.brown on
12 May 2008, 02:59:34 -0500
(3 days ago)
Added code samples to the installer. Fixed the recursive path of the samples when they are copied to the targets folder by the build scripts.
trunk/v3/Module.targets
982
trunk/v3/src/MbUnit/Samples/MbUnitSamples.module
982
981
by jeff.brown on
11 May 2008, 17:27:49 -0500
(4 days ago)
Updated copyright notices per discussion with Peli.
trunk/v3/src/Gallio/Gallio.Tests/Model/TestOutcomeTest.cs
981
trunk/v3/src/Extensions/Xunit/Gallio.XunitAdapter.TestResources/TheorySample.cs
981
trunk/v3/src/Extensions/ReSharper/Gallio.ReSharperRunner/Tasks/GallioTestRunTask.cs
981
980
by jeff.brown on
11 May 2008, 06:18:29 -0500
(4 days ago)
Updated copyright notices per discussion with Peli.
trunk/v3/src/Gallio/Gallio/Framework/Pattern/PatternTestInstanceState.cs
980
trunk/v3/src/Gallio/Gallio/Model/AnnotationType.cs
980
trunk/v3/src/Extensions/Icarus/Gallio.Icarus/Core/Presenter/ProjectPresenter.cs
980
trunk/v3/src/Gallio/Gallio/Reflection/ISlotInfo.cs
980
trunk/v3/src/MbUnit/MbUnit.Tests/Framework/AssertWithTypeTest.cs
980
979
by jeff.brown on
11 May 2008, 04:59:45 -0500
(4 days ago)
Improved the handling of skipped and failed tests during before/after actions when the test step itself has not been started (it is invisible). For skipped tests, we silently change the outcome to Pas…
trunk/v3/src/Gallio/Gallio/Framework/Pattern/PatternTestExecutor.cs
979
978
by jeff.brown on
11 May 2008, 03:50:39 -0500
(4 days ago)
Modifies how inherited test outcomes are generalized so that skipped test outcomes also flow up the step tree. I'm still not sure this is really the best way to go but it does simplify many things wh…
trunk/v3/src/Gallio/Gallio/Model/TestOutcome.cs
978
trunk/v3/src/Gallio/Gallio.Tests/Model/TestOutcomeTest.cs
978
trunk/v3/src/Gallio/Gallio/Model/Execution/RecursiveTestController.cs
978
trunk/v3/src/Gallio/Gallio/Framework/Pattern/PatternTestExecutor.cs
978
977
by jeff.brown on
11 May 2008, 03:09:36 -0500
(4 days ago)
Fixed some stream leaks in Xml reader/writer code. Seems you have to be very careful to set CloseOutput or CloseInput flags when you use your own custom settings. Good to know. Upgraded the xUnit.ne…
trunk/v3/src/Extensions/Xunit/Gallio.XunitAdapter/Model/XunitTestController.cs
977
trunk/v3/src/Extensions/Xunit/libs
977
trunk/v3/src/Gallio/Gallio/Utilities/XmlSerializationUtils.cs
977
trunk/v3/src/Extensions/MSTest/Gallio.MSTestAdapter/Model/MSTestController.cs
977
trunk/v3/src/Extensions/Xunit/libs/xunitext.dll
977
976
by jeff.brown on
10 May 2008, 20:30:34 -0500
(5 days ago)
Now that recursive computation of the test outcome is fixed, use the actual outcome in the report.
trunk/RelEng/CCNet/webdashboard/gallio/xsl/Gallio-Report.html+xhtml.xsl
976
trunk/RelEng/CCNet/webdashboard/gallio/css/Gallio-Report.css
976
975
by jeff.brown on
10 May 2008, 20:29:56 -0500
(5 days ago)
Now that recursive computation of the test outcome is fixed, use the actual outcome in the report.
trunk/v3/src/Extensions/Reports/Gallio.Reports/css/Gallio-Report.css
975
trunk/v3/src/Extensions/Reports/Gallio.Reports/xsl/Gallio-Report.html+xhtml.xsl
975
974
by jeff.brown on
10 May 2008, 19:35:03 -0500
(5 days ago)
Fixed the condensed report action name.
trunk/v3/src/Extensions/CCNet/docs/How to use Gallio with CruiseControl.Net.txt
974
973
by jeff.brown on
10 May 2008, 19:34:01 -0500
(5 days ago)
Fixed the condensed report action name.
trunk/RelEng/CCNet/webdashboard/dashboard.config
973
972
by jeff.brown on
10 May 2008, 19:29:41 -0500
(5 days ago)
Updated to latest.
trunk/RelEng/CCNet/webdashboard/gallio/xsl/Gallio-Report.html+xhtml.xsl
972
trunk/RelEng/CCNet/webdashboard/bin/CCNet.Gallio.WebDashboard.Plugin.dll
972
971
by jeff.brown on
10 May 2008, 19:28:51 -0500
(5 days ago)
Modified the report to display a banner when all tests passed in condensed mode.
trunk/v3/src/Extensions/Reports/Gallio.Reports/xsl/Gallio-Report.html+xhtml.xsl
971
970
by jeff.brown on
10 May 2008, 19:14:50 -0500
(5 days ago)
Made the report format for command-line builds Html-Condensed. Modified the [Explicit] attribute to ensure that no output is written to the log in the case where the explicit test will not run. The e…
trunk/v3/src/Gallio/Gallio/Framework/Sandbox.cs
970
trunk/v3/Build.msbuild
970
trunk/v3/src/MbUnit/MbUnit/Framework/ExplicitAttribute.cs
970
969
by jeff.brown on
10 May 2008, 18:55:49 -0500
(5 days ago)
Added condensed versions of the HTML reports that omit passing tests. Fixed the test outcome that is produced by the RecursiveTestController so that it correctly reflects the combined outcome of its c…
trunk/v3/src/Gallio/Gallio/Framework/Data/ObjectCreationSpec.cs
969
trunk/v3/src/Extensions/MSTest/Gallio.MSTestRunner/WarningLogger.cs
969
trunk/v3/src/Gallio/Gallio/Framework/Data/NullDataRow.cs
969
trunk/v3/src/Gallio/Gallio/Model/Execution/ITestController.cs
969
trunk/v3/src/Gallio/Gallio/Framework/Data/Binders/ScalarDataBinder.cs
969
968
by jeff.brown on
10 May 2008, 18:51:29 -0500
(5 days ago)
Added a condensed report for CCNet.
trunk/RelEng/CCNet/webdashboard/gallio/xsl/Gallio-Report.html+xhtml.xsl
968
trunk/RelEng/CCNet/webdashboard/gallio/xsl/Gallio-Report.ccnet-details-condensed.xsl
968
trunk/RelEng/CCNet/webdashboard/bin/CCNet.Gallio.WebDashboard.Plugin.dll
968
trunk/RelEng/CCNet/webdashboard/dashboard.config
968
trunk/RelEng/CCNet/webdashboard/gallio/xsl/Gallio-Report.ccnet-details.xsl
968
967
by jeff.brown on
09 May 2008, 21:07:27 -0500
(6 days ago)
Fixed the "check characters" handling on report output.
trunk/v3/src/Extensions/Reports/Gallio.Reports/XsltReportFormatter.cs
967
966
by jeff.brown on
09 May 2008, 19:58:15 -0500
(6 days ago)
Added fallback code for resolving IAssemblyInfos by partial name if they cannot be resolved by fullname. Fixed an inconsistency in how the reflective test explorer for MbUnit v2 generated test names.…
trunk/v3/src/Gallio/Gallio/Reflection/Impl/ReflectorResolveUtils.cs
966
trunk/v3/src/Gallio/Gallio/Reflection/Impl/StaticAssemblyWrapper.cs
966
trunk/v3/src/Extensions/MbUnit2/Gallio.MbUnit2Adapter/Model/MbUnit2ReflectiveTestExplorer.cs
966
trunk/v3/src/Extensions/Reports/Gallio.Reports/XsltReportFormatter.cs
966
trunk/v3/src/Gallio/Gallio/Runner/Reports/DefaultReportWriter.cs
966
965
by jeff.brown on
08 May 2008, 06:29:04 -0500
(7 days ago)
Added code to handle the case where the PATH variable does not exist. For example, the per-user PATH might not yet exist.
trunk/v3/src/Installer/Path.nsh
965
964
by jeff.brown on
07 May 2008, 14:53:46 -0500
(8 days ago)
Moved Icarus to its own section in the TDNet registry as a standalone application.
trunk/v3/src/Extensions/TDNet/Install-TDNetRunner.bat
964
963
by jeff.brown on
06 May 2008, 20:23:02 -0500
(9 days ago)
Improved the rendering of the R# test output a little bit based on a somewhat more sophisticated understanding of how it renders task outputs. It's still not very good, however and we still can't show…
trunk/v3/src/Extensions/ReSharper/Gallio.ReSharperRunner/Tasks/GallioTestRunTask.cs
963
962
by jeff.brown on
06 May 2008, 19:21:00 -0500
(9 days ago)
Fixed an unintended recursive cycle in the R# runner that caused Visual Studio to crash with an Access Violation. Fixed debugging for projects using the GallioLoader. Fixed a minor typo in the RichExe…
trunk/v3/src/Extensions/ReSharper/Gallio.ReSharperRunner/GallioTestProvider.cs
962
trunk/v3/src/Gallio/Gallio.Loader/GallioLoader.cs
962
trunk/v3/src/MbUnit/Samples/MbUnit.Samples/RichExecutionLogDemo.cs
962
trunk/v3/src/Gallio/Gallio.Loader/Gallio.Loader.csproj
962
trunk/v3/src/All.vs2008.sln
962
961
by jeff.brown on
06 May 2008, 14:20:49 -0500
(9 days ago)
Added some docs to be clearer about the fact that the default CombinationType is AllPairs.
trunk/v2/src/mbunit/MbUnit.Framework/CombinatorialTestAttribute.cs
961
960
by jeff.brown on
06 May 2008, 03:50:55 -0500
(9 days ago)
Fixed a problem with overspecified extension assembly paths. Load by partial name from the default context if possible. Only if this fails should we then fall back on the path (which cannot really b…
trunk/v3/src/Gallio/Gallio.Tests/Runner/Extensions/TestRunnerExtensionUtilsTest.cs
960
trunk/v3/src/Gallio/Gallio/Runner/Extensions/TestRunnerExtensionUtils.cs
960
trunk/v3/src/Gallio/Gallio/Runner/Harness/DefaultTestHarness.cs
960
959
by jeff.brown on
06 May 2008, 01:05:56 -0500
(9 days ago)
There's something a little weird going on in the MbUnit v2 libs folder. Locally it looks to be in sync with the repo, but it appears that the repo contains an older version. So the local metadata pro…
trunk/v3/src/Extensions/MbUnit2/libs/QuickGraph.Algorithms.pdb
959
trunk/v3/src/Extensions/MbUnit2/libs/MbUnit.Framework.dll
959
trunk/v3/src/Extensions/MbUnit2/libs/MbUnit.Framework.2.0.dll
959
trunk/v3/src/Extensions/MbUnit2/libs/QuickGraph.Algorithms.dll
959
trunk/v3/src/Extensions/MbUnit2/libs/MbUnit.Framework.2.0.pdb
959
958
by jeff.brown on
05 May 2008, 16:41:30 -0500
(10 days ago)
Fixed the assembly binding redirect problem for MbUnit v2 assemblies. It turns out that the problem was that the generate config file contained invalid padding of the publicKeyToken attribute on the a…
trunk/v3/src/Gallio/Gallio/Runtime/Loader/DefaultAssemblyResolverManager.cs
958
trunk/v3/src/Gallio/Gallio.Tests/Runtime/Hosting/IsolatedProcessHostTest.cs
958
trunk/v3/src/Gallio/Gallio.Loader/GallioLoader.cs
958
trunk/v3/src/Gallio/Gallio/Runtime/Hosting/AppDomainUtils.cs
958
trunk/v3/src/Extensions/TypeMock/Gallio.TypeMockIntegration.Tests/TypeMockHostIntegrationTest.cs
958
957
by jeff.brown on
05 May 2008, 02:16:00 -0500
(10 days ago)
Fixed the VSTS integration when loading Gallio from a non-local path. The problem was that VSTS was able to resolve Gallio.dll in two different ways within the LoadFrom context. Consequently neither …
trunk/v3/src/Extensions/MSTest/Gallio.MSTestRunner/GallioTuip.cs
957
trunk/v3/src/Extensions/MSTest/Gallio.MSTestRunner/Resources/VSPackageResourceIds.cs
957
|