Index: dam failuremechanisms/damPiping/trunk/src/Tests/Class1Tests.cs =================================================================== diff -u --- dam failuremechanisms/damPiping/trunk/src/Tests/Class1Tests.cs (revision 0) +++ dam failuremechanisms/damPiping/trunk/src/Tests/Class1Tests.cs (revision 240) @@ -0,0 +1,15 @@ +using NUnit.Framework; + +namespace Deltares.DamPiping.Tests +{ + [TestFixture] + public class Class1Tests + { + [Test] + public void TestSomething() + { + bool test = Class1.DoSomething(); + Assert.AreEqual(false, test); + } + } +} Index: dam failuremechanisms/damPiping/trunk/src/DamPiping.sln =================================================================== diff -u -r239 -r240 --- dam failuremechanisms/damPiping/trunk/src/DamPiping.sln (.../DamPiping.sln) (revision 239) +++ dam failuremechanisms/damPiping/trunk/src/DamPiping.sln (.../DamPiping.sln) (revision 240) @@ -5,10 +5,7 @@ MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Deltares.DamPiping", "Deltares.DamPiping.csproj", "{36A28706-EDBF-4D6E-B143-FF53941A91F2}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Deltares.DamPiping.Tests", "Tests\Deltares.DamPiping.Tests\Deltares.DamPiping.Tests.csproj", "{70F87266-FEDF-4DE1-86BD-CB920C3244C9}" - ProjectSection(ProjectDependencies) = postProject - {36A28706-EDBF-4D6E-B143-FF53941A91F2} = {36A28706-EDBF-4D6E-B143-FF53941A91F2} - EndProjectSection +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Deltares.DamPiping.Tests", "Tests\Deltares.DamPiping.Tests.csproj", "{70F87266-FEDF-4DE1-86BD-CB920C3244C9}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Index: dam failuremechanisms/damPiping/trunk/src/Tests/Deltares.DamPiping.Tests.csproj =================================================================== diff -u --- dam failuremechanisms/damPiping/trunk/src/Tests/Deltares.DamPiping.Tests.csproj (revision 0) +++ dam failuremechanisms/damPiping/trunk/src/Tests/Deltares.DamPiping.Tests.csproj (revision 240) @@ -0,0 +1,58 @@ + + + + + Debug + AnyCPU + {70F87266-FEDF-4DE1-86BD-CB920C3244C9} + Library + Properties + Deltares.DamPiping.Tests + Deltares.DamPiping.Tests + v4.0 + 512 + + + + x86 + bin\Debug\ + TRACE;DEBUG + + + x86 + bin\Release\ + TRACE + true + 4 + + + + + ..\packages\NUnit.2.6.2\lib\nunit.framework.dll + + + + + + + + + + + + + + + {36A28706-EDBF-4D6E-B143-FF53941A91F2} + Deltares.DamPiping + + + + + \ No newline at end of file Index: dam failuremechanisms/damPiping/trunk/src/Tests/Properties/AssemblyInfo.cs =================================================================== diff -u --- dam failuremechanisms/damPiping/trunk/src/Tests/Properties/AssemblyInfo.cs (revision 0) +++ dam failuremechanisms/damPiping/trunk/src/Tests/Properties/AssemblyInfo.cs (revision 240) @@ -0,0 +1,36 @@ +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("Deltares.DamPiping.Tests")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Deltares")] +[assembly: AssemblyProduct("Deltares.DamPiping.Tests")] +[assembly: AssemblyCopyright("Copyright © Deltares 2017")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// 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("70f87266-fedf-4de1-86bd-cb920c3244c9")] + +// 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")] Fisheye: Tag 240 refers to a dead (removed) revision in file `dam failuremechanisms/damPiping/trunk/src/Tests/Deltares.DamPiping.Tests/Deltares.DamPiping.Tests.csproj'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 240 refers to a dead (removed) revision in file `dam failuremechanisms/damPiping/trunk/src/Tests/Deltares.DamPiping.Tests/Properties/AssemblyInfo.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 240 refers to a dead (removed) revision in file `dam failuremechanisms/damPiping/trunk/src/Tests/Deltares.DamPiping.Tests/Class1Tests.cs'. Fisheye: No comparison available. Pass `N' to diff?