You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QVERIFY2(Huggle::WikiUser("10.0.0.1", hcfg->Project).IsIP(), "Invalid result for new WikiUser with username of 10.0.0.1, the result of IsIP() was false, but should have been true");
220
-
QVERIFY2(Huggle::WikiUser("132.185.160.97", hcfg->Project).IsIP(), "Invalid result for new WikiUser with username of 132.185.160.97, the result of IsIP() was false, but should have been true");
221
-
QVERIFY2(Huggle::WikiUser("150.30.0.56", hcfg->Project).IsIP(), "Invalid result for new WikiUser with username of 150.30.0.56, the result of IsIP() was false, but should have been true");
222
-
QVERIFY2((Huggle::WikiUser("355.2.0.1", hcfg->Project).IsIP() == false), "Invalid result for new WikiUser with username of 355.2.0.1, the result of IsIP() was true, but should have been false");
223
-
QVERIFY2((Huggle::WikiUser("Frank", hcfg->Project).IsIP() == false), "Invalid result for new WikiUser with username of IP, the result of IsIP() was true, but should have been false");
224
-
QVERIFY2((Huggle::WikiUser("Joe", hcfg->Project).IsIP() == false), "Invalid result for new WikiUser with username of IP, the result of IsIP() was true, but should have been false");
225
-
QVERIFY2((Huggle::WikiUser("2601:7:9380:135:1CCE:4CC0:7B6:8CD5", hcfg->Project).IsIP()), "Invalid result for new WikiUser with username of 2601:7:9380:135:1CCE:4CC0:7B6:8CD5, the result of IsIP() was false, but should have been true");
219
+
QVERIFY2(Huggle::WikiUser("10.0.0.1", hcfg->Project).IsAnon(), "Invalid result for new WikiUser with username of 10.0.0.1, the result of IsAnon() was false, but should have been true");
220
+
QVERIFY2(Huggle::WikiUser("132.185.160.97", hcfg->Project).IsAnon(), "Invalid result for new WikiUser with username of 132.185.160.97, the result of IsAnon() was false, but should have been true");
221
+
QVERIFY2(Huggle::WikiUser("150.30.0.56", hcfg->Project).IsAnon(), "Invalid result for new WikiUser with username of 150.30.0.56, the result of IsAnon() was false, but should have been true");
222
+
QVERIFY2((Huggle::WikiUser("355.2.0.1", hcfg->Project).IsAnon() == false), "Invalid result for new WikiUser with username of 355.2.0.1, the result of IsAnon() was true, but should have been false");
223
+
QVERIFY2((Huggle::WikiUser("Frank", hcfg->Project).IsAnon() == false), "Invalid result for new WikiUser with username of IP, the result of IsAnon() was true, but should have been false");
224
+
QVERIFY2((Huggle::WikiUser("Joe", hcfg->Project).IsAnon() == false), "Invalid result for new WikiUser with username of IP, the result of IsAnon() was true, but should have been false");
225
+
QVERIFY2((Huggle::WikiUser("2601:7:9380:135:1CCE:4CC0:7B6:8CD5", hcfg->Project).IsAnon()), "Invalid result for new WikiUser with username of 2601:7:9380:135:1CCE:4CC0:7B6:8CD5, the result of IsAnon() was false, but should have been true");
0 commit comments