[Mono-bugs] [Bug 385506] New: InputLanguage.InstalledInputLanguages has no Languages
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu May 1 03:21:04 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=385506
Summary: InputLanguage.InstalledInputLanguages has no Languages
Product: Mono: Class Libraries
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Windows.Forms
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: albright at wesay.org
QAContact: mono-bugs at lists.ximian.com
Found By: ---
While this still needs to recognize system languages, currently the code
initializes one input language but it is not passed to the base constructor.
[Test]
public void InstalledInputLanguages_HasAtLeastOneLanguage()
{
Assert.IsTrue(0 < InputLanguage.InstalledInputLanguages.Count);
}
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list