Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6b715c6

Browse filesBrowse files
committed
Give test case more suitable name
1 parent 78f33a7 commit 6b715c6
Copy full SHA for 6b715c6

1 file changed

+4-4Lines changed: 4 additions & 4 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎tests/core/test_linuxdeploy.cpp‎

Copy file name to clipboardExpand all lines: tests/core/test_linuxdeploy.cpp
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ using namespace linuxdeploy::core;
77
namespace bf = boost::filesystem;
88

99
namespace LinuxDeployTest {
10-
class LinuxDeployTestsFixture : public ::testing::Test {
10+
class IntegrationTests : public ::testing::Test {
1111
public:
1212
bf::path tmpAppDir;
1313
bf::path source_executable_path;
@@ -41,7 +41,7 @@ namespace LinuxDeployTest {
4141
remove_all(tmpAppDir);
4242
}
4343

44-
~LinuxDeployTestsFixture() override = default;
44+
~IntegrationTests() override = default;
4545

4646
void listDeployedFiles() {
4747
std::cout << "Files deployed in AppDir:" << std::endl;
@@ -79,7 +79,7 @@ namespace LinuxDeployTest {
7979
}
8080
};
8181

82-
TEST_F(LinuxDeployTestsFixture, deployAppDirRootFilesWithExistentAppRun) {
82+
TEST_F(IntegrationTests, deployAppDirRootFilesWithExistentAppRun) {
8383
fillRegularAppDir();
8484
add_apprun();
8585

@@ -91,7 +91,7 @@ namespace LinuxDeployTest {
9191
EXPECT_TRUE(exists(target_apprun_path));
9292
}
9393

94-
TEST_F(LinuxDeployTestsFixture, deployAppDirRootFilesWithCustomAppRun) {
94+
TEST_F(IntegrationTests, deployAppDirRootFilesWithCustomAppRun) {
9595
linuxdeploy::core::appdir::AppDir appDir(tmpAppDir);
9696
linuxdeploy::deployAppDirRootFiles({}, source_apprun_path.string(), appDir);
9797

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.