libpalaso
libpalaso copied to clipboard
Investigate VerseControlTests failing on Linux
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.