libpalaso icon indicating copy to clipboard operation
libpalaso copied to clipboard

Investigate VerseControlTests failing on Linux

Open ermshiperete opened this issue 2 years ago • 0 comments

There are three tests in VerseControlTests.PastedTextGetsExpectedResult that are currently ignored on Linux. They use a string containing a Unicode character and they fail on Linux.

The native method that Linux calls (gtk_clipboard_set_text) is probably missing a MarshalAs attribute on the text parameter.

ermshiperete avatar May 23 '22 08:05 ermshiperete