All: Reformat according to new standard
This commit is contained in:
committed by
Kacper Donat
parent
eafd18dac0
commit
25c3ba7338
@@ -28,9 +28,11 @@ TEST(License, UnknownIdentifier)
|
||||
TEST(License, direct)
|
||||
{
|
||||
int posn {App::findLicense("CC_BY_40")};
|
||||
App::TLicenseArr tt {"CC_BY_40",
|
||||
"Creative Commons Attribution 4.0",
|
||||
"https://creativecommons.org/licenses/by/4.0/"};
|
||||
App::TLicenseArr tt {
|
||||
"CC_BY_40",
|
||||
"Creative Commons Attribution 4.0",
|
||||
"https://creativecommons.org/licenses/by/4.0/"
|
||||
};
|
||||
EXPECT_STREQ(App::licenseItems.at(posn).at(0), tt.at(0));
|
||||
EXPECT_STREQ(App::licenseItems.at(posn).at(1), tt.at(1));
|
||||
EXPECT_STREQ(App::licenseItems.at(posn).at(2), tt.at(2));
|
||||
|
||||
Reference in New Issue
Block a user