mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 04:07:10 +01:00 
			
		
		
		
	Make hidden tags behave identically (#1847)
Add both `[.]` and `[!hide]` tags when registering a hidden test case, as per documentation. Co-authored-by: Martin Hořeňovský <martin.horenovsky@gmail.com>
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <testsuitesloose text artifact | ||||
| > | ||||
|   <testsuite name="<exe-name>" errors="17" failures="132" tests="1677" hostname="tbd" time="{duration}" timestamp="{iso8601-timestamp}"> | ||||
|   <testsuite name="<exe-name>" errors="17" failures="132" tests="1680" hostname="tbd" time="{duration}" timestamp="{iso8601-timestamp}"> | ||||
|     <properties> | ||||
|       <property name="filters" value="~[!nonportable]~[!benchmark]~[approvals]"/> | ||||
|       <property name="random-seed" value="1"/> | ||||
| @@ -1404,6 +1404,7 @@ Exception.tests.cpp:<line number> | ||||
|     <testcase classname="<exe-name>.global" name="XmlEncode/string with quotes" time="{duration}"/> | ||||
|     <testcase classname="<exe-name>.global" name="XmlEncode/string with control char (1)" time="{duration}"/> | ||||
|     <testcase classname="<exe-name>.global" name="XmlEncode/string with control char (x7F)" time="{duration}"/> | ||||
|     <testcase classname="<exe-name>.global" name="adding a hide tag implicitly enables all others" time="{duration}"/> | ||||
|     <testcase classname="<exe-name>.global" name="array<int, N> -> toString" time="{duration}"/> | ||||
|     <testcase classname="<exe-name>.global" name="atomic if" time="{duration}"/> | ||||
|     <testcase classname="<exe-name>.global" name="boolean member" time="{duration}"/> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 dmsteck
					dmsteck