Skip to content

Commit

Permalink
Create unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fiddyschmitt committed Apr 4, 2024
1 parent 292a0eb commit c47b29d
Show file tree
Hide file tree
Showing 31 changed files with 1,430 additions and 1,212 deletions.
12 changes: 6 additions & 6 deletions ClonezillaApps.sln
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "lib7Zip", "lib7Zip\lib7Zip.
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "libDokan", "libDokan\libDokan.csproj", "{66566C48-8B34-4F83-B571-54A1A9B306C0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "clonezilla-util-tests", "clonezilla-util-tests\clonezilla-util-tests.csproj", "{82713ECA-C0B4-4827-9B75-15AAEA0BA6EE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "libTrainCompress", "libTrainCompress\libTrainCompress.csproj", "{FB416BDB-7313-4165-A6A5-763ECEBCBFB5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "libGZip", "libGZip\libGZip.csproj", "{7FBC3072-AEEE-45F9-93F2-9687905E227F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "clonezilla-util_tests", "clonezilla-util_tests\clonezilla-util_tests.csproj", "{15096242-CC3B-4DB0-A788-139ED2767860}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -56,10 +56,6 @@ Global
{66566C48-8B34-4F83-B571-54A1A9B306C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66566C48-8B34-4F83-B571-54A1A9B306C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66566C48-8B34-4F83-B571-54A1A9B306C0}.Release|Any CPU.Build.0 = Release|Any CPU
{82713ECA-C0B4-4827-9B75-15AAEA0BA6EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82713ECA-C0B4-4827-9B75-15AAEA0BA6EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82713ECA-C0B4-4827-9B75-15AAEA0BA6EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82713ECA-C0B4-4827-9B75-15AAEA0BA6EE}.Release|Any CPU.Build.0 = Release|Any CPU
{FB416BDB-7313-4165-A6A5-763ECEBCBFB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB416BDB-7313-4165-A6A5-763ECEBCBFB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB416BDB-7313-4165-A6A5-763ECEBCBFB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand All @@ -68,6 +64,10 @@ Global
{7FBC3072-AEEE-45F9-93F2-9687905E227F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FBC3072-AEEE-45F9-93F2-9687905E227F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FBC3072-AEEE-45F9-93F2-9687905E227F}.Release|Any CPU.Build.0 = Release|Any CPU
{15096242-CC3B-4DB0-A788-139ED2767860}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15096242-CC3B-4DB0-A788-139ED2767860}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15096242-CC3B-4DB0-A788-139ED2767860}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15096242-CC3B-4DB0-A788-139ED2767860}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
17 changes: 0 additions & 17 deletions clonezilla-util-tests/Program.cs

This file was deleted.

243 changes: 0 additions & 243 deletions clonezilla-util-tests/Tests/ListContentsTests.cs

This file was deleted.

Loading

0 comments on commit c47b29d

Please sign in to comment.