Skip to content

Commit

Permalink
Add StatisticsFileCSVTest
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianFeldmann committed Jul 16, 2024
1 parent ce1650f commit 9b9a65d
Show file tree
Hide file tree
Showing 6 changed files with 306 additions and 111 deletions.
51 changes: 0 additions & 51 deletions YUViewLib/src/common/TemporaryFile.cpp

This file was deleted.

54 changes: 0 additions & 54 deletions YUViewLib/src/common/TemporaryFile.h

This file was deleted.

2 changes: 1 addition & 1 deletion YUViewUnitTest/YUViewUnitTest.pro
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
QT += core
QT += core xml

TARGET = YUViewUnitTest
TEMPLATE = app
Expand Down
2 changes: 0 additions & 2 deletions YUViewUnitTest/common/TemporaryFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ std::string generateRandomFileName()

std::uniform_int_distribution<int> distribution(0, 61);

const auto value = distribution(generator);

std::stringstream s;
constexpr auto NR_CHARACTERS = 40;
for (int i = 0; i < NR_CHARACTERS; ++i)
Expand Down
3 changes: 0 additions & 3 deletions YUViewUnitTest/statistics/StatisticsDataTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@

#include "gtest/gtest.h"

using ::testing::TestWithParam;
using ::testing::Values;

#include <statistics/StatisticsData.h>

namespace
Expand Down
Loading

0 comments on commit 9b9a65d

Please sign in to comment.