fixed: code style (win)
This commit is contained in:
parent
aae76f612a
commit
59cd5ac554
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
TEST(CArchInternetWindowsTests, openWebPage)
|
TEST(CArchInternetWindowsTests, openWebPage)
|
||||||
{
|
{
|
||||||
CArchInternetWindows internet;
|
CArchInternetWindows internet;
|
||||||
CString result = internet.get(TEST_URL);
|
CString result = internet.get(TEST_URL);
|
||||||
ASSERT_EQ("Hello world!", result);
|
ASSERT_EQ("Hello world!", result);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue