mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-01 21:02:39 +08:00
fixed: code style
This commit is contained in:
parent
456e56d5dc
commit
aae76f612a
@ -23,7 +23,7 @@
|
||||
|
||||
TEST(CArchInternetWindowsTests, openWebPage)
|
||||
{
|
||||
CArchInternetUnix internet;
|
||||
CString result = internet.get(TEST_URL);
|
||||
CArchInternetUnix internet;
|
||||
CString result = internet.get(TEST_URL);
|
||||
ASSERT_EQ("Hello world!", result);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user