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