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:
parent
af9260a483
commit
7b542ed141
1 changed files with 1 additions and 1 deletions
|
|
@ -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) );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue