Remove "xrc" tag from XRC test disabled by default

This test is only supposed to be executed by giving its name on the
command line, specifying "[xrc]" shouldn't enable it.
This commit is contained in:
Vadim Zeitlin 2023-01-27 01:01:46 +00:00
parent af9260a483
commit 7b542ed141

View file

@ -305,7 +305,7 @@ TEST_CASE("XRC::EnvVarInPath", "[xrc]")
//
// Use something like "python3 -m http.server samples/xrc/rc" and set
// WX_TEST_XRC_URL to http://localhost/menu.xrc to run this test.
TEST_CASE_METHOD(XrcTestCase, "XRC::LoadURL", "[xrc][.]")
TEST_CASE_METHOD(XrcTestCase, "XRC::LoadURL", "[.]")
{
wxString url;
REQUIRE( wxGetEnv("WX_TEST_XRC_URL", &url) );