Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

Changelog

984 by jeff.brown on 14 May 2008, 21:07:51 -0500 (24 hours ago) Make Review 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 history download (+4 -0) diffs

trunk/v3/src/Gallio/Gallio/Framework/Pattern/TestTypePatternAttribute.cs 984 history download (+62 -33) diffs

trunk/v3/src/MbUnit/MbUnit.Tests/Framework/AutomaticTestFixtureTest.cs 984 history download (+110 -11) diffs

983 by jeff.brown on 14 May 2008, 06:13:23 -0500 (39 hours ago) Make Review 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 history download (+13 -0) diffs

trunk/v3/src/Gallio/Gallio/Reflection/Impl/StaticGenericParameterWrapper.cs 983 history download (+2 -2) diffs

trunk/v3/src/Gallio/Gallio/Framework/Pattern/TestAssemblyPatternAttribute.cs 983 history download (+2 -2) diffs

trunk/v3/src/MbUnit/MbUnit.Tests/MbUnit.Tests.csproj 983 history download (+1 -0) diffs

trunk/v3/src/Gallio/Gallio/Framework/Pattern/TestTypePatternAttribute.cs 983 history download (+59 -4) diffs

… 16 more files in changeset.
982 by jeff.brown on 12 May 2008, 02:59:34 -0500 (3 days ago) Make Review 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 history download (+4 -4) diffs

trunk/v3/src/MbUnit/Samples/MbUnitSamples.module 982 history download (+14 -14) diffs

trunk/v3/src/Installer/GallioBundle.nsi 982 history download (+11 -0) diffs

979 by jeff.brown on 11 May 2008, 04:59:45 -0500 (4 days ago) Make Review 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 history download (+35 -0) diffs

978 by jeff.brown on 11 May 2008, 03:50:39 -0500 (4 days ago) Make Review 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 history download (+9 -0) diffs

trunk/v3/src/Gallio/Gallio.Tests/Model/TestOutcomeTest.cs 978 history download (+7 -0) diffs

trunk/v3/src/Gallio/Gallio/Model/Execution/RecursiveTestController.cs 978 history download (+1 -1) diffs

trunk/v3/src/Gallio/Gallio/Framework/Pattern/PatternTestExecutor.cs 978 history download (+2 -16) diffs

977 by jeff.brown on 11 May 2008, 03:09:36 -0500 (4 days ago) Make Review 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 history download (+6 -14) diffs

trunk/v3/src/Extensions/Xunit/libs 977 history download (+0 -0) diffs

trunk/v3/src/Gallio/Gallio/Utilities/XmlSerializationUtils.cs 977 history download (+1 -0) diffs

trunk/v3/src/Extensions/MSTest/Gallio.MSTestAdapter/Model/MSTestController.cs 977 history download (+2 -0) diffs

trunk/v3/src/Extensions/Xunit/libs/xunitext.dll 977 history download

… 8 more files in changeset.
976 by jeff.brown on 10 May 2008, 20:30:34 -0500 (5 days ago) Make Review 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 history download (+10 -25) diffs

trunk/RelEng/CCNet/webdashboard/gallio/css/Gallio-Report.css 976 history download (+0 -6) diffs

975 by jeff.brown on 10 May 2008, 20:29:56 -0500 (5 days ago) Make Review 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 history download (+0 -6) diffs

trunk/v3/src/Extensions/Reports/Gallio.Reports/xsl/Gallio-Report.html+xhtml.xsl 975 history download (+10 -25) diffs

974 by jeff.brown on 10 May 2008, 19:35:03 -0500 (5 days ago) Make Review Fixed the condensed report action name.

trunk/v3/src/Extensions/CCNet/docs/How to use Gallio with CruiseControl.Net.txt 974 history download (+1 -1) diffs

973 by jeff.brown on 10 May 2008, 19:34:01 -0500 (5 days ago) Make Review Fixed the condensed report action name.

trunk/RelEng/CCNet/webdashboard/dashboard.config 973 history download (+1 -1) diffs

971 by jeff.brown on 10 May 2008, 19:28:51 -0500 (5 days ago) Make Review 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 history download (+20 -6) diffs

970 by jeff.brown on 10 May 2008, 19:14:50 -0500 (5 days ago) Make Review 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 history download (+2 -3) diffs

trunk/v3/Build.msbuild 970 history download (+1 -1) diffs

trunk/v3/src/MbUnit/MbUnit/Framework/ExplicitAttribute.cs 970 history download (+1 -7) diffs

969 by jeff.brown on 10 May 2008, 18:55:49 -0500 (5 days ago) Make Review 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 history download (+1 -1) diffs

trunk/v3/src/Extensions/MSTest/Gallio.MSTestRunner/WarningLogger.cs 969 history download (+1 -1) diffs

trunk/v3/src/Gallio/Gallio/Framework/Data/NullDataRow.cs 969 history download (+1 -1) diffs

trunk/v3/src/Gallio/Gallio/Model/Execution/ITestController.cs 969 history download (+2 -2) diffs

trunk/v3/src/Gallio/Gallio/Framework/Data/Binders/ScalarDataBinder.cs 969 history download (+1 -1) diffs

… 59 more files in changeset.
967 by jeff.brown on 09 May 2008, 21:07:27 -0500 (6 days ago) Make Review Fixed the "check characters" handling on report output.

trunk/v3/src/Extensions/Reports/Gallio.Reports/XsltReportFormatter.cs 967 history download (+6 -3) diffs

966 by jeff.brown on 09 May 2008, 19:58:15 -0500 (6 days ago) Make Review 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 history download (+43 -0) diffs

trunk/v3/src/Gallio/Gallio/Reflection/Impl/StaticAssemblyWrapper.cs 966 history download (+1 -8) diffs

trunk/v3/src/Extensions/MbUnit2/Gallio.MbUnit2Adapter/Model/MbUnit2ReflectiveTestExplorer.cs 966 history download (+2 -7) diffs

trunk/v3/src/Extensions/Reports/Gallio.Reports/XsltReportFormatter.cs 966 history download (+2 -0) diffs

trunk/v3/src/Gallio/Gallio/Runner/Reports/DefaultReportWriter.cs 966 history download (+1 -0) diffs

965 by jeff.brown on 08 May 2008, 06:29:04 -0500 (7 days ago) Make Review 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 history download (+6 -2) diffs

964 by jeff.brown on 07 May 2008, 14:53:46 -0500 (8 days ago) Make Review Moved Icarus to its own section in the TDNet registry as a standalone application.

trunk/v3/src/Extensions/TDNet/Install-TDNetRunner.bat 964 history download (+1 -1) diffs

trunk/v3/src/Installer/GallioBundle.nsi 964 history download (+11 -1) diffs

trunk/v3/src/Extensions/TDNet/TDNetRunner.reg 964 history download

963 by jeff.brown on 06 May 2008, 20:23:02 -0500 (9 days ago) Make Review 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 history download (+19 -10) diffs

962 by jeff.brown on 06 May 2008, 19:21:00 -0500 (9 days ago) Make Review 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 history download (+1 -1) diffs

trunk/v3/src/Gallio/Gallio.Loader/GallioLoader.cs 962 history download (+6 -6) diffs

trunk/v3/src/MbUnit/Samples/MbUnit.Samples/RichExecutionLogDemo.cs 962 history download (+1 -1) diffs

trunk/v3/src/Gallio/Gallio.Loader/Gallio.Loader.csproj 962 history download (+4 -2) diffs

trunk/v3/src/All.vs2008.sln 962 history download (+8 -0) diffs

961 by jeff.brown on 06 May 2008, 14:20:49 -0500 (9 days ago) Make Review Added some docs to be clearer about the fact that the default CombinationType is AllPairs.

trunk/v2/src/mbunit/MbUnit.Framework/CombinatorialTestAttribute.cs 961 history download (+9 -1) diffs

960 by jeff.brown on 06 May 2008, 03:50:55 -0500 (9 days ago) Make Review 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 history download (+9 -4) diffs

trunk/v3/src/Gallio/Gallio/Runner/Extensions/TestRunnerExtensionUtils.cs 960 history download (+20 -2) diffs

trunk/v3/src/Gallio/Gallio/Runner/Harness/DefaultTestHarness.cs 960 history download (+54 -34) diffs

959 by jeff.brown on 06 May 2008, 01:05:56 -0500 (9 days ago) Make Review 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 history download

trunk/v3/src/Extensions/MbUnit2/libs/MbUnit.Framework.dll 959 history download

trunk/v3/src/Extensions/MbUnit2/libs/MbUnit.Framework.2.0.dll 959 history download

trunk/v3/src/Extensions/MbUnit2/libs/QuickGraph.Algorithms.dll 959 history download

trunk/v3/src/Extensions/MbUnit2/libs/MbUnit.Framework.2.0.pdb 959 history download

… 7 more files in changeset.
958 by jeff.brown on 05 May 2008, 16:41:30 -0500 (10 days ago) Make Review 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 history download (+24 -13) diffs

trunk/v3/src/Gallio/Gallio.Tests/Runtime/Hosting/IsolatedProcessHostTest.cs 958 history download (+1 -1) diffs

trunk/v3/src/Gallio/Gallio.Loader/GallioLoader.cs 958 history download (+7 -12) diffs

trunk/v3/src/Gallio/Gallio/Runtime/Hosting/AppDomainUtils.cs 958 history download (+6 -0) diffs

trunk/v3/src/Extensions/TypeMock/Gallio.TypeMockIntegration.Tests/TypeMockHostIntegrationTest.cs 958 history download (+1 -1) diffs

… 12 more files in changeset.
957 by jeff.brown on 05 May 2008, 02:16:00 -0500 (10 days ago) Make Review 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 history download (+1 -1) diffs

trunk/v3/src/Extensions/MSTest/Gallio.MSTestRunner/Resources/VSPackageResourceIds.cs 957 history download (+16 -1)