@@ -33,8 +33,6 @@ static readonly FilePath[] ENGINE_FILES = {
3333static readonly FilePath [ ] GUI_FILES = {
3434 "testcentric.exe" , "testcentric.exe.config" , "nunit.uiexception.dll" ,
3535 "TestCentric.Gui.Runner.dll" , "TestCentric.Gui.Model.dll" , "Mono.Options.dll" } ;
36- static readonly FilePath [ ] TREE_ICONS_JPG = {
37- "Success.jpg" , "Failure.jpg" , "Ignored.jpg" , "Inconclusive.jpg" , "Skipped.jpg" } ;
3836static readonly FilePath [ ] TREE_ICONS_PNG = {
3937 "Success.png" , "Failure.png" , "Ignored.png" , "Inconclusive.png" , "Skipped.png" } ;
4038
@@ -66,9 +64,9 @@ var nugetPackage = new NuGetPackage(
6664 "TestCentric.Metadata.dll" , "TestCentric.Extensibility.dll" , "TestCentric.Extensibility.Api.dll" ,
6765 "nunit.engine.api.dll" , "../../nuget/testcentric.nuget.addins" ) ,
6866 new DirectoryContent ( "tools/Images/Tree/Circles" ) . WithFiles (
69- "Images/Tree/Circles/Success.jpg " , "Images/Tree/Circles/Failure.jpg " , "Images/Tree/Circles/Ignored.jpg " , "Images/Tree/Circles/Inconclusive.jpg " , "Images/Tree/Circles/Skipped.jpg " ) ,
67+ "Images/Tree/Circles/Success.png " , "Images/Tree/Circles/Failure.png " , "Images/Tree/Circles/Ignored.png " , "Images/Tree/Circles/Inconclusive.png " , "Images/Tree/Circles/Skipped.png " ) ,
7068 new DirectoryContent ( "tools/Images/Tree/Classic" ) . WithFiles (
71- "Images/Tree/Classic/Success.jpg " , "Images/Tree/Classic/Failure.jpg " , "Images/Tree/Classic/Ignored.jpg " , "Images/Tree/Classic/Inconclusive.jpg " , "Images/Tree/Classic/Skipped.jpg " ) ,
69+ "Images/Tree/Classic/Success.png " , "Images/Tree/Classic/Failure.png " , "Images/Tree/Classic/Ignored.png " , "Images/Tree/Classic/Inconclusive.png " , "Images/Tree/Classic/Skipped.png " ) ,
7270 new DirectoryContent ( "tools/Images/Tree/Default" ) . WithFiles (
7371 "Images/Tree/Default/Success.png" , "Images/Tree/Default/Failure.png" , "Images/Tree/Default/Ignored.png" , "Images/Tree/Default/Inconclusive.png" , "Images/Tree/Default/Skipped.png" ) ,
7472 new DirectoryContent ( "tools/Images/Tree/Visual Studio" ) . WithFiles (
@@ -83,8 +81,8 @@ var nugetPackage = new NuGetPackage(
8381 checks : new PackageCheck [ ] {
8482 HasFiles ( "CHANGES.txt" , "LICENSE.txt" , "NOTICES.txt" , "testcentric.png" ) ,
8583 HasDirectory ( "tools" ) . WithFiles ( GUI_FILES ) . AndFiles ( ENGINE_FILES ) . AndFile ( "testcentric.nuget.addins" ) ,
86- HasDirectory ( "tools/Images/Tree/Circles" ) . WithFiles ( TREE_ICONS_JPG ) ,
87- HasDirectory ( "tools/Images/Tree/Classic" ) . WithFiles ( TREE_ICONS_JPG ) ,
84+ HasDirectory ( "tools/Images/Tree/Circles" ) . WithFiles ( TREE_ICONS_PNG ) ,
85+ HasDirectory ( "tools/Images/Tree/Classic" ) . WithFiles ( TREE_ICONS_PNG ) ,
8886 HasDirectory ( "tools/Images/Tree/Default" ) . WithFiles ( TREE_ICONS_PNG ) ,
8987 HasDirectory ( "tools/Images/Tree/Visual Studio" ) . WithFiles ( TREE_ICONS_PNG )
9088 } ,
@@ -105,9 +103,9 @@ var chocolateyPackage = new ChocolateyPackage(
105103 "TestCentric.Engine.dll" , "TestCentric.Engine.Api.dll" , "TestCentric.InternalTrace.dll" ,
106104 "TestCentric.Metadata.dll" , "TestCentric.Extensibility.dll" , "TestCentric.Extensibility.Api.dll" ) ,
107105 new DirectoryContent ( "tools/Images/Tree/Circles" ) . WithFiles (
108- "Images/Tree/Circles/Success.jpg " , "Images/Tree/Circles/Failure.jpg " , "Images/Tree/Circles/Ignored.jpg " , "Images/Tree/Circles/Inconclusive.jpg " , "Images/Tree/Circles/Skipped.jpg " ) ,
106+ "Images/Tree/Circles/Success.png " , "Images/Tree/Circles/Failure.png " , "Images/Tree/Circles/Ignored.png " , "Images/Tree/Circles/Inconclusive.png " , "Images/Tree/Circles/Skipped.png " ) ,
109107 new DirectoryContent ( "tools/Images/Tree/Classic" ) . WithFiles (
110- "Images/Tree/Classic/Success.jpg " , "Images/Tree/Classic/Failure.jpg " , "Images/Tree/Classic/Ignored.jpg " , "Images/Tree/Classic/Inconclusive.jpg " , "Images/Tree/Classic/Skipped.jpg " ) ,
108+ "Images/Tree/Classic/Success.png " , "Images/Tree/Classic/Failure.png " , "Images/Tree/Classic/Ignored.png " , "Images/Tree/Classic/Inconclusive.png " , "Images/Tree/Classic/Skipped.png " ) ,
111109 new DirectoryContent ( "tools/Images/Tree/Default" ) . WithFiles (
112110 "Images/Tree/Default/Success.png" , "Images/Tree/Default/Failure.png" , "Images/Tree/Default/Ignored.png" , "Images/Tree/Default/Inconclusive.png" , "Images/Tree/Default/Skipped.png" ) ,
113111 new DirectoryContent ( "tools/Images/Tree/Visual Studio" ) . WithFiles (
@@ -121,8 +119,8 @@ var chocolateyPackage = new ChocolateyPackage(
121119 testRunner : new GuiSelfTester ( BuildSettings . ChocolateyTestDirectory + "testcentric-gui." + BuildSettings . PackageVersion + "/tools/testcentric.exe" ) ,
122120 checks : new PackageCheck [ ] {
123121 HasDirectory ( "tools" ) . WithFiles ( "CHANGES.txt" , "LICENSE.txt" , "NOTICES.txt" , "VERIFICATION.txt" , "testcentric.choco.addins" ) . AndFiles ( GUI_FILES ) . AndFiles ( ENGINE_FILES ) . AndFile ( "testcentric.choco.addins" ) ,
124- HasDirectory ( "tools/Images/Tree/Circles" ) . WithFiles ( TREE_ICONS_JPG ) ,
125- HasDirectory ( "tools/Images/Tree/Classic" ) . WithFiles ( TREE_ICONS_JPG ) ,
122+ HasDirectory ( "tools/Images/Tree/Circles" ) . WithFiles ( TREE_ICONS_PNG ) ,
123+ HasDirectory ( "tools/Images/Tree/Classic" ) . WithFiles ( TREE_ICONS_PNG ) ,
126124 HasDirectory ( "tools/Images/Tree/Default" ) . WithFiles ( TREE_ICONS_PNG ) ,
127125 HasDirectory ( "tools/Images/Tree/Visual Studio" ) . WithFiles ( TREE_ICONS_PNG ) ,
128126 } ,
0 commit comments