Skip to content

Commit

Permalink
ISSUE #671 add synchro 6.5.3.7 test case
Browse files Browse the repository at this point in the history
  • Loading branch information
carmenfan committed Feb 8, 2024
1 parent c31a9f4 commit f612527
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/src/system/st_3drepobouncerClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,10 @@ TEST(RepoClientTest, UploadTestSPM)
std::string spmUpload5 = produceUploadArgs(db, "synchroTest5", getDataPath(synchroVersion6_5));
EXPECT_EQ((int)REPOERR_OK, runProcess(spmUpload5));
EXPECT_TRUE(projectExists(db, "synchroTest5"));

std::string spmUpload6 = produceUploadArgs(db, "synchroTest6", getDataPath(synchroVersion6_5_3_7));
EXPECT_EQ((int)REPOERR_OK, runProcess(spmUpload6));
EXPECT_TRUE(projectExists(db, "synchroTest6"));
}

TEST(RepoClientTest, UploadTestRVTRegressionTests)
Expand Down
1 change: 1 addition & 0 deletions test/src/unit/repo_test_database_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ const static std::string synchroOldVersion = "synchro6_1.spm";
const static std::string synchroVersion6_3 = "synchro6_3.spm";
const static std::string synchroVersion6_4 = "synchro6_4.spm";
const static std::string synchroVersion6_5 = "synchro6_5.spm";
const static std::string synchroVersion6_5_3_7 = "synchro6_5_3_7.spm";

const static std::string emptyFile = "empty.json";
const static std::string emptyJSONFile = "empty2.json";
Expand Down

0 comments on commit f612527

Please sign in to comment.