Skip to content
#

bdd

Here are 1,389 public repositories matching this topic...

ivan236634452
ivan236634452 commented Dec 8, 2021

Describe the bug
When compiler flags are such that __FILE__ macro is replaced with a relative file path (on MSVC no /Z7, /Zi or /ZI and no /FC) then it might be replaced with just a filename with no path separators. In this case tags for tests with --filenames-as-tags do not contain '#' symbol.

The bug is present in the 2.x branch, but not in the main branch where the relevant code has

msieurtoph
msieurtoph commented Feb 23, 2022

Hi,

As the XML.Get Element, XML.Set Element Text accept source to be "a path to an XML file, a string containing XML, or an already parsed XML element."

According to documentation, XML.Set Elements Text works like XML.Set Element Text.
But I figured out it ONLY accepts parsed XML. It fails if you supply a path to an XML file.

So you can do

    ${out}    XML.Set Element

Improve this page

Add a description, image, and links to the bdd topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bdd topic, visit your repo's landing page and select "manage topics."

Learn more