Skip to content

Commit

Permalink
release 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jediwhale committed Nov 7, 2011
1 parent e01d87b commit 5d27640
Show file tree
Hide file tree
Showing 22 changed files with 55 additions and 122 deletions.
Binary file added binary/release.2.0.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion build.proj
Expand Up @@ -36,7 +36,7 @@
</Target>

<ItemGroup>
<ZipFiles Include="build\release\fit.dll;build\release\fitSharp.dll;build\release\dbfit.dll;build\release\dbfit.oracle.dll;build\release\dbfit.sqlserver.dll;build\release\dbfit.sybase.dll;build\release\Runner*.exe;*License.txt" />
<ZipFiles Include="build\release\fit.dll;build\release\fitSharp.dll;build\release\dbfit.dll;build\release\dbfit.oracle.dll;build\release\dbfit.sqlserver.dll;build\release\dbfit.mysql.dll;build\release\dbfit.sybase.dll;build\release\Runner*.exe;*License.txt" />
</ItemGroup>

<Target Name="zip">
Expand Down
6 changes: 6 additions & 0 deletions document/fitSharp/Fit/SymbolValues.html
Expand Up @@ -67,6 +67,12 @@
<br>
Symbols can be erased with the <a href="../Fit/ClearSymbolsFixture.html">Clear Symbols Fixture</a>.<br>
<br>
We can also get and set symbol values in fixture code: <pre class="code"> if (Symbols.HasValue("stuff")) {
var mySymbol = Symbols.GetValue("stuff);
}

Symbols.Save("another") = "one";
</pre><br>
<span style="font-size:larger; font-family:Arial,sans-serif; font-weight:bold; font-style:italic; color:navy;">Notes:</span><br>
<br>
This is a seperate feature from the FitNesse wiki symbol feature.<br>
Expand Down
25 changes: 25 additions & 0 deletions document/fitSharp/FitSharp/Release20.html
@@ -0,0 +1,25 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- fitSharp
Copyright © Syterra Software Inc. All rights reserved.
The use and distribution terms for this software are covered by the Common Public License 1.0 (http://opensource.org/licenses/cpl.php)
which can be found in the file license.txt at the root of this distribution. By using this software in any fashion, you are agreeing
to be bound by the terms of this license. You must not remove this notice, or any other, from this software. -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<link href="../fitsharp1.css" type="text/css" rel="stylesheet">
<link href="fit.css" type="text/css" rel="stylesheet">
<title>Release20</title>
</head>
<body>
<div class="topbar"><a href="../FitSharp.html" class="siteid"><i>fit</i>Sharp</a></div>
<div class="pagename">Release20</div>
<div class="content">This release contains some significant changes to the internal architecture of <span style="font-family:verdana,sans-serif"><i>fit</i>Sharp</span> that will enable new features in future releases. Some obsolete features have been removed or deprecated:<ul><li><a href="../Fit/TestRunner.html">Test Runner</a> has been removed.</li><li>The static methods in the Fixture class to access <a href="../Fit/SymbolValues.html">Symbol Values</a> have been marked obsolete.</li></ul><br>
<span style="font-size:larger; font-family:Arial,sans-serif; font-weight:bold; font-style:italic; color:navy;">Features</span><ul><li><a href="../Fit/CellDifferences.html">Cell Differences</a> for strings are described.</li><li>App Domain setup information can be specified in a <a href="../FitSharp/SuiteConfigurationFile.html">Suite Configuration File</a>.</li><li>Optional assemblies to be loaded can be specified in a <a href="../FitSharp/SuiteConfigurationFile.html">Suite Configuration File</a>.</li><li><a href="../Fit/FolderRunnerDryRun.html">Folder Runner Dry Run</a> option lists test files without executing tests.</li><li>Test files can be selected for execution by using <a href="../Fit/FolderRunnerWithTags.html">Folder Runner With Tags</a>.</li><li><a href="../DbFit.html">DbFit</a> supports MySql databases.</li><li><a href="../DbFit.html">DbFit</a> supports Sybase databases.</li></ul><br>
<span style="font-size:larger; font-family:Arial,sans-serif; font-weight:bold; font-style:italic; color:navy;">Bugs Fixed</span><ul><li>A relative <a href="../FitSharp/AppConfigFile.html">App Config File</a> path is loaded relative to the application base path.</li><li><a href="../DbFit.html">DbFit</a> handles multi-byte Unicode characters correctly for SqlServer.</li><li><a href="../Slim.html">Slim</a> array parsing is handled correctly.</li></ul></div>
<div style="width:100%;text-align:right">
<span class="footer">&copy; Copyright <a href="http://www.syterra.com">Syterra Software Inc.</a> All rights reserved.</span>
</div>

</body>
</html>
2 changes: 1 addition & 1 deletion document/fitSharp/FitSharp/ReleaseInformation.html
Expand Up @@ -14,7 +14,7 @@
<body>
<div class="topbar"><a href="../FitSharp.html" class="siteid"><i>fit</i>Sharp</a></div>
<div class="pagename">Release Information</div>
<div class="content">These are the new features and bug fixes implemented in each release.<ul><li><a href="../FitSharp/Release19.html">Release 1.9</a></li><li><a href="../FitSharp/Release18.html">Release 1.8</a></li><li><a href="../FitSharp/Release17.html">Release 1.7</a></li><li><a href="../FitSharp/Release16.html">Release 1.6</a></li><li><a href="../FitSharp/Release151.html">Release 1.5.1</a></li><li><a href="../FitSharp/Release15.html">Release 1.5</a></li><li><a href="../FitSharp/Release141.html">Release 1.4.1</a></li><li><a href="../FitSharp/Release14.html">Release 1.4</a></li><li><a href="../FitSharp/Release13.html">Release 1.3</a></li><li><a href="../FitSharp/Release12.html">Release 1.2</a></li><li><a href="../FitSharp/Release11.html">Release 1.1</a></li><li><a href="../FitSharp/Release10.html">Release 1.0</a></li></ul></div>
<div class="content">These are the new features and bug fixes implemented in each release.<ul><li><a href="../FitSharp/Release20.html">Release 2.0</a></li><li><a href="../FitSharp/Release19.html">Release 1.9</a></li><li><a href="../FitSharp/Release18.html">Release 1.8</a></li><li><a href="../FitSharp/Release17.html">Release 1.7</a></li><li><a href="../FitSharp/Release16.html">Release 1.6</a></li><li><a href="../FitSharp/Release151.html">Release 1.5.1</a></li><li><a href="../FitSharp/Release15.html">Release 1.5</a></li><li><a href="../FitSharp/Release141.html">Release 1.4.1</a></li><li><a href="../FitSharp/Release14.html">Release 1.4</a></li><li><a href="../FitSharp/Release13.html">Release 1.3</a></li><li><a href="../FitSharp/Release12.html">Release 1.2</a></li><li><a href="../FitSharp/Release11.html">Release 1.1</a></li><li><a href="../FitSharp/Release10.html">Release 1.0</a></li></ul></div>
<div style="width:100%;text-align:right">
<span class="footer">&copy; Copyright <a href="http://www.syterra.com">Syterra Software Inc.</a> All rights reserved.</span>
</div>
Expand Down
6 changes: 0 additions & 6 deletions fitSharp.sln
@@ -1,11 +1,5 @@
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "fitSharpText", "fitSharpText", "{69DCFB68-FD05-422F-91E8-205AC1E301E5}"
ProjectSection(SolutionItems) = preProject
source\fitSharpText\fit.css = source\fitSharpText\fit.css
source\fitSharpText\TestActionFixture.txt = source\fitSharpText\TestActionFixture.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "fitSharp", "source\fitSharp\fitSharp.csproj", "{204FF2CD-475F-4C6E-A6B5-6779364B33F8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "fitSharpTest", "source\fitSharpTest\fitSharpTest.csproj", "{8C5E0127-E52C-46B7-B253-BD88F5F29034}"
Expand Down
2 changes: 1 addition & 1 deletion source/Runner/Properties/AssemblyInfo.cs
Expand Up @@ -8,4 +8,4 @@

[assembly: ComVisible(false)]

[assembly: AssemblyVersion("1.9.*")]
[assembly: AssemblyVersion("2.0.*")]
2 changes: 1 addition & 1 deletion source/RunnerW/Properties/AssemblyInfo.cs
Expand Up @@ -8,4 +8,4 @@

[assembly: ComVisible(false)]

[assembly: AssemblyVersion("1.9.*")]
[assembly: AssemblyVersion("2.0.*")]
2 changes: 1 addition & 1 deletion source/Samples/Properties/AssemblyInfo.cs
Expand Up @@ -8,4 +8,4 @@

[assembly: ComVisible(false)]

[assembly: AssemblyVersion("1.9.*")]
[assembly: AssemblyVersion("2.0.*")]
2 changes: 1 addition & 1 deletion source/TestTarget/Properties/AssemblyInfo.cs
Expand Up @@ -8,4 +8,4 @@

[assembly: ComVisible(false)]

[assembly: AssemblyVersion("1.9.*")]
[assembly: AssemblyVersion("2.0.*")]
2 changes: 1 addition & 1 deletion source/dbfit/Properties/AssemblyInfo.cs
Expand Up @@ -8,4 +8,4 @@

[assembly: ComVisible(false)]

[assembly: AssemblyVersion("1.9.*")]
[assembly: AssemblyVersion("2.0.*")]
35 changes: 5 additions & 30 deletions source/dbfitMySql/Properties/AssemblyInfo.cs
@@ -1,36 +1,11 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("dbfit.MySql")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("dbfit.MySql")]
[assembly: AssemblyCopyright("Copyright © 2011")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyTitle("DbFit MySql for fitSharp")]
[assembly: AssemblyDescription("DbFit. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2.")]
[assembly: AssemblyProduct("fitSharp")]
[assembly: AssemblyCopyright("Copyright © 2011 Syterra Software Inc. All rights reserved.")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("57341118-9df0-466b-89bc-8d2dfbda7bbf")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("2.0.*")]
2 changes: 1 addition & 1 deletion source/dbfitOracle/Properties/AssemblyInfo.cs
Expand Up @@ -8,4 +8,4 @@

[assembly: ComVisible(false)]

[assembly: AssemblyVersion("1.9.*")]
[assembly: AssemblyVersion("2.0.*")]
2 changes: 1 addition & 1 deletion source/dbfitSqlServer/Properties/AssemblyInfo.cs
Expand Up @@ -8,4 +8,4 @@

[assembly: ComVisible(false)]

[assembly: AssemblyVersion("1.9.*")]
[assembly: AssemblyVersion("2.0.*")]
35 changes: 5 additions & 30 deletions source/dbfitSybase/Properties/AssemblyInfo.cs
@@ -1,36 +1,11 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("dbfitSybase")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("dbfitSybase")]
[assembly: AssemblyCopyright("Copyright © 2011")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyTitle("DbFit Sybase for fitSharp")]
[assembly: AssemblyDescription("DbFit. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2.")]
[assembly: AssemblyProduct("fitSharp")]
[assembly: AssemblyCopyright("Copyright © 2011 Syterra Software Inc. All rights reserved.")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("c6de25e4-be6a-46fa-a0cc-ffb289cceec8")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("2.0.*")]
2 changes: 1 addition & 1 deletion source/dbfitTest/Properties/AssemblyInfo.cs
Expand Up @@ -8,4 +8,4 @@

[assembly: ComVisible(false)]

[assembly: AssemblyVersion("1.9.*")]
[assembly: AssemblyVersion("2.0.*")]
2 changes: 1 addition & 1 deletion source/fit/Properties/AssemblyInfo.cs
Expand Up @@ -8,4 +8,4 @@

[assembly: ComVisible(false)]

[assembly: AssemblyVersion("1.9.*")]
[assembly: AssemblyVersion("2.0.*")]
2 changes: 1 addition & 1 deletion source/fitSharp/Properties/AssemblyInfo.cs
Expand Up @@ -8,4 +8,4 @@

[assembly: ComVisible(false)]

[assembly: AssemblyVersion("1.9.*")]
[assembly: AssemblyVersion("2.0.*")]
2 changes: 1 addition & 1 deletion source/fitSharpTest/Properties/AssemblyInfo.cs
Expand Up @@ -8,4 +8,4 @@

[assembly: ComVisible(false)]

[assembly: AssemblyVersion("1.9.*")]
[assembly: AssemblyVersion("2.0.*")]
35 changes: 0 additions & 35 deletions source/fitSharpText/TestActionFixture.txt

This file was deleted.

7 changes: 0 additions & 7 deletions source/fitSharpText/fit.css

This file was deleted.

2 changes: 1 addition & 1 deletion source/fitTest/Properties/AssemblyInfo.cs
Expand Up @@ -8,4 +8,4 @@

[assembly: ComVisible(false)]

[assembly: AssemblyVersion("1.9.*")]
[assembly: AssemblyVersion("2.0.*")]

0 comments on commit 5d27640

Please sign in to comment.