You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
@@ -1,105 +0,0 @@
|
||||
2008-10-31 Andreia Gaita <shana@jitted.com>
|
||||
|
||||
* CompatTest.cs, CultureTest.cs, ResXDataNodeTest.cs,
|
||||
ResXFileRefTest.cs, ResXResourceReaderTest.cs, WriterTest.cs:
|
||||
All tests now inherit from TestHelper so that the setup and
|
||||
teardown routines are always called (barring one or two that already
|
||||
inherit from swf classes that needs to be fixed)
|
||||
|
||||
2008-08-24 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* ResXFileRefTest.cs: Fixed/added attributes on SetUp and TearDown
|
||||
methods.
|
||||
|
||||
2008-07-07 Jonathan Pobst <monkey@jpobst.com>
|
||||
|
||||
* ResXResourceReaderTest.cs: Ignore test that is dependent on
|
||||
hashtable ordering.
|
||||
|
||||
2008-01-27 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* ResXResourceReaderTest.cs: Added Mono-only ctor tests. Fixed
|
||||
and improved UseResXDataNodes test. Improved GetMetadataEnumerator
|
||||
test.
|
||||
* WriterTest.cs: Added Mono-only ctor tests.
|
||||
* ResXFileRefTest.cs: Conversion to MemoryStream is only supported on
|
||||
2.0 profile.
|
||||
* ResXDataNodeTest.cs: Fixed line endings.
|
||||
|
||||
2008-01-23 Olivier Dufour <olivier.duff@gmail.com>
|
||||
|
||||
* ResXResourceReaderTest.cs: Fix the value for test GetNodePosition.
|
||||
|
||||
2008-01-21 Zoltan Varga <vargaz@gmail.com>
|
||||
|
||||
* ResXFileRefTest.cs: Add a test for #354994.
|
||||
|
||||
2008-01-20 Olivier Dufour <olivier.duff@gmail.com>
|
||||
|
||||
* ResXResourceReaderTest.cs: Add tests to check GetNodePosition.
|
||||
|
||||
2007-05-23 Andreia Gaita <avidigal@novell.com>
|
||||
|
||||
* ResXResourceReaderTest.cs, CompatTest.cs: Fix tests so they can run
|
||||
in make run-test and with the tests scripts.
|
||||
|
||||
2007-05-21 Andreia Gaita <avidigal@novell.com>
|
||||
|
||||
* ResXDataNodeTest.cs: Added tests
|
||||
|
||||
2007-04-25 Rolf Bjarne Kvinge <RKvinge@novell.com>
|
||||
|
||||
* WriterTest.cs: Add a message if anyone forgets to close a form again.
|
||||
|
||||
2007-03-10 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* ResXResourceReaderTest.cs: Added test for special casing of .ico
|
||||
files.
|
||||
|
||||
2007-02-13 Rolf Bjarne Kvinge <RKvinge@novell.com>
|
||||
|
||||
* ResXFileRefTest.cs: Removed warnings.
|
||||
|
||||
2007-02-10 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* ResXResourceReaderTest.cs: Fixed warnings, improve existing tests. Added
|
||||
test for invalid reader and writer.
|
||||
|
||||
2007-02-04 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* ResXResourceReaderTest.cs: Added large set of tests.
|
||||
* ResXFileRefTest.cs: Added tests for ResXFileRef and converter.
|
||||
|
||||
2006-12-29 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CultureTest.cs: Added SetUp and TearDown. Spaces to tabs.
|
||||
* WriterTest.cs Added SetUp and TearDown. Spaces to tabs.
|
||||
|
||||
2006-12-29 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CompatTest.cs: Fixed test for 2.0 profile and 1.0 profile. Enabled
|
||||
test for 1.0 profile. Spaces to tabs.
|
||||
|
||||
2006-10-03 Robert Jordan <robertj@gmx.net>
|
||||
|
||||
* compat_2_0.resx, compat_1_1.resx: Add an Image element to test the
|
||||
type converter. Add InvalidMimeType, an element with an invalid
|
||||
mimetype attribute.
|
||||
|
||||
* CompatTest.cs: Add assert for the InvalidMimeType and Image elements.
|
||||
Fix the test for the 2.0 profile.
|
||||
|
||||
* WriterTest.cs: Add type converter tests.
|
||||
|
||||
2006-01-14 Robert Jordan <robertj@gmx.net>
|
||||
|
||||
* compat_2_0.resx: Added a CDATA element as a test for bug #77253.
|
||||
|
||||
2005-12-01 Robert Jordan <robertj@gmx.net>
|
||||
|
||||
* CompatTest.cs, compat*.resx: Compatibility unit tests.
|
||||
* WriterTest.cs: Unit tests for ResXResourceWriter.
|
||||
|
||||
2005-11-30 Robert Jordan <robertj@gmx.net>
|
||||
|
||||
* CultureTest.cs: Unit tests for the culture-invariance.
|
@@ -1,24 +0,0 @@
|
||||
2008-07-07 Jonathan Pobst <monkey@jpobst.com>
|
||||
|
||||
* TableLayoutSettingsTypeConverterTest.cs: Make 'roundtrip' not
|
||||
dependent on exact order of <Control> elements.
|
||||
|
||||
2008-06-10 Jonathan Pobst <monkey@jpobst.com>
|
||||
|
||||
* TableLayoutSettingsTypeConverterTest.cs: New tests
|
||||
from Andy Hume for bug #398274.
|
||||
|
||||
2008-06-09 Jonathan Pobst <monkey@jpobst.com>
|
||||
|
||||
* TableLayoutSettingsTypeConverterTest.cs: Lots of new tests
|
||||
from Andy Hume for bug #398274.
|
||||
|
||||
2007-07-23 Rolf Bjarne Kvinge <RKvinge@novell.com>
|
||||
|
||||
* ArrangedElementCollectionTest.cs: Added.
|
||||
|
||||
2006-12-23 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* TableLayoutSettingsTypeConverterTest.cs: new tests, including
|
||||
one meaty one which is NotWorking on mono.
|
||||
|
@@ -1 +0,0 @@
|
||||
01ba1f8c1463f098e673ac68943e5e3d40e52d3d
|
@@ -0,0 +1,43 @@
|
||||
using System;
|
||||
using System.Windows.Forms;
|
||||
using System.Threading;
|
||||
using Sys_Threading=System.Threading;
|
||||
|
||||
using NUnit.Framework;
|
||||
|
||||
using CategoryAttribute = NUnit.Framework.CategoryAttribute;
|
||||
|
||||
namespace MonoTests.System.Windows.Forms
|
||||
{
|
||||
[TestFixture]
|
||||
public class FormThreadTest : TestHelper
|
||||
{
|
||||
private static void GuiThread()
|
||||
{
|
||||
Form form1;
|
||||
|
||||
form1 = new Form();
|
||||
form1.Show();
|
||||
form1.Dispose();
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestThreadFormsInit ()
|
||||
{
|
||||
Sys_Threading.Thread thread;
|
||||
|
||||
thread = new Sys_Threading.Thread(new ThreadStart(GuiThread));
|
||||
thread.Start();
|
||||
thread.Join();
|
||||
|
||||
try
|
||||
{
|
||||
GuiThread();
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Assert.Fail ("#1");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user