2010-03-19  Mario Carrion  <mcarrion@novell.com>

	* System.Windows.Automation.Peers/TabItemAutomationPeerTest.cs: Tests
	fix when ItemContainerGenerator.ItemFromContainer returns
	DependencyProperty.UnsetValue.

	r: alan

2010-03-11  Mario Carrion  <mcarrion@novell.com>

	* System.Windows.Automation.Peers/ItemAutomationPeerTest.cs: Testing
	ItemsSource.

2010-02-23  Mario Carrion  <mcarrion@novell.com>

	* moon-unit.csproj: Project updated to build PopupAutomationPeer.
	* System.Windows.Automation.Peers/PopupAutomationPeerTest.cs: Test for
	PopupAutomationPeer.

	r: toshok

2010-02-19  Brad Taylor  <brad@getcoded.net>

	* System.Windows.Automation.Peers/CalendarDayButtonAutomationPeerTest.cs:
	Add new test to verify that NameProperty change events are being fired
	by CalendarDayButton.

	r: jeff

2010-02-11  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Net/WebClientTest.cs: Add test case where Content-Encoding
	is 'gzip' - i.e. Content-Length represent the compressed, not the
	final, length of the data.

2010-02-05  Brad Taylor  <brad@getcoded.net>

	* System.Windows.Automation.Peers/SliderAutomationPeerTest.cs: Test
	passes locally, but not on buildbots, so disabling for now.

2010-02-05  Brad Taylor  <brad@getcoded.net>

	* System.Windows.Automation.Peers/SliderAutomationPeerTest.cs: Verify
	that only 3 peers are returned from GetChildren.

	r: toshok

2010-02-04  Sebastien Pouliot  <sebastien@ximian.com>

	* ApplicationTest.cs: Add thread test cases on GetResourceStream
	* DeploymentTest.cs: Add thread test cases on DP

2010-01-12  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.Net/NetworkCredentialTest.cs: New.
	* System.Net/WebRequestTest.cs: Enable SL3 tests and fix 
	registration prefixes.
	* System.Net.Browser/WebRequestCreatorTest.cs: New.

2010-01-08  Sebastien Pouliot  <sebastien@ximian.com>

	* EnvironmentTest.cs: Update Version for latest SL3

2010-01-26  Mario Carrion  <mcarrion@novell.com>

	* System.Windows.Automation.Peers/TabItemAutomationPeerTest.cs: Test
	TabItemAutomationPeer.

	r: alan

2010-01-25  Mario Carrion  <mcarrion@novell.com>

	* System.Windows.Automation.Peers/TabControlAutomationPeerTest.cs:
	Tests TabControlAutomationPeer.
	* moon-unit.csproj: File added: SWAP/TabControlAutomationPeerTest.cs.
	* System.Windows.Automation.Peers/ItemsControlAutomationPeerTest.cs:
	Method StructureChanged_Events is virtual.

	r: alan

2010-01-20  Mario Carrion  <mcarrion@novell.com>

	* System.Windows.Automation.Peers/CalendarDayButtonAutomationPeerTest.cs:
	Fixes Culture failures.

	r: alan

2010-01-20  Mario Carrion  <mcarrion@novell.com>

	* moon-unit.csproj: File added CalendarButtonAutomationPeerTest.cs.
	* System.Windows.Automation.Peers/CalendarButtonAutomationPeerTest.cs:
	Tests CalendarButtonAutomationPeer.

	r: alan

2010-01-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* System.Windows/LoadedTest.cs: GrandChildLoaded: new test.

2010-01-14  Mario Carrion  <mcarrion@novell.com>

	* moon-unit.csproj: File added CalendarDayButtonAutomationPeerTest.cs.
	* System.Windows.Automation.Peers/ButtonAutomationPeerTest.cs:
	IInvokeProvider_Invoke is virtual.
	* System.Windows.Automation.Peers/FrameworkElementAutomationPeerTest.cs:
	New method TestIsNotKeyboardFocusableEvent.
	* System.Windows.Automation.Peers/CalendarDayButtonAutomationPeerTest.cs:
	Tests CalendarDayButtonAutomationPeer.

	r: alan

2010-01-14  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* moon-unit.mdp: Updated.

	* System.Diagnostics/DebuggerTest.cs: Added BreakTest.

2010-01-13  Mario Carrion  <mcarrion@novell.com>

	* moon-unit.csproj: File added CalendarAutomationPeerTest.cs
	* System.Windows.Automation.Peers/CalendarAutomationPeerTest.cs: Tests
	CalendarAutomationPeer 
	* System.Windows.Automation.Peers/FrameworkElementAutomationPeerTest.cs:
	Updated to test sealed AutomationPeer

	r: alan

2010-01-08  Mario Carrion  <mcarrion@novell.com>

	* System.Windows.Automation.Peers/FrameworkElementAutomationPeerTest.cs:
	Test for Bug #568627. IsOffscreen event not raised when Visibility
	changes.

	r: spouliot

2009-12-18  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Controls/BorderTest.cs
	* System.Windows.Controls/UserControlTest.cs: Test where old or 
	new value is null.

2009-12-17  Mario Carrion  <mcarrion@novell.com>

	* System.Windows.Automation.Peers/ScrollViewerAutomationPeerTest.cs, 
	  System.Windows.Automation.Peers/HyperlinkButtonAutomationPeerTest.cs, 
	  System.Windows.Automation.Peers/FrameworkElementAutomationPeerTest.cs:
	New test GetChildrenChanged, tests ContenControl-based AutomationPeers
	setting Panel and evaluating GetChildren() and
	AutomationEvents.StructureChanged.

	r: toshok

2009-11-20  Mario Carrion  <mcarrion@novell.com>

	* System.Windows.Automation.Peers/AutomationPeerTest.cs: Fixes NIE.

	r: spouliot

2009-12-02  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ScrollContentPresenterTest.cs: Add
	  better handling of invalid scroll offsets to
	  ScrollContentPresenter.

2009-11-23  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ScrollContentPresenterTest.cs:
	  Ensure that HorizontalOffset and VerticalOffset are clamped
	  by ScrollContentPresenter before they are used.

2009-11-23  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ScrollContentPresenterTest.cs: Add a
	  bunch of extra tests to ensure we handle scrolling to valid
	  and invalid offsets correctly. They all passed first time.

2009-11-23  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ScrollContentPresenterTest.cs:
	  Ensure that HorizontalOffset and VerticalOffset are clamped
	  by ScrollContentPresenter before they are used.

2009-11-20  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/ArrangingTest.cs: Add a bunch of additional
	  checks, they all pass.

	* System.Windows.Controls/GridTestAuto.cs: Remove MoonlightBug
	  from test which passes now.

	* System.Windows.Controls/ScrollContentPresenterTest.cs: Add a
	  bunch of new tests for ScrollContentPresenter to make sure
	  the correct values are being passed to/from its content.

2009-11-23  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ContentControlTest.cs: DOs which are
	  expanded from a ControlTemplate need to keep track of the
	  'templateBindingSource' so that we can attach new
	  TemplateBindings later. This value is stored in addition to
	  'IsTemplateItem' as DOs can be expanded from templates which
	  are not ControlTemplates and only ControlTemplate passes in
	  a non-NULL value for templateBindingSource.

2009-12-09  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Markup/XamlReaderTest.cs: If we're setting a
	  value of type Binding to an object we need to check for the
	  existance of a DP first and if that doesn't exist, we look
	  up a standard CLR property.

2009-12-09  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Markup/XamlReaderTest.cs: When using a
	  MoonlightTypeConverter, if the source type is directly
	  assignable to the destination, we should just return the
	  value.

2009-12-08  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* misc/DefaultValues.cs: Remove a MoonlightBug.

2009-12-02  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.Security.Cryptography/AesTest.cs: New. Adapted from
	corlib Rijndael unit tests (block size and modes limitations)

2009-12-02  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ContentPresenterTest.cs: Add a test
	  to prove that ContentPresenter.Content is still copied to
	  the DataContext even if the value is null. i.e. ClearValue
	  is not called on DataContext when the Content is null. 

2009-12-02  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: ContentPresenter copies
	  its Content to its DataContext whenever it isn't a
	  UIElement, therefore if we're databinding the Content
	  property we need to use the parent DataContext in order to
	  get the correct value.

2009-12-01  Brad Taylor  <brad@getcoded.net>

	* System.Windows.Automation.Peers/ProgressBarAutomationPeerTest.cs:
	Verify that ProgressBar is read only and throws a
	InvalidOperationException when SetValue is called.

2009-11-30  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ContentControlTest.cs: Invalidate
	  the measure whenever the Content changes otherwise we may
	  never apply the template and display the content.

2009-11-25  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Shapes/PathTest.cs: Remove MoonlightBug from
	  tests which have been passing for a long time.

	* System.Windows.Controls/GridTestAuto.cs:
	* System.Windows.Controls/GridTestOrdering.cs: Remove
	  MoonlightBug from tests which are passing now.

2009-11-23  Andrés G. Aragoneses  <aaragoneses@novell.com>

	* Makefile.am: Add infrastructure to make new security
	test work referencing the FakeA11yBridge.
	* security/InternalsVisibleToTest.cs: New security test.

	r: spouliot

2009-11-20  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows/PresentationFrameworkCollectionTest.cs: Add test
	case that shows IEnumerable implementation is also IDisposable

2009-11-19  Mario Carrion  <mcarrion@novell.com>

	* System.Windows.Automation.Peers/FrameworkElementAutomationPeerTest.cs:
	Fixed build.

2009-11-19  Mario Carrion  <mcarrion@novell.com>

	* System.Windows.Automation.Peers/SliderAutomationPeerTest.cs 
	  System.Windows.Automation.Peers/ProgressBarAutomationPeerTest.cs,
	  System.Windows.Automation.Peers/ScrollBarAutomationPeerTest.cs, 
	  System.Windows.Automation.Peers/SelectorAutomationPeerTest.cs, 
	  System.Windows.Automation.Peers/ListBoxAutomationPeerTest.cs: New
	tests: IsKeyboardFocusable and IsKeyboardFocusable_Event.
	* System.Windows.Automation.Peers/ComboBoxAutomationPeerTest.cs: New
	test IsKeyboardFocusable.
	* System.Windows.Automation.Peers/FrameworkElementAutomationPeerTest.cs:
	Test updated IsKeyboardFocusable. New tests: IsOffScreen_ScrollViewer.
	New helper methods: TestIsKeyboardFocusable,
	TestIsNotKeyboardFocusable, TestIsKeyboardFocusableEvent and
	TestIsNotKeyboardFocusableEvent.

	r: toshok

2009-11-19  Mario Carrion  <mcarrion@novell.com>

	* System.Windows.Automation.Peers/FrameworkElementAutomationPeerTest.cs:
	Test updated: IsOffScreen. New tests: IsOffScreen_Event and
	IsOffScreen_ScrollViewer.

	r: toshok
	

2009-11-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* moon-unit.mdp: Updated with new files.

2009-11-18  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Media/MediaStreamSourceTest.cs: Add test cases
	about validations (mostly not working).

2009-11-16  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/PanelTest.cs: Remove the
	  MoonlightBug from a test which passes now

2009-11-16  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/ArrangingTest.cs: Update a lot of the Arrange
	  tests to check the value of LayoutInformation.GetClip and
	  LayoutInformation.GetLayoutSlot.

2009-11-18  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ScrollContentPresenterTest.cs: These
	  four tests are all passing now.

2009-11-18  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/GridTestAuto.cs: We need to store
	  the sizes of all the grid segments immediately after we
	  finish measuring them. These sizes are used as our base
	  values when deciding if we should expand star rows/cols. The
	  rules for expanding star rows/cols now make sense :)

2009-11-18  Sebastien Pouliot  <sebastien@ximian.com>

	* security/ReflectionTest.cs: Move some Assembly test case to new
	file
	* System/TypeTest.cs: New. Test case for InvokeMember
	* System.Reflection/AssemblyTest.cs: New. Test case for Assembly.
	Load (full versus partial names). Also moved CreateInstance tests
	from ReflectionTest.cs
	* System.Reflection/ConstructorInfoTest.cs: New.
	* System.Reflection.Emit/ConstructorBuilderTest.cs: New.

2009-11-10  Larry Ewing  <lewing@novell.com>

	* System.Windows.Media/VisualTreeHelperTest.cs: remove some bug
	flags from newly passing tests.

	r: spouliot
	
2009-11-10  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Media/VisualTreeHelperTest.cs: Add test
	case about lack of validation of UIElement parameter in
	FindElementsInHostCoordinates overloads

	r: toshok

2009-11-10  Larry Ewing  <lewing@novell.com>

	* System.Windows.Controls/BorderTest.cs:
	* System.Windows.Controls/GridTest.cs:
	* System.Windows.Controls/GridTestAuto.cs:
	* System.Windows.Controls/GridTestOrdering.cs:
	* System.Windows.Controls/PanelTest.cs:
	* System.Windows.Controls/ScrollContentPresenterTest.cs:
	* System.Windows.Controls/StackPanelTest.cs:
	* System.Windows.Controls/TextBlockTest.cs:
	* System.Windows.Controls/UserControlTest.cs:
	* System.Windows.Shapes/PathTest.cs:
	* System.Windows/ArrangingTest.cs:
	* System.Windows/FrameworkElementTest.cs: rework and reflag for
	layout changes.

	r: jackson

2009-11-10  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/GridTestAuto.cs: Revert the grid
	  changes in r145839 as they interact badly with upcoming
	  layout fixes. r: lewing

2009-11-10  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/GridTestAuto.cs: When expanding in
	  MeasureOverride, do not use the value of
	  [Horizontal|Vertical]Aligment. This fixes a case where we
	  would expand and consume too much space. r: lewing

2009-11-09  Andreia Gaita  <avidigal@novell.com>

	* StoryboardTest.cs: Added BaseTypeTarget test.

	r: spouliot

2009-11-09  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.Windows.Media/VideoBrushTest.cs: Add test case for 
	missing validation in SetSource

	r: rolf

2009-11-09  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Ink/StrokeCollectionTest.cs: New. Some test 
	cases for non-generated code.
	
	r: rolf

2009-11-09  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.Windows.Media.Imaging/BitmapImageTest.cs: Add test cases
	for UriSource wrt different ctors and conditions

	r: rolf

2009-11-09  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Controls/MediaElement.cs: Add test cases for
	SetSource overloads. Remove test case using FileStream since
	SecurityCritical code is already tested elsewhere.

	r: rolf

2009-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* System.Windows.Documents/GlyphsTest.cs: Ignore
	FontUri_Backslash_Absolute, it causes moon-unit to exit.

	r: alan

2009-11-06  Sebastien Pouliot  <sebastien@ximian.com>

	* security/MiscTest.cs: Add (ifdef out) test case for [ComImport]
	as a reminder :)
	* System.Windows.Documents/LineBreakTest.cs: Add FindName test
	case
	* System.Windows.Documents/RunTest.cs: Add FindName test case

	r: alan

2009-11-05  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ListBoxTest.cs:
	* System.Windows.Controls/ComboBoxTest.cs:
	* System.Windows.Controls/ItemsControlTest.cs:
	* System.Windows.Controls/ContentControlTest.cs:
	* System.Windows.Controls/ItemsControlTestBase.cs:
	* System.Windows.Controls/ContentPresenterTest.cs: Add some
	  more new tests to ensure that the new template application
	  technique is correct and remove [MoonlightBug]s from tests
	  which are now passing.

2009-11-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* System.Windows/PropertyPathTest.cs: Added test case for property path
	causing crashes.

	r: alan

2009-11-04  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.Windows.Ink/StrokeTest.cs: New test cases for GetBounds
	(not working), using the non-default ctor (fixed) and HitTest
	validation.

	r: alan

2009-11-04  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ItemsControlTest.cs: Add a missing
	  MoonlightBug and a missing Asynchronous. r: rolf

2009-11-04  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ListBoxTest.cs:
	* System.Windows.Controls/ComboBoxTest.cs:
	* System.Windows.Controls/ItemsControlTest.cs:
	* System.Windows.Controls/ItemsControlTestBase.cs: 1)
	  Disabling the ComboBox should set IsDropDownOpen to false
	2) If the dropdown is opened while the ComboBox is disabled,
	  the children of the popup are disabled.
	3) If the dropdown is open, re-enabling the ComboBox doesn't
	  close the dropdown and also doesn't update the IsEnabled
	  state on the children.
	r: shana

2009-11-04  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/ArrangingTest.cs: Add test to see what
	  happens if Arrange is called before Measure. r: rolf

2009-11-03  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.Windows.Media/CompositionTargetTest.cs: Add test case
	where a null event is added (which broke a bunch of other tests
	with NRE)

	r: jackson

2009-11-03  Alan McGovern  <amcgovern@novell.com>

	* misc/DefaultValues.cs: Add [MoonlightBug] to tests which are
	  running now but don't pass. r: rolf

2009-11-03  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ScrollContentPresenterTest.cs: Add
	  the start of some ScrollContentPresenter tests.

2009-11-03  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/ArrangingTest.cs: Write a bunch of extra
	  tests to figure out what constraints are applied inside of
	  FrameworkElement::Arrange. r: rolf

2009-11-03  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/GridTest.cs:
	* System.Windows.Controls/GridTestAuto.cs:
	* System.Windows.Controls/GridTestOrdering.cs: Rewrite Grid so
	  that it passes the correct sizes to elements spanning Star
	  or Auto segments. Fixes tic-tac-toe. r: lewing

2009-11-02  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.IO.IsolatedStorage/IsolatedStorageFileTest.cs: Add new
	test cases for GetDirectoryNames and GetFileNames

2009-11-02  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ContentPresenterTest.cs: This test
	  passes now. r: rolf

2009-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* System.Windows.Controls/MediaElementTest.cs: Make js work in ff too.

	r: alan

2009-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* System.Windows.Controls/MediaElementTest.cs: Added test case for
	CurrentState after emitting an MediaFailed event.

	r: sde

2009-10-29  Sebastien Pouliot  <sebastien@ximian.com> 

	* System/ActivatorTest.cs: New. Move some test cases from 
	security/ReflectionTest.cs and add basic ones (mostly showing
	that the old stuff is identical to the regular FX)
	* security/ReflectionTest.cs: Move Activator test cases into 
	their own file.

	r: kangaroo

2009-10-29  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Threading/InterlockedTest.cs: New. Test cases adapted
	(i.e. copied ;-) from corlib unit tests

	r: jackson

2009-10-29  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/GridTest.cs:
	* System.Windows.Controls/GridTestAuto.cs: Add some more tests
	  for Grid. r: spouliot

2009-10-28  Mario Carrion  <mcarrion@novell.com>

	* System.Windows.Automation.Peers/RadioButtonAutomationPeerTest.cs, 
	  System.Windows.Automation.Peers/ToggleButtonAutomationPeerTest.cs: 
	Using FrameworkElementAutomationPeer.CreatePeerForElement to
	instantiate the peer.

	r: alan

2009-10-01  Sebastien Pouliot  <sebastien@ximian.com>

	* System/AppDomainTest.cs: New. SSC test cases. Test case
	for limited AssemblyBuilderAccess values possible in SL
	* System/EnvironmentTest.cs: New. SSC test cases. Version
	check.
	* System/ExceptionTest.cs: New. Check for filename leaks
	in exceptions.
	* System.Diagnostics/StackFrameTest.cs: New. SSC test cases
	and check for filename leaks in strings.
	* System.Threading/ThreadTest.cs: Add more test cases for
	default values, Name and CultureInfo.
	* System.Windows/RoutedEventArgsTest.cs: Add test case for
	default values.
	* System.Windows.Input/StylusPointCollectionTest.cs: Add test
	cases. This shows a problem with struct (default ctor) and their
	unmanaged representation.

	r: andreia

2009-10-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* System.Windows.Media/MediaStreamSourceTest.cs: Added.

	* moon-unit.csproj: Added new file.

	r: sde

2009-10-23  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/GridTest.cs:
	* System.Windows.Controls/GridTestAuto.cs:
	* System.Windows.Controls/GridTestOrdering.cs: Add yet more
	  grid tests to SVN.

2009-10-22  Mario Carrion  <mcarrion@novell.com>

	* System.Windows.Automation.Peers/ItemAutomationPeerTest.cs: New tests
	added: GetName_AttachedProperty0Event and
	GetName_AttachedProperty1Event.
	* System.Windows.Automation.Peers/TextBoxAutomationPeerTest.cs: New
	test added: GetName_AttachedProperty0Event.
	* System.Windows.Automation.Peers/TextBlockAutomationPeerTest.cs: New
	test added: GetName_AttachedProperty0Event, 
	* System.Windows.Automation.Peers/ButtonBaseAutomationPeerTest.cs: New
	test added: GetName_AttachedProperty0Event.
	* System.Windows.Automation.Peers/FrameworkElementAutomationPeerTest.cs:
	New tests added: GetAcceleratorKey_AttachedPropertyEvent,
	GetAccessKey_AttachedPropertyEvent,
	GetAutomationId_AttachedPropertyEvent,
	GetHelpText_AttachedPropertyEvent,
	GetItemStatus_AttachedPropertyEvent,
	GetItemType_AttachedPropertyEvent,
	IsRequiredForForm_AttachedPropertyEvent,
	GetName_AttachedProperty0Event, GetName_AttachedProperty1Event,
	GetLabeledBy_AttachedPropertyEvent.

	r: toshok

2009-10-22  Mario Carrion  <mcarrion@novell.com>

	* System.Windows.Automation.Peers/TextBoxAutomationPeerTest.cs: 
	Using FrameworkElementAutomationPeer.CreatePeerForElement to create
	Automation Peer.

	r: toshok


2009-10-15  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/GridTestAuto.cs: Add two more grid
	  tests when using Star and Auto rows.

2009-10-15  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/GridTestAuto.cs: Changing a Grid
	  property (Row, RowSpan etc) on a UIElement invalidates its
	  measure. r: lewing.

2009-10-15  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/GridTest.cs:
	* System.Windows.Controls/GridTestAuto.cs:
	* System.Windows.Controls/GridTestOrdering.cs: Add more grid
	  tests and enhance existing tests so that they check that the
	  final sizes of rows/cols are correct and the correct Size
	  argument is passed to MeasureOverride. r: spouliot

2009-10-14  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/GridTestAuto.cs:
	* System.Windows.Controls/GridTestOrdering.cs: Add some more
	  grid tests. r: rolf

2009-10-12  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/GridTestOrdering.cs: Added some more
	  measure ordering tests.

2009-10-09  Mario Carrion  <mcarrion@novell.com>

	* moon-unit.csproj: File added MultiScaleImageAutomationPeerTest.cs.
	* System.Windows.Automation.Peers/MultiScaleImageAutomationPeerTest.cs: 
	Tests MultiScaleImageAutomationPeer.

	r: toshok

2009-10-09  Mario Carrion  <mcarrion@novell.com>

	* System.Windows.Automation.Peers/SliderAutomationPeerTest.cs: 
	Subclassing RangeBaseAutomationPeerTest.

	r: toshok

2009-10-09  Mario Carrion  <mcarrion@novell.com>

	* System.Windows.Automation.Peers/RadioButtonAutomationPeerTest.cs: 
	Testing SelectionItemPatternIdentifiers.IsSelectedProperty event.

	r: toshok

2009-10-09  Mario Carrion  <mcarrion@novell.com>

	* System.Windows.Automation.Peers/ToggleButtonAutomationPeerTest.cs: 
	Testing TogglePatternIdentifiers.ToggleStateProperty event.

	r: toshok

2009-10-08  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/GridTestAuto.cs:
	* System.Windows.Controls/GridTestOrdering.cs: Add some more
	  tests to ensure we measure the elements in the grid in the
	  correct order. This is important because Auto rows/cols must
	  be measured first and their height assigned before the star
	  rows are processed. The height assigned to the auto
	  rows/cols is subtracted from the availableSize and then this
	  is lesser value is used when measuring elements spanning
	  star rows.

2009-10-08  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/GridTestAuto.cs: Add some new tests
	  for Grid to ensure that star rows expand in the correct
	  places. r: rolf

2009-10-06  Mario Carrion  <mcarrion@novell.com>

	* System.Windows.Automation.Peers/ScrollViewerAutomationPeerTest.cs: 
	New methods added: IScrollProvider_HorizontalMethods, 
	IScrollProvider_VerticalMethods and IScrollProvider_Events.

	r: alan

2009-10-06  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/LoadedTest.cs: Add more tests for the Loaded
	  event. The extra ones check the conditions in which loaded
	  event emission is forced and also the order in which the
	  events are raised. r: spouliot

2009-10-05  Chris Toshok  <toshok@ximian.com>

	* System.Windows.Controls/PanelTest.cs: add a few tests to show
	where min/max are being applied, and whether children of a panel
	know about them.

2009-10-05  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/LoadedTest.cs: Add a bunch of extra tests for
	  the Loaded event. r: spouliot

	* System.Windows.Media/VisualTreeHelperTest.cs: Move two
	  Loaded tests to the LoadedTest.cs file. r: spouliot

2009-10-01  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Input/InputMethodTest.cs: Remove [MoonlightBug]
	on existing test and add new test cases

2009-10-01  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.Windows.Interop/SilverlightHostTest.cs: Remove 
	[MoonlightBug] on IsVersionSupported

	r: alan

2009-09-30  Sebastien Pouliot  <sebastien@ximian.com> 

	* security/SecuritySafeCriticalTest.cs: New. Unit tests

	r: jackson

2009-09-30  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Browser/HtmlPageTest.cs: New. Unit tests

	r: rolf

2009-09-30  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Input/InputMethodTest.cs:
	  IsInputMethodEnabled defaults to true and also needs a
	  validator to ensure that it's only set on 

2009-09-29  Chris Toshok  <toshok@ximian.com>

	* System.Windows.Automation.Peers/TextBoxAutomationPeerTest.cs (ValueProvider_Events):
	call EnqueueTestComplete if we're returning early so we don't
	block indefinitely and timeout moon-unit.

	r: andreia

2009-09-29  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Browser/HtmlObjectTest.cs: New. Unit tests

	r: toshok

2009-09-29  Mario Carrion  <mcarrion@novell.com>

	* System.Windows.Automation.Peers/TextBoxAutomationPeerTest.cs: 
	New test ValueProvider_Events.

	r: jeff

2009-09-29  Mario Carrion  <mcarrion@novell.com>

	* moon-unit.csproj: File added SWAP.PasswordBoxAutomationPeerTest.cs.
	* System.Windows.Automation.Peers/PasswordBoxAutomationPeerTest.cs: 
	New file, tests PasswordBoxAutomationPeer.

	r: spouliot

2009-09-28  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls.Primitives/SelectorTest.cs:
	  ComboBox.ItemContainerStyle and ListBox.ItemContainerStyle
	  both should update the container item Style value when they
	  change. r: spouliot

2009-09-25  Sebastien Pouliot  <sebastien@ximian.com>

	* site/index.html, site/test.html: Add dummy JS function that is
	used for ScriptObject tests

	r: andreia

2009-09-25  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.Window.Browser/ScriptObject.cs: More test cases for
	validations.

	r: andreia

2009-09-25  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Window.Browser/HtmlWindow.cs: New. Add unit tests

	r: rolf

2009-09-21  Stephane Delcroix  <sdelcroix@novell.com>

	* System.Windows.Controls/MultiScaleIamgeTest.cs: 2 new msi tests

	r: toshok

2009-09-17  Sebastien Pouliot  <sebastien@ximian.com>

	* security/MiscTest.cs:Add more test cases for creating arrays of 
	[SecurityCritical] types.
	* security/WebFlashPolicyTest.cs: Ignore tests that depends on 
	sites outside our control.
	* System.Windows.Media.Imaging/BitmapImageTest.cs: Add test case
	where UriSource is called twice (helped me find a leak)

	r: rolf

2009-09-16  Mario Carrion  <mcarrion@novell.com>

	* System.Windows.Automation.Peers/ItemAutomationPeerTest.cs: Testing
	GetParent when Template exists and doesn't exist.
	* System.Windows.Automation.Peers/FrameworkElementAutomationPeerTest.cs: 
	New test GetParent.

	r: toshok

2009-09-16  Brad Taylor  <brad@getcoded.net>

	* System.Windows.Automation.Peers/FrameworkElementAutomationPeerTest.cs: 
	Use new API to force the generation of events.

	r: toshok

2009-09-15  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.Windows/MessageBoxTest.cs: New. Unit tests for MessageBox

	r: toshok

2009-09-10  Mario Carrion  <mcarrion@novell.com>

	* moon-unit.csproj: New file added ProgressBarAutomationPeerTest.cs.
	* System.Windows.Automation.Peers/RangeBaseAutomationPeerTest.cs: 
	Testing RangeValue Pattern events: Maximum, Minimum, LargeChange
	and SmallChange.
	* System.Windows.Automation.Peers/ProgressBarAutomationPeerTest.cs: 
	New test.

	r: toshok

2009-09-09  Mario Carrion  <mcarrion@novell.com>

	* System.Windows.Automation.Peers/ButtonAutomationPeerTest.cs: 
	Removed MoonligthBug.

2009-09-09  Sebastien Pouliot  <sebastien@ximian.com>

	* security/MiscTest.cs: Add test cases for internal calls

	r: kumpera

2009-09-08  Chris Toshok  <toshok@ximian.com>

	* System.Windows.Automation.Peers/ButtonAutomationPeerTest.cs:
	mark IInvokeProvider_Invoke as [MoonlightBug] since it's not
	working.

	* System.Windows.Automation.Peers/ButtonBaseAutomationPeerTest.cs:
	use Assert.Throws.

	r: andreia

2009-09-08  Mario Carrion  <mcarrion@novell.com>

	* System.Windows.Automation.Peers/HyperlinkButtonAutomationPeerTest.cs: 
	* System.Windows.Automation.Peers/ButtonAutomationPeerTest.cs: 
	Using base method to test invoke pattern.
	* System.Windows.Automation.Peers/ButtonBaseAutomationPeerTest.cs: 
	New method Test_InvokeProvider_Invoke.
	* System.Windows.Automation.Peers/RepeatButtonAutomationPeerTest.cs: 
	New file added.

	r: spouliot

2009-09-08  Mario Carrion  <mcarrion@novell.com>

	* moon-unit.csproj: New file added ComboBoxAutomationPeerTest.cs.
	* System.Windows.Automation.Peers/SelectorAutomationPeerTest.cs: 
	* System.Windows.Automation.Peers/ListBoxAutomationPeerTest.cs: 
	ContentTest_ScrollViewer renamed to ContentTest, and ContentTest 
	renamed to ContentTest_Template.
	* System.Windows.Automation.Peers/ComboBoxAutomationPeerTest.cs: New
	file.
	* System.Windows.Automation.Peers/ItemsControlAutomationPeerTest.cs: 
	ContentTest passes. New test StructureChanged_Events.

	r: toshok

2009-09-04  Chris Toshok  <toshok@ximian.com>

	* System.Windows/VisualStateTest.cs: remove AddRemoveHandlerTest
	as it's useless now that the condition which necessitated it has
	been fixed.

	r: andreia

2009-09-04  Sebastien Pouliot  <sebastien@ximian.com>

	* moon-unit.csproj: Add missing tests to the project file

	r: toshok

2009-09-04  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ListBoxTest.cs:
	* System.Windows.Controls/ComboBoxTest.cs: If a ListBoxItem
	  with IsSelected = true is added to a Selector, that value is
	  respected and SelectedItem/Index is updated. r: sde

2009-09-04  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ComboBoxTest.cs: Add tests for
	  setting ComboBox.SelectedIndex from xaml. r: sde

2009-09-03  Mario Carrion  <mcarrion@novell.com>

	* System.Windows.Automation.Peers/ListBoxAutomationPeerTest.cs: 
	Tests added for testing content when Template is null and not null.
	* System.Windows.Automation.Peers/SelectorAutomationPeerTest.cs: 
	Tests added for testing content when Template is null and not null,
	testing events.
	* System.Windows.Automation.Peers/SelectorItemAutomationPeerTest.cs: 
	Testing events.
	* System.Windows.Automation.Peers/FrameworkElementAutomationPeerTest.cs: 
	Fixed GetAutomationEventFrom and GetAutomationEventFrom, new internal
	class to get Peer from provider.

	r: alan

2009-09-03  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ListBoxTest.cs:
	* System.Windows.Controls/ComboBoxTest.cs:
	* System.Windows.Controls.Primitives/SelectorTest.cs: Add some
	  more tests for IsSelected/SelectedIndex/SelectedObject. We
	  should wait til we're implementing SL3 behaviours before
	  fixing these tests as there's a bug in Silverlight 2.0 which
	  makes it very hard to figure out what's going on. r: toshok

2009-09-03  Sebastien Pouliot  <sebastien@ximian.com>

	* Makefile.am: Add CrossDomainPolicyManager.cs to the build

	r: andreia

2009-09-03  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ItemsControlTest.cs:
	* System.Windows.Controls/ItemsControlTestBase.cs:
	* System.Windows.Controls.Primitives/SelectorTest.cs: Add a
	  test to check when ItemContainerStyle is used.

2009-09-03  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ListBoxTest.cs:
	* System.Windows.Controls/ItemsControlTest.cs:
	* System.Windows.Controls/ItemsControlTestBase.cs:
	* System.Windows.Controls.Primitives/SelectorTest.cs: Remove
	  code duplication - DisplayMemberPath handling should only
	  exist in ItemsControl. This fixes DisplayMemberPath handling
	  for ListBox too. r: sde

2009-09-02  Jackson Harper  <jackson@ximian.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Test for
	feature mentioned in bug #521663. Allows look ups of properties
	on the supplied object instead of just the type.  Note that the
	value doesnt seem to get update (on SL or ML).

2009-09-02  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ListBoxTest.cs:
	* System.Windows.Controls/ComboBoxTest.cs:
	* System.Windows.Controls/ItemsControlTest.cs:
	* System.Windows.Controls/ItemsControlTestBase.cs: Add extra
	  tests to ensure the DisplayMemberPath template is used in
	  the right places. Remove [MoonlightBug] from tests which are
	  passing now. r: toshok

	* System.Windows.Controls.Primitives/SelectorTest.cs: Remove
	  [MoonlightBug] from tests which are passing now. r: toshok

	* System.Windows/DataTemplateTests.cs: Add a helper method to
	  easily create a DataTemplate in code. r: toshok

2009-09-02  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ContentPresenterTest.cs: If
	  ContentPresenter.Content is a UIElement, we clear the value
	  of the DataContext, otherwise we copy the Content to it. r:
	  jeff

2009-09-02  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ListBoxTest.cs:
	* System.Windows.Controls/ComboBoxTest.cs:
	* System.Windows.Controls.Primitives/SelectorTest.cs: The
	  ignore needs to be on the overrides, not the base method. r:
	  me ;)

2009-09-01  Jackson Harper  <jackson@ximian.com>

	* misc/Parsing/MiscParsing.cs:
	* misc/Parsing/MiscParsingPrivateControl.xaml: New tests for
	loading internal types.
	- Remove unused test for feature that doesnt work on SL

2009-08-31  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Automation.Peers/SelectorItemAutomationPeerTest.cs:
	  Remove moonlight bug from test which is passing. r: jeff

2009-08-28   Mario Carrion  <mcarrion@novell.com>

	* moon-unit.csproj: HyperlinkButtonAutomationPeerTest.cs added.
	* System.Windows.Automation.Peers/SelectorItemAutomationPeerTest.cs: 
	Testing ISelectionItemProvider methods and events.

	r: alan

2009-08-28  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/DataTemplateTests.cs: ContentControl is not
	  in charge of expanding its content template, the users of
	  ContentControl have to do that. When applying a
	  ControlTemplate, if it expands to an empty element or one
	  which is not a UIElement, we ignore the template and instead
	  apply the default element. r: toshok

2009-08-28  Sebastien Pouliot  <sebastien@ximian.com>

	* security/WebFlashPolicyTest.cs: Add test case for FILE/HTTP 
	and FILE/HTTPS with "well known" secure policies. Based on
	patch received from Stephen A. Jazdzewski.

	re: jackson

2009-08-27  Sebastien Pouliot  <sebastien@ximian.com>

	* security/WebBasePolicyTest.cs: New. Common tests for both Flash 
	and Silverlight policy parsing and resolution.
	* security/WebFlashPolicyTest.cs: New. Unit tests for Flash 
	policy parsing and resolution.
	* security/WebSilverlightPolicyTest.cs: New. Unit tests for 
	Silverlight policy parsing and resolution.

	re: toshok

2009-08-27  Andrés G. Aragoneses  <aaragoneses@novell.com>

        * System.Windows.Automation.Peers/HyperlinkButtonAutomationPeerTest.cs:
        Add new file, forgotten in commit r140650.

2009-08-26  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ItemsControlTest.cs: Allow
	  FrameworkTemplates to be expanded in managed code. Using
	  that, expand the ItemsPanelTemplate in ItemsControl when it
	  is available. r: toshok

2009-08-26  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ListBoxTest.cs:
	  ComboBox.IsSelectionActiveProperty and
	  ListBox.IsSelectionActiveProperty are the same DP reference,
	  so declare it on Selector and expose it in the subclasses.
	  Cleanup usage of this property aswell. r: spouliot

2009-08-25  Andrés G. Aragoneses  <aaragoneses@novell.com>

	* moon-unit.mdp: Add new HyperLinkButtonAutomationPeerTest
	  file.

	* System.Windows.Automation.Peers/ButtonBaseAutomationPeerTest.cs:
	  Event testing for derived classes of ButtonBase. Refactor
	  ContentTest.

	* System.Windows.Automation.Peers/ButtonAutomationPeerTest.cs:
	  Call the base method for testing events. Refactor
	  ContentTest (code was duplicated with the base test).

2009-08-25  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ComboBoxTest.cs: When an item is
	  selected before the container item has been created, we need
	  to set the 'IsSelected' flag on the container when it loads.
	  Fixes the initial selection for both ComboBox and ListBox.
	  r: jackson

2009-08-25  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ComboBoxTest.cs: Rewrite the
	  UpdateDisplayedItem method to fix rendering issues when an
	  item is selected before the drop down list has been opened.
	  Previously the selected item would not appear in the
	  ComboBox as the currently displayed item. r: spouliot

2009-08-24  Mario Carrion  <mcarrion@novell.com>

	* System.Windows.Automation.Peers/AutomationPeerTest.cs: 
	ListenerExists updated. Should be True when running on ML2.
	* System.Windows.Automation.Peers/ItemAutomationPeerTest.cs: 
	  System.Windows.Automation.Peers/ItemsControlAutomationPeerTest.cs, 
	  System.Windows.Automation.Peers/SelectorAutomationPeerTest.cs: 
	  Reverted because updated KB970363 pulled SL3 update.
	* System.Windows.Automation.Peers/SelectorItemAutomationPeerTest.cs: 
	  Removed GetItemType_AttachedProperty, already defined in base class.
	r:alan

2009-08-24  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ComboBoxTest.cs: 1) Update the
	  DisplayedItem when the ComboBox template has been applied.
	2) Correctly update the SelectionBoxItem and
	  SelectionBoxItemTemplate variables aswell.
	3) Ensure that the ItemTemplate applied to the selected
	  ComboBoxItem is propagated to
	  ContentPresenter.ContentTemplate
	r: sde

2009-08-21  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/DataTemplateTests.cs: Add extra regression
	  test for the change in r140417. 

2009-08-21  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/ResourceDictionaryTest.cs: Add extra tests to
	  see which elements can be added multiple times to the same
	  RD and which elements can be added to multiple different RDs

2009-08-21  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: Whoops - nuke a
	  Console.ReadLine that was accidently left in.

2009-08-21  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: Add the test which
	  verifies the change in r140365.

2009-08-21  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/GridTestAuto.cs: When assigning
	  sizes to grid segments, if the current UIElement spans
	  across star segments, then extra height will only be
	  assigned to those star segments. Otherwise extra height will
	  be assigned to Auto and Pixel segments. r: sde

2009-08-20  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/GridTestAuto.cs: Add a missing
	  [MoonlightBug].

2009-08-20  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: Applying a
	  TemplateBinding to a non-framework element should silently
	  discard the binding. r: jackson

2009-08-20  Jackson Harper  <jackson@ximian.com>

	* System.Windows.Markup/XamlReaderTest.cs: Expand test a little
	
2009-08-20  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Markup/XamlReaderTest.cs: Add additional test
	  to see when SolidColorBrush supports text content and when
	  it doesn't.

2009-08-19  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/GridTestAuto.cs: Add the first batch
	  of Grid tests revolving around star rows.

2009-08-18  Andrés G. Aragoneses  <aaragoneses@novell.com>

	* moon-unit.mdp: Include System.Windows.Automation.Peers/
	  files.

2009-08-18  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/GridTestAuto.cs: Allocate sizes of
	  the grid segments in the correct order. r: shana

2009-08-17  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/GridTestAuto.cs: When allocating
	  sizes for rows/columns, clamp the sizes between the Min and
	  Max values in a consistent manner. r: jackson

2009-08-15  Larry Ewing  <lewing@novell.com>

	* System.Windows.Shapes/PathTest.cs: put the Path tests back into
	compliance.

2009-08-14  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/GridTest.cs:
	* System.Windows.Controls/GridTestAuto.cs: Rewrite the size
	  allocation code in grid to better match the microsoft
	  implementation. It works much better for the pixel and auto
	  cases, but still has some issues with star columns. r:
	  lewing

2009-08-14  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Disable
	  StoryboardTest.Pause () for the moment as it flaps far too
	  frequently. There are other tests on Storyboard.Pause that
	  will fail if it regresses. r: rolf and jackson

2009-08-14  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ContentControlTest.cs: Go back to
	  the old method of populating TextBlock.Text in the fallback
	  display element in ContentPresenter. We can't safely use the
	  correct method (a oneway binding) yet. r: lewing

2009-08-13  Mario Carrion  <mcarrion@novell.com>

	* moon-unit.csproj: Files added to test ScrollBar and ScrollViewer.
	* System.Windows.Automation.Peers/ItemAutomationPeerTest.cs, 
	  System.Windows.Automation.Peers/ItemsControlAutomationPeerTest.cs: 
	Tests updated to match changes in KB970363.
	* System.Windows.Automation.Peers/SelectorAutomationPeerTest.cs: 
	Subclassing ItemsControlAutomationPeerTest to match hierarchy.
	* System.Windows.Automation.Peers/RangeBaseAutomationPeerTest.cs: 
	Subclassing FrameworkElementAutomationPeerTest, testing events and
	implementation in SL2
	* System.Windows.Automation.Peers/ScrollViewerAutomationPeerTest.cs, 
	  System.Windows.Automation.Peers/ScrollBarAutomationPeerTest.cs: 
	New tests.
	* System.Windows.Automation.Peers/ButtonBaseAutomationPeerTest.cs: 
	Poker class added. New test ContentTest, GetName.
	* System.Windows.Automation.Peers/SelectorItemAutomationPeerTest.cs: 
	Subclassing ItemAutomationPeerTest to match hierarchy.
	* System.Windows.Automation.Peers/FrameworkElementAutomationPeerTest.cs: 
	Null tests is virtual. New test HasKeyboardFocus. Updated IsOffScreen.
	New EventsManager to test events in ML.

2009-08-12  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ContentControlTest.cs: Remove
	  MoonlightBug from tests which are passing now. r: toshok

2009-08-12  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/GridTestAuto.cs: Add a bunch more
	  tests for Grid sizing.

2009-08-07  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/GridTestAuto.cs: Add an extra test
	  to ensure that the correct sizes are passed to the elements
	  inside the grid when measuring.

2009-08-06  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/GridTestAuto.cs: Add some more tests
	  for Auto/Star and Auto/Fixed combinations.

2009-08-06  Alan McGovern  <amcgovern@novell.com>

	* moon-unit.mdp:
	* System.Windows.Controls/GridTest.cs:
	* System.Windows.Controls/GridTestAuto.cs: Add the first few
	  tests which attempt to figure out how GridLength.Auto
	  actually distributes its values.

2009-08-05  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: Remove the MoonlightBug
	  from BindDataContext. Also rewrite XamlDataContext2 to be
	  asynchronous, as DataContext change notifications are
	  asynchronous and the test must allow for that before
	  checking values.

2009-08-04  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: TwoWay bindings must set
	  a non-empty Path.

2009-08-04  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ContentPresenterTest.cs:
	  ContentPresenter.Content is copied to the datacontext when
	  it is Loaded.

2009-08-04  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ContentPresenterTest.cs: Add some
	  extra tests to make sure the link between DataContext and
	  Content is understood correctly for ContentPresenter.

	* System.Windows/FrameworkElementTest.cs: Add test to ensure
	  that ContentControl.Content is not copied to the DataContext
	  like ContentPresenter.Content is.

	* System.Windows.Data/BindingTest.cs: Add two extra Binding
	  tests to check that TwoWay bindings always have a path and
	  also see what happens if a FrameworkElements DataContext is
	  databound. In this case it uses the parents datacontext.

2009-08-04  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs:
	* System.Windows.Controls/ContentPresenterTest.cs: Add extra
	  tests to see how the DataContext property behaves.

2009-08-04  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ContentPresenterTest.cs: If
	  ContentPresenter.Content was changed from one primitive
	  value to another primitive value (i.e. non-UIElement) then
	  the DataContext was not updated correctly. The DataContext
	  is now kept in sync with the ContentProperty.

2009-07-31  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* System.Windows.Media/VisualTreeHelperTest.cs: Mark HitTest31b
	as MoonlightBug.

2009-07-30  Larry Ewing  <lewing@novell.com>

	* System.Windows.Controls/PanelTest.cs: remove moonbug from
	passing test.

2009-07-29  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Controls/ImageTest.cs: Sameness tests.

2009-07-27  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/StyleTest.cs: Default styles are applied even
	  if the user applies a style. Fixes some visual glitches in
	  the controls toolkit site.

2009-07-24  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/VisualStateTest.cs: Add test for
	  adding/removing handlers for VisualStateGroup events. It
	  spews errors to the term but doesn't actually fail visibly.

2009-07-24  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/VisualStateTest.cs: Add a test to ensure that
	  VisualStateGroup.Name is set correctly.

2009-07-23  Sebastien Pouliot  <sebastien@ximian.com>

	* System.IO.IsolatedStorage/IsolatedStorageSettingsTest.cs: 
	Remove [MoonlightBug]

2009-07-23  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ScrollViewerTest.cs: Add a reason to
	  the Moonlight bug in case anyone tries to remove it.

2009-07-23  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ScrollViewerTest.cs: Add the
	  moonunit tests for the recent scrollviewer modifications

2009-07-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* System.IO.IsolatedStorage/IsolatedStorageSettingsTest.cs:
	Add MoonlightBug for a known regression.

2009-07-22  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/FrameworkElementTest.cs: Add an extra check
	  to FE.DataContext to make sure it really is a core property.

2009-07-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* moon-unit.csproj: Updated.

2009-07-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* System.Windows.Browser/ScriptableTest.cs: Move initialization
	to ctor.

2009-07-22  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/DependencyPropertyTest.cs: Update test
	  slightly

2009-07-22  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/DependencyPropertyTest.cs: Add a test showing
	  that 'core' types don't preserve the object reference when
	  marshalling to/from native but custom types do.

2009-07-22  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/DependencyPropertyTest.cs: A custom
	  registered dependencyproperty keeps the same object
	  reference when marshalling a string.

2009-07-22  Andreia Gaita  <avidigal@novell.com>

	* System.Windows.Browser/ScriptableTest.cs: reactivate scriptable
	tests, the bots should run them fine now.

2009-07-22  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ListBoxTest.cs: Add an extra test to
	  see if the object reference is always preserved

2009-07-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* System.Windows.Browser/ScriptableTest.cs: Added.

2009-07-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* site/test.html:
	* site/index.html: Add a big fat warning that these two files
	should be almost identical. Also make these files as identical
	as possible.

2009-07-21  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ItemsControlTest.cs: Add test for
	  setting ItemsControl.ItemsSource through xaml.

2009-07-21  Alan McGovern  <amcgovern@novell.com>

	* moon-unit.mdp:
	* System.Windows.Media/DoubleCollectionTest.cs:
	* System.Windows.Controls/ItemCollectionTest.cs: In order to
	  make ItemsControl function correctly, it has to box all
	  value types. This appears to break nothing but feels like a
	  bit of a hack. Without this, selection is broken in
	  itemscontrol for value types. 

2009-07-20  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ItemCollectionTest.cs: Add a test
	  pinpointing why ListBox (and ComboBox) are broken.
	  ItemCollection.IndexOf () is not working correctly.

2009-07-17  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.Windows.Documents/GlyphsTest.cs: A few more asserts to
	make the difference between parse-time and run-time.

2009-07-17  Sebastien Pouliot  <sebastien@ximian.com>

	* misc/DefaultValues.cs: Decorate some Glyphs tests with 
	[MoonlightBug] since they were not executed preivously because no
	other partial GlyphsTest type existed with a [TestClass] attribute
	* System.Windows.Documents/GlyphsTest.cs: New. Parser tests for
	Glyphs that use backslashes (throwing XamlParseException)

2009-07-16  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Controls/SaveFileDialogTest.cs: Update for SL3
	final API.

2009-07-16  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ContentControlTest.cs: Add extra
	  tests to more clearly define when the IsEnabled state of a
	  control propagates to its children.

2009-07-15  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Threading/TimerTest.cs: New. Shows the bad (sync) 
	behavior of Moonlight
	* System.Threading/ThreadTest.cs: Ignore two test cases that
	(should) kills the harness when executed from the bots (like it
	happens when executed on Windows) since there's a OnError
	event registred in javascript (inside test.html)
	* System.Windows.Threading/CrossThreadAccessTest.cs: Make the
	test cases [Asynchronous] since the sync-based Timer tests 
	don't work (see new unit tests). As such Moonlight did not 
	execute the delegates (so the tests were green anyway / empty)
	but it causes problems within the runtime (GetHost returns null).

2009-07-14  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/FrameworkElementTest.cs: Split up the new
	  Loaded tests into two parts, one checking the Loaded event
	  is async and one checking that it is actually fired.

2009-07-13  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ControlTest.cs: If the focused
	  element is removed from the visual tree, it should lose
	  focus.

2009-07-13  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ControlTest.cs: A control does not
	  have to be loaded to be focusable, the visual tree it's
	  attached to has to be loaded.

2009-07-09  Chris Toshok  <toshok@ximian.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: add a test to
	check promoting from default values to local values on sb.Begin.
	Also, re-enable the assert for InvalidOperationException in
	TargetSameProperty.

2009-07-07  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/VisualStateTest.cs: Add the test showing that
	  VisualState.Storyboard is not a core DP.

2009-07-07  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/VisualStateManagerTest.cs: Remove
	  MoonlightBug from tests which pass now.

2009-07-02  Alan McGovern  <amcgovern@novell.com>

	* Makefile.am:
	* moon-unit.mdp:
	* System.Windows/VSMControl.xaml:
	* System.Windows/VSMControl.xaml.cs:
	* System.Windows/VisualStateManagerTest.cs: Add extra tests to
	  see how VSM interacts with templates.

2009-06-30  Mario Carrion  <mcarrion@novell.com>

	* System.Windows.Automation.Peers/SelectorItemAutomationPeerTest.cs: 
	Fixed failing test.

2009-06-30  Mario Carrion  <mcarrion@novell.com>

	* moon-unit.csproj: New files added: ListBoxAutomationPeerTest.cs and
	ListBoxItemAutomationPeerTest.cs
	* System.Windows.Automation.Peers/ListBoxAutomationPeerTest.cs: New
	test for ListBoxAutomationPeer class.
	* System.Windows.Automation.Peers/SelectorAutomationPeerTest.cs: Testing
	ISelectionProvider methods.
	* System.Windows.Automation.Peers/ListBoxItemAutomationPeerTest.cs: New
	test for ListBoxItemAutomationPeer class.
	* System.Windows.Automation.Peers/ItemsControlAutomationPeerTest.cs: 
	Removed commented code, using MoonlightBug in ContentTest.
	* System.Windows.Automation.Peers/SelectorItemAutomationPeerTest.cs: 
	Methods overridden: GetName. Testing ISelectionItemProvider methods.
	* System.Windows.Automation.Peers/FrameworkElementAutomationPeerTest.cs: 
	New methods: IsRunningMono, LoadSystemWindows, used to handle a11y 
	events on Moonlight.

2009-06-30  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: Add tests covering the
	  last few changes to the databinding code.

2009-06-26  Mario Carrion  <mcarrion@novell.com>

	* moon-unit.csproj.user: File added.
	* System.Windows.Automation.Peers/MediaElementAutomationPeerTest.cs: 
	Tests MediaElement automation peer.

2009-06-25  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ComboBoxTest.cs: Add more tests to
	  ensure we call ClearContainerForItem in the right places and
	  emit the events in the correct order.

2009-06-25  Mario Carrion  <mcarrion@novell.com>

	* System.Windows.Automation.Peers/ButtonAutomationPeerTest.cs: 
	Subclassing from ButtonBaseAutomationPeerTest. Testing 
	GetBoundingRectangle and GetName.
	* System.Windows.Automation.Peers/TextBoxAutomationPeerTest.cs,
	  System.Windows.Automation.Peers/TextBlockAutomationPeerTest.cs: 
	Testing GetBoundingRectangle.
	* System.Windows.Automation.Peers/ToggleButtonAutomationPeerTest.cs: 
	Ignore attribute removed.
	* System.Windows.Automation.Peers/FrameworkElementAutomationPeerTest.cs: 
	Testing GetBoundingRectangle, GetChildren and HasKeyboardFocus.

2009-06-25  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ListBoxTest.cs: Add test to see what
	  the default state of ScrollbarVisibility is

	* System.Windows.Controls/ComboBoxTest.cs: Add test to see
	  what the default state of ScollbarVisibility is

	* misc/DefaultValues.cs:
	* System.Windows.Controls/GridTest.cs: ShowGridLines is a bit
	  strange under SL so mark test as moonlight bug for the
	  moment.

	* moon-unit.mdp: Add missing files to the sln

	* System.Windows.Markup/XamlReaderTest.cs: Add moonlight bug
	  to EnumAsContent

2009-06-25  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ComboBoxTest.cs:
	  TemplateClosesDropdown hits a corner case so add
	  MoonlightBug. OnDropDownMethodsTest passes now.

2009-06-25  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ComboBoxTest.cs: Add a test to ensure
	that only the event is fired in the OnDropDownOpened virtual method

2009-06-24  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ComboBoxTest.cs: When the template
	  is applied the dropdown should be closed if it's open.

2009-06-24  Brad Taylor  <brad@getcoded.net>

	* System.Windows.Automation.Peers/ToggleButtonAutomationPeerTest.cs:
	Rename methods to be more consistent with general naming conventions.

	* System.Windows.Automation.Peers/RadioButtonAutomationPeerTest.cs: Add
	test for RadioButton's automation peer.

2009-06-23  Brad Taylor  <brad@getcoded.net>

	* System.Windows.Automation.Peers/ToggleButtonAutomationPeerTest.cs:
	Refactor to allow CheckBoxAutomationPeerTest to share more code.

	* System.Windows.Automation.Peers/CheckBoxAutomationPeerTest.cs: Add
	test for CheckBox's automation peer.

2009-06-23 Sebastien Pouliot  <sebastien@ximian.com>

	* System.Net/WebClientTest.cs: Add test cases for BaseAddress

2009-06-23  Jackson Harper  <jackson@ximian.com>

	* System.Windows.Controls/RowDefinitionTest.cs:
	* System.Windows.Controls/ColumnDefinitionTest.cs: We handle empty
	attribute strings properly now, remove MonoBug.

2009-06-23  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: Add a new Binding test
	  to ensure we correctly handle binding.Path = null;

2009-06-22  Brad Taylor  <brad@getcoded.net>

	* moon-unit.csproj: 
	* System.Windows.Automation.Peers/ToggleButtonAutomationPeerTest.cs: 
	Add test for Toggle Button's automation peer.

2009-06-22  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: This test passes now.

2009-06-20  Sebastien Pouliot  <sebastien@ximian.com>

	* security/ReflectionTest.cs: Show the behavior of trying to invoke
	private methods from a public type inside platform code.

2009-06-17  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/DependencyPropertyTest.cs: chars are properly
	  supported now. Remove MoonlightBug

2009-06-16  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows/AssemblyPartCollectionTest.cs: New. Tests to 
	check differences between Deployement and standalone cases.
	* System.Windows/AssemblyPartTest.cs: Change GetLibraryStream to 
	public so it can be reused.

2009-06-15  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media/VisualTreeHelperTest.cs: Fix one corner
	  case, mark two others as corner cases and create a new test
	  from one of the corner cases which tests for the same thing
	  but less strictly.

2009-06-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* System.Windows/FrameworkElementTest.cs: Add MoonlightBug
	to a Loaded_styledChildOfNonStyledParent_styledSiblingInsertedBefore.

2009-06-12  Jackson Harper  <jackson@ximian.com>

	* misc/Parsing/PrimitiveTest.cs: Fixed this issue magicidently.

2009-06-12  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.Windows/DeploymentTest.cs: Test that the Deployment.
	ExternalCallersFromCrossDomain property can only be set in the
	manifest, i.e. is a read-only value from managed code.

2009-06-11  Mario Carrion  <mcarrion@novell.com>

	* moon-unit.csproj: New files added: 
	SelectorItemAutomationPeerTest.cs and SelectorAutomationPeerTest.cs.
	* System.Windows.Automation.Peers/ItemsControlAutomationPeerTest.cs, 
	System.Windows.Automation.Peers/ItemAutomationPeerTest.cs: 
	Subclassing FrameworkElementAutomationPeerTest.
	* System.Windows.Automation.Peers/ButtonAutomationPeerTest.cs: 
	Implementation ContentTest
	* System.Windows.Automation.Peers/SelectorAutomationPeerTest.cs: 
	New file. Tests SelectorAutomationPeer.
	* System.Windows.Automation.Peers/TextBlockAutomationPeerTest.cs: 
	ContentTest overridden.
	* System.Windows.Automation.Peers/SelectorItemAutomationPeerTest.cs: 
	New file. Tests SelectorItemAutomationPeer.
	* System.Windows.Automation.Peers/FrameworkElementAutomationPeerTest.cs: 
	Subclassing SilverlightTest, new test added: ContentTest.

2009-06-11  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls.Primitives/PopupTest.cs: Make
	  Popup.[Opened|Closed] asynchronous.

2009-06-11  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ControlTest.cs:
	  Control.ArrangeAppliesTemplate passes now.

2009-06-10  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.Net/WebClientTest.cs: Don't return so quickly from
	an [Asynchronous] test case

2009-06-10  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Net/WebClientTest.cs: Remove remaining [MoonlightBug] on
	test cases. Add a few asserts to validate the running thread.
	* System.Net/WebRequestTest.cs: Add test case about using a null 
	callback in BeginGetResponse

2009-06-09  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/TextBoxTest.cs: TextBox.TextChanged
	  shouldn't emit before the control is loaded.

2009-06-08  Jackson Harper  <jackson@ximian.com>

	* misc/Parsing/MiscParsing.cs: New test that ensures event
	handler hookup is not postponed until after all the other props
	are set.

2009-06-05  Jackson Harper  <jackson@ximian.com>

	* misc/Parsing/EnumsTest.cs: Make sure we handle flags and managed
	enums properly.

2009-06-05  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/RectTest.cs: Fix our implementation of
	  IsEmpty to correctly handle the case where we Union against
	  an empty rectangle. Fixes these two tests and drt 399. Does
	  our unmanaged impl have the same semantics as this?

2009-06-05  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Net/WebClientTest.cs: Remove [MoonlightBug] on two tests

2009-06-05  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ComboBoxTest.cs:
	  Selector.SelectionChanged is synchronous.

2009-06-05  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls.Primitives/PopupTest.cs:
	  Popup.IsOpen raises the Opened/Closed events async.

2009-06-04  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/ContentControlTest.cs: Add two more tests checking how
	IsEnabledChanged is fired.

2009-06-04  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/DependencyPropertyTests.cs: Add test to check if the
	Changed event for user registered DPs is sync or async.

2009-06-04  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/ControlTest.cs: Add test to show that IsEnabledChanged
	is emitted asynchronously. Remove MoonlightBug from a test which is
	passing.

2009-06-03  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/UIElementTest.cs: Commit two new tests for
	UIElement.TransformToVisual which were created when fixing a related
	issue which was timing out some tests.

2009-06-02  Sebastien Pouliot  <sebastien@ximian.com>

	* security/SocketPolicyTest.cs: Adapt to internal API changes
	* Makefile.am: Add new parsers source files to the build

2009-05-29  Sebastien Pouliot  <sebastien@ximian.com>

	* IsolatedStorageFileTest.cs: Remove MoonlightBug to GetFilesInSubdirs.

2009-05-28  Mario Carrion  <mcarrion@novell.com>

	* moon-unit.csproj: ButtonAutomationPeerTest.cs file added.
	* System.Windows.Automation.Peers/ButtonAutomationPeerTest.cs: New file
	tests ButtonAutomationPeer.
	* System.Windows.Automation.Peers/ImageAutomationPeerTest.cs: 
	* System.Windows.Automation.Peers/TextBoxAutomationPeerTest.cs:
	* System.Windows.Automation.Peers/TextBlockAutomationPeerTest.cs: Null
	test removed.
	* System.Windows.Automation.Peers/ButtonBaseAutomationPeerTest.cs: 
	Subclassing from FrameworkElementAutomationPeerTest.
	* System.Windows.Automation.Peers/FrameworkElementAutomationPeerTest.cs: 
	Null test is not virtual anymore.

2009-05-28  Jeffrey Stedfast  <fejj@novell.com>

	* System.Windows.Controls/TextBoxTest.cs
	(SetIdenticalSelectedText): Removed MoonlightBug attribute as this
	bug has now been fixed.

2009-05-28  Sebastien Pouliot  <sebastien@ximian.com>

	* Makefile.am: Add all (internal) classes needed to test policies

2009-05-28  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ContentControlTest.cs: Add some more tests
	for Control.IsEnabled to see exactly when it propagates to its
	children.

2009-05-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* IsolatedStorageFileTest.cs: Added MoonlightBug to GetFilesInSubdirs.

2009-05-27  Mario Carrion  <mcarrion@novell.com>

	* moon-unit.csproj: File added ImageAutomationPeerTest.cs.
	* System.Windows.Automation.Peers/ImageAutomationPeerTest.cs: Tests
	ImageAutomationPeer class.

2009-05-27  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ContentControlTest.cs: Implement
	  correct propagation of Control.IsEnabled. Children of
	  disabled controls are disabled. When their parent is
	  re-enabled, they go back to their previous state.

2009-05-27  Jackson Harper  <jackson@ximian.com>

	* System.IO.IsolatedStorage/IsolatedStorageFileTest.cs: Test for
	GetFiles with paths in the search pattern.

2009-05-27  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ItemCollectionTest.cs: Add another parenting
	test.
	
2009-05-27  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/DependencyObjectTest.cs:
	* System.Windows/ResourceDictionaryTest.cs: Move a test from
	DependencyObjectTest to ResourceDictionaryTest.
	
2009-05-27  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/DependencyObjectTest.cs: Add another parenting test. We
	appear to have our parenting rules backwards.

2009-05-26  Sebastien Pouliot  <sebastien@ximian.com>

	* security/DelegateTest.cs: Add asserts on return values.
	* security/MiscTest.cs: New. Other security related test that do 
	not fit well anywhere else.

2009-05-27  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media/VisualTreeHelperTest.cs:
	  Control.Enabled needs to be created in native code as it's
	  required for hittesting. A disabled control and its visual
	  children do not receive mouse events and are not visible to
	  VisualTreeHelper.FindElementInHostCoordinates.

2009-05-26  Mario Carrion  <mcarrion@novell.com>

	* moon-unit.csproj: TextBoxAutomationPeerTest.cs added.
	* System.Windows.Automation.Peers/TextBoxAutomationPeerTest.cs: 
	New file. Tests TextBoxAutomationPeer class.
	* System.Windows.Automation.Peers/TextBlockAutomationPeerTest.cs: 
	Subclassing FrameworkElementAutomationPeerTest, concrete automation peer
	realizing FrameworkElementAutomationPeerContract.
	* System.Windows.Automation.Peers/FrameworkElementAutomationPeerTest.cs: 
	New interface FrameworkElementAutomationPeerContract meant to be realized
	by concrete peers to test default implementation values.
	TestMethods marked as virtual.

2009-05-26  Mario Carrion  <mcarrion@novell.com>

	* System.Windows.Automation.Peers/AutomationPeerTest.cs: 
	InvalidatePeer tests commented, crashes browser on Silverlight.

2009-05-26  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media/VisualTreeHelperTest.cs: Add a bunch of
	  extra tests to figure out how controls react with IsEnabled
	  set to false for hittesting.

2009-05-26  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media/VisualTreeHelperTest.cs: Add tests for
	  TextBlock and TextBox hittesting.

2009-05-22  Chris Toshok  <toshok@ximian.com>

	* System.Windows/DependencyPropertyTest.cs (Custom_Property_Parents):
	apparently this test now passes.  remove the MoonlightBug
	attribute.

2009-05-22  Jackson Harper  <jackson@ximian.com>

	* misc/Parsing/MiscParsing.cs: This test is passing now.

2009-05-22  Mario Carrion  <mcarrion@novell.com>

	* System.Windows.Automation.Peers/AutomationPeerTest.cs: Tests:
	InvalidatePeer, EventsSource, ProviderFromPeer and PeerFromProvider.

2009-05-22  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/DependencyPropertyTest.cs: Add test to see how
	custom DPs affect parenting/namescopes.
	
2009-05-22  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Net/WebHeaderCollectionTest.cs: Add header test cases
	* System.Net/WebRequestTest.cs: Add header test cases
	* System.Net.Sockets/SocketAyncEventArgsTest.cs: New.
	* System.Net.Sockets/SocketTest.cs: New. Socket unit tests.
	* security/SocketPolicyTest.cs: New. Socket policy tests.
	* Makefile.am: Include ClientAccessPolicy from moon/class so we 
	can make useful socket policy tests.

2009-05-22  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/DependencyPropertyTest.cs: Added a test checking
	how custom DPs affect parenting/namescopes.
	
2009-05-21  Andreia Gaita  <avidigal@novell.com>

	* System.Windows.Browser/ScriptableTest.cs: disable CreateableType,
	doesn't work on the bots

2009-05-21  Andreia Gaita  <avidigal@novell.com>

	* System.Windows.Browser/ScriptableTest.cs: rewrite to make it work...

2009-05-21  Andreia Gaita  <avidigal@novell.com>

	* System.Windows.Browser/ScriptableTest.cs: CreateableType should be
	working now

2009-05-21  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/VisualStateManagerTest.cs: Add some tests
	to ensure things are working correctly. Also remove an [Ignore]
	which shouldn't be there.
	
	* System.Windows.Media.Animation/StoryboardTest.cs: Add two
	tests which verify we handle start/stop correctly.

2009-05-21  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ComboBoxTest.cs: Add a test to verify
	where SelectedIndex/SelectedItem are updated.
	  
2009-05-20  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/IValueConverterTest.cs: DataBinding and
	  ManagedXamlLoader use exactly the same type conversion as
	  Styles and ObjectKeyFrames - so merge both of them to use
	  MoonlightTypeConverter. This also fixes several
	  typeconversion related databinding issues.

2009-05-19  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/IValueConverterTest.cs: Handle invalid
	  values returned from IValueConverters properly.

2009-05-18  Andreia Gaita  <avidigal@novell.com>

	* System.Windows.Browser/ScriptableTest.cs: CreateableTypeTest
	is now failing, TypeTest is now passing. :P

2009-05-18  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/FrameworkElementTest.cs: Add a test which
	  shows that templates are regenerated every time a new
	  UIElement is applied to ContentControl.Content.

2009-05-18  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/FrameworkElementTest.cs: For contentcontrols,
	  the applied template is only cleared if the old or new
	  content is a UIElement (frameworkelement?). The fallback
	  'template' of a Grid + TextBlock is also reused every time.

	* System.Windows.Controls/ListBoxTest.cs: Remove debug spew
	  which shouldn't be there.

2009-05-18  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ListBoxTest.cs: Add test to ensure
	  we're applying the style in the right place.

2009-05-18  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ListBoxTest.cs: Nuke a bunch of
	  depreciated code from ListBox and fix the implementation of
	  IsSelectionActive to use DependencyProperty.RegisterReadOnly

2009-05-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* Makefile.am: Pass --generate-html=no instead of --generate-html-.

2009-05-16  Chris Toshok  <toshok@ximian.com>

	* System.Windows.Data/BindingTest.cs (XamlBindWithContent2):
	removing the MoonlightBug.

2009-05-16  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Add type
	  converting to ObjectKeyFrame. The conversion is done during
	  the Resolve phase. If the type conversion can't be completed
	  an exception is thrown.

2009-05-16  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Net/UriTest.cs: Add test case for bad host name

2009-05-15  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: This test
	  was broken accidently when it was split out from a larger
	  test.

2009-05-15  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Add a test
	  for really short storyboards too.

2009-05-15  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Add a test
	  for zero length storyboards.

2009-05-15  Alan McGovern  <amcgovern@novell.com>

	* misc/Parsing/MiscParsing.cs: This should have
	  [MoonlightBug].

2009-05-14  Jackson Harper  <jackson@ximian.com>

	* Makefile.am:
	* misc/Parsing/MiscParsing.cs:
	* misc/Parsing/MiscParsingManagedAttachedProp.xaml: New test for
	managed attached props that don't have a namespace.
	
2009-05-15  Alan McGovern  <amcgovern@novell.com>

	* misc/Parsing/MiscParsing.cs: Add test which demonstrates an
	  issue with staticresources and styles.

2009-05-15  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Check more
	  cases in the test

2009-05-15  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Add a test
	  for animating a GridLength property. Currently failing
	  because zero length storyboards don't ever complete.

2009-05-15  Alan McGovern  <amcgovern@novell.com>

	* moon-unit.mdp: Add some missing files to the MDP

2009-05-15  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: Properly handle
	  exceptions when updating the source in a 2 way binding.
	  Raise the BindingValidationError event in the right place.

2009-05-13  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ItemsControlTest.cs: When the items
	  collection is databound, we need to copy all the items from
	  the ItemsSource into the Items collection before firing the
	  Reset event.

2009-05-13  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: If we have a property
	  path like "A.B.C" and the object 'B' is null, we should bail
	  out with failure.

2009-05-13  Jackson Harper  <jackson@ximian.com>

	* misc/Parsing/MiscParsingEvebt.xaml:
	* misc/Parsing/MiscParsing.cs: New test for resolving event
	handlers.

2009-05-13  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media/VisualTreeHelperTest.cs: This test is
	  passing locally now

2009-05-13  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/FrameworkElementTest.cs: If StyleProperty has
	  a value and it is 'null', that is allowed to be replaced.

2009-05-12  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ItemsControlTest.cs: ItemsControl
	  has the same behaviour as ContentPresenter - the DataContext
	  property is only set if the item is *not* a framework
	  element.

2009-05-12  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ContentControlTest.cs:
	  ContentPresenter copies Content to DataContext iff the
	  Content is not a FrameworkElement.

2009-05-12  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/FrameworkElementTest.cs: Add test to make
	  sure datacontext is propagating correctly.

2009-05-12  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.Net/HttpWebRequestTest.cs: Split and augment Accept and
	ContentType into their own tests.
	* System.Net/WebRequestTest.cs: Remove header validation test 
	case (it's being tested in HttpWebRequest now).

2009-05-12  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ItemsControlTest.cs: The
	  ItemsCollection should be instantiated once and reused even
	  when the ItemsSource changes. When ItemsSource is non-null,
	  we don't propagate collection changed events.

2009-05-11  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media/VisualTreeHelperTest.cs:
	* System.Windows.Controls/ContentControlTest.cs:
	* System.Windows.Controls/ContentPresenterTest.cs: Recommit
	  r133738 as it's not causing the timeouts.

2009-05-11  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ContentControlTest.cs: Recommit
	  r133724/5 as it isn't causing the timeouts.

2009-05-11  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ItemsControlTest.cs:
	* System.Windows.Controls/ContentPresenterTest.cs: Add extra
	  tests to show where the DataContext property is actually
	  set.

2009-05-11  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ContentControlTest.cs: Add
	  [MoonlightBug] to two tests which no longer pass.

2009-05-11  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ItemsControlTest.cs:
	* System.Windows.Controls/ContentPresenterTest.cs: Add two
	  more tests to figure what happens with DataContext.

2009-05-10  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.Net/HttpWebRequestTest.cs: Add test case to show that 
	Headers are validated here.
	* System.Net/WebClientTest.cs: Add test case to show that Headers
	are not validated in this class.

2009-05-10  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Net/WebHeaderCollectionTest.cs: Add test cases to show
	headers are not case-sensitive. Add test cases to show that every
	headers are valid when the collection is not associated with a 
	WebRequest.
	* System.Net/WebRequestTest.cs: Add test cases to show validations
	required when headers are used with a WebRequest. Add test case to
	show that the WebHeaderCollection is not set (like a field) but
	instead copied when assigned.

2009-05-08  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Net/WebRequestTest.cs: Add test cases for Method property

2009-05-08  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media/VisualTreeHelperTest.cs:
	* System.Windows.Controls/ContentControlTest.cs:
	* System.Windows.Controls/ContentPresenterTest.cs: Revert the
	  changes in r133738 until I can figure out why the x86 bot
	  doesn't like them. It's causing the extended controls tests
	  to time out.

2009-05-08  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Add tests
	  to see what happens if we apply a DoubleAnimation to DP with
	  type IComparable.

2009-05-08  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ContentPresenterTest.cs: Add tests
	  which explicitly check that changing
	  ContentPresenter.Content/ContentTemplate unsets the visual
	  child.

2009-05-08  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ContentControlTest.cs: That debug
	  spew wasn't supposed to hit SVN

2009-05-07  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media/VisualTreeHelperTest.cs:
	* System.Windows.Controls/ContentControlTest.cs: If the
	  content property changes, the Template is cleared if it has
	  already been applied.

2009-05-07  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ContentControlTest.cs: Check more
	  things in the test.

2009-05-07  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ControlTest.cs: Add extra spew to
	  the test to check what happens when a template is applied.

2009-05-07  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/FrameworkElementTest.cs: Add tests to find
	  out when Measure/Arrange complete synchronously and when
	  they complete asynchronously.

2009-05-07  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ContentControlTest.cs: Add extra
	  tests to verify behaviour of ContentControl.ContentTemplate.

2009-05-07  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ContentPresenterTest.cs: Check how
	  contentpresenter handles a string as its content.

2009-05-07  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ContentControlTest.cs:
	* System.Windows.Controls/ContentPresenterTest.cs: Add some
	  tests to see what default templates are applied

2009-05-07  Andreia Gaita  <avidigal@novell.com>

	* System.Windows/UIElementTest.cs:  Add test to check for the
	above (TransformToVisual)

2009-05-06  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ItemsControlTest.cs: Testing default
	  templating in ItemsControl

2009-05-06  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ControlTest.cs:
	* System.Windows.Controls/ListBoxTest.cs: Add some more tests
	  to figure out what's going on with templates/styles.

2009-05-06  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ControlTest.cs: Enhance test to give
	  a better idea where the template is being applied. Doesn't
	  appear to be in MeasureOverride/ArrangeOverride.

2009-05-06  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ListBoxTest.cs:
	* System.Windows.Controls/ControlTest.cs: Add some more tests
	  to check when the template is applied for Controls.

2009-05-06  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ControlTest.cs: Move the
	  ConcreteControl class outside of ControlTest so that it can
	  be loaded through xaml.

2009-05-05  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/ResourceDictionaryTest.cs: If 'Key' hasn't
	  been set, use 'Name'. Allows elements to be added to
	  ResourceDictionarys in managed land.

2009-05-05  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/ResourceDictionaryTest.cs: Add a test which
	  tries to add data to ListBox.Resources through xaml

2009-05-05  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: Put in some error
	  handling for TemplateBinding failures when using
	  incompatible types.

2009-05-05  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: When a templatebinding
	  is attached to ContentControl.Content, we need to ensure
	  that the ContentControl is set to non-parenting mode.

2009-05-04  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows/AssemblyPartTest.cs: Add more test cases
	wrt validations when loading assemblies.

2009-05-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* System.Windows/DependencyPropertyTest.cs: Added another
	  nullable bool test.

	* System.Windows.Controls/RadioButtonTest.cs:
	* System.Windows.Controls.Primitives/ToggleButtonTest.cs:
	  Added ToString tests.

	* moon-unit.mdp: Updated.

2009-05-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* System.Windows.Browser/ScriptableTest.cs: Try all ignored
	  scriptable objects test on the bots.

2009-05-01  Jackson Harper  <jackson@ximian.com>

	* misc/Parsing/MiscParsing.cs: New test for escaping attributes
	with '{}'.

2009-05-01  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/DependencyPropertyTest.cs: Revert r133257 and
	  mark test with [MoonlightBug] until the change can be
	  verified.

2009-05-01  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/DependencyPropertyTest.cs: Add test to see
	  how we handle DPs whose type is an Interface.

2009-05-01  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ComboBoxTest.cs: When raising the
	  SelectionChanged event, we need to always pass the old/new
	  selected *item*, not the SelectedIndex.

2009-05-01  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: Add another test and put
	  [MoonlightBug] on the previous test as it currently doesn't
	  pass.

2009-05-01  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: Anchor the
	  MarkupExpressionParser regexes to the start of the string so
	  we don't accidently match content embedded in a clr:string
	  (or some string)

2009-05-01  Alan McGovern  <amcgovern@novell.com>

	* moon-unit.mdp: Add file to the build.

2009-05-01  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/DependencyPropertyTest.cs: Add test for
	  generic DPs.

2009-05-01  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ContentControlTest.cs: If the
	  default ContentPresenter is replaced in a ContentControl, we
	  need to TemplateBind both the Content and ContentTemplate.

2009-04-30  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/DependencyPropertyTest.cs: If DP.Lookup
	  throws an exception while attaching a binding, catch it and
	  return false. We may actually be trying to set a clr
	  property.

2009-04-30  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/DependencyPropertyTest.cs: Add a test to
	  ensure that we check DPs before using reflection to test
	  properties.

2009-04-30  Jackson Harper  <jackson@ximian.com>

	* System.Windows/DataTempalteTests.cs: Test is fixed.

2009-04-30  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/DataTemplateTests.cs: Add test to ensure
	  DataTemplate subclasses get loaded correctly.

2009-04-30  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ItemsControlTest.cs: Add a test to
	  show that no work is done in the virtual OnItemsChanged
	  method to verify the change i made before.

2009-04-29  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Xml/XmlXapResolverTest.cs: New.
	* System.Xml/XmlReaderSettingsTest.cs: New.
	* System.Xml/XmlReaderTest.cs: New.
	* System.Xml/XmlResolverTest.cs: New.

2009-04-28  Larry Ewing  <lewing@novell.com>

	* System.Windows.Controls/*:
	* System.Windows/:
	* misc/DefaultValues.cs: update results.

2009-04-28  Jackson Harper  <jackson@ximian.com>

	* misc/Parsing/MiscParsing.cs: These tests work now.

2009-04-28  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/LogicalTreeTest.cs: Add LogicalParent test
	  which demonstrates an issue I've noticed while implementing
	  ComboBox.

2009-04-28  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ItemsControlTest.cs: Remove the
	  ignore because these tests are working fine now.

2009-04-28  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ListBoxTest.cs: We need to throw an
	  InvalidCastException if the wrong container is provided.

2009-04-28  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ItemsControlTest.cs: Ensure that
	  PrepareContainerForItemOverride is handling both
	  ContentControls and ContentPresenters correctly.

2009-04-28  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ComboBoxTest.cs: Remove MoonlightBug
	  from two tests which pass now.

2009-04-27  Jackson Harper  <jackson@ximian.com>

	* misc/Parsing/MiscParsingTest.cs: Add some more tests for managed
	property path items.

2009-04-27  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ListBoxTest.cs:
	* System.Windows.Controls/ComboBoxTest.cs:
	* System.Windows.Controls/ItemsControlTest.cs: Add some tests
	  for ClearContainerForItemOverrride

2009-04-27  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ListBoxTest.cs:
	* System.Windows.Controls/ItemsControlTest.cs: Add similar
	  tests for PrepareContainerForItemOverride as were added for
	  ComboBox.

2009-04-27  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ComboBoxTest.cs: Add a bunch of
	  tests to ensure PrepareContainerForItemOverride is correct
	  for ComboBox

2009-04-27  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ListBoxTest.cs:
	* System.Windows.Controls/ComboBoxTest.cs:
	* System.Windows.Controls/ItemsControlTest.cs: Add tests to
	  ensure IsItemItsOwnContainer is correct.

2009-04-27  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ComboBoxTest.cs: Add some more NUnit
	  tests on ComboBox.

2009-04-24  Jackson Harper  <jackson@ximian.com>

	* misc/Parsing/MiscParsing.cs:
	* misc/Parsing/MiscParsingAnimation.xaml: New test for managed
	namespaces in property paths.

2009-04-24  Sebastien Pouliot  <sebastien@ximian.com>

	* System/UriTest.cs: More tests for relative URI
	* System.Net/EndPointTest.cs: New.
	* System.Net/IPEndPointTest.cs: New.

2009-04-24  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ComboBoxTest.cs: Ensure that the
	  currently selected item is displayed correctly when the
	  popup is not open.

2009-04-23  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ItemCollectionTest.cs: Add another
	  test for ItemsControl parenting.

2009-04-23  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ListBoxTest.cs:
	* System.Windows.Controls/TabControlTests.cs:
	* System.Windows.Controls/ItemCollectionTest.cs:
	  FrameworkElements added to an ItemsCollection need to have
	  their logical parent set to the ItemsControl.

2009-04-22  Chris Toshok  <toshok@ximian.com>

	* misc/Parsing/PrimitiveTest.cs: add ParseIntOnlyWhitespace, and
	remove the MoonlightBug from ParseEmptyInt.

2009-04-22  Chris Toshok  <toshok@ximian.com>

	* misc/Parsing/PrimitiveTest.cs: enable this test, and add some
	MoonlightBugs for the tests we fail.

2009-04-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* Makefile.am: Use $(top_builddir) instead of $(builddir).
	  Makes sles 10 happier.

2009-04-22  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Add an
	  [Ignore] to MultipleComplete as it's flapping.

2009-04-22  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Add two
	  ignores for storyboard tests which are flapping. I think
	  toshok already fixed the other flaps.

2009-04-21  Chris Toshok  <toshok@ximian.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: sigh, increase
	the timeout on NestedStoryboardState3, and remove some useless
	checks.

2009-04-21  Chris Toshok  <toshok@ximian.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: split up the
	timing sensitive tests such that we're only testing 1 point at a
	time.  This should make them resilient to timing problems on the
	slow bot machines while still testing the same behavior.  Also,
	remove the TickCount usage from CurrentTime, as it's not a
	reliable means of checking things, even on fast machines.

2009-04-21  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Remove
	  MoonlightBug from these three storyboard tests as they are
	  showing up as unexpected successes.

2009-04-20  Jeffrey Stedfast  <fejj@novell.com>

	* System.Windows.Controls/TextBlockTest.cs: Added some tests to
	check some Text/Inlines behavior.

2009-04-18  Chris Toshok  <toshok@ximian.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: fixed a lot of
	these tests.

2009-04-17  Jackson Harper  <jackson@ximian.com>

	* misc/Parsing/MiscParsing.cs: This test passes now.

2009-04-17  Jackson Harper  <jackson@ximian.com>

	* misc/Parsing/MiscParsingCanvas.xaml: Part of this test was
	missing, we need to ensure that we are pulling the sub element
	that is also named 'the_canvas' here.

2009-04-17  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* moon-unit.mdp:
	* moon-unit.csproj: Updated.

2009-04-17  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* System.Threading: Add a test case for not crashing when a
	  thread doesn't handle an exception.

2009-04-17  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* App.xaml.cs: Add support for testing unhandled exceptions by
	  temporarily removing the unhandled exception handler from
	  the harness.

2009-04-17  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Fix
	  another test which times out on slow machines.

2009-04-16  Sebastien Pouliot  <sebastien@ximian.com>

	* System/UriTest.cs: New. Test cases to ensure some behavior that
	are needed for moonlight.

2009-04-16  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ListBoxTest.cs:
	* System.Windows.Controls/ComboBoxTest.cs:
	* System.Windows.Controls/ItemsControlTest.cs: Implement
	  ClearContainerForItemOverride and fix some more virtual ->
	  override issues.

2009-04-16  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ComboBoxTest.cs: Add a test to try
	  and make GetIsSelectionActive to return true.

2009-04-16  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Net/WebClientTest.cs: Uncomment BaseAddress check. Fix
	some tests.
	* System.Net/WebRequestTest.cs: Add tests using a custom 
	WebRequest that use isolated storage.
	* System.IO.IsolatedStorage/IsolatedStorageFileTest.cs: More test
	cases.

2009-04-16  Jackson Harper  <jackson@ximian.com>

	* misc/Parsing/MiscParsingTest.cs: Change arg order so message
	makes sense.

2009-04-16  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ComboBoxTest.cs: Route the
	  collection changed event through the Selector, fixes three
	  tests.

2009-04-16  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ListBoxTest.cs: Add a test for
	  parenting when Selectors are involved.

2009-04-16  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ListBoxTest.cs: Add a test for focus
	  which reveals a parenting bug.

2009-04-15  Mario Carrion  <mcarrion@novell.com>

	* System.Windows.Automation.Peers/AutomationControlTypeTest.cs: 
	Testing literal values.
	* System.Windows.Automation.Peers/ButtonBaseAutomationPeerTest.cs: 
	* System.Windows.Automation.Peers/ItemAutomationPeerTest.cs: 
	* System.Windows.Automation.Peers/ItemsControlAutomationPeerTest.cs: 
	* System.Windows.Automation.Peers/RangeBaseAutomationPeerTest.cs: 
	* System.Windows.Automation.Peers/RepeatButtonAutomationPeerTest.cs: 
	* System.Windows.Automation.Peers/ThumbAutomationPeerTest.cs: 
	* System.Windows.Automation.Peers/SliderAutomationPeerTest.cs: 
	MoonlightBug attribute removed.
	* System.Windows.Automation.Peers/TextBlockAutomationPeerTest.cs: 
	Testing GetName implementation.
	* System.Windows.Automation.Peers/FrameworkElementAutomationPeerTest.cs: 
	Testing implemented methods.

2009-04-15  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ComboBoxTest.cs: If the new value is
	  null, Selector should not revert to the old value.

2009-04-15  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ItemsControlTest.cs: Hitting a
	  security exception so mark as failing for the moment.

2009-04-15  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ListBoxTest.cs: Reenable the tests
	  which are now passing.

2009-04-14  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ListBoxTest.cs: Remove MoonlightBug
	  from the tests which pass now.

2009-04-14  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ListBoxTest.cs: Update the test,
	  it's actually a corner case

2009-04-14  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ListBoxTest.cs: Add [MoonlightBug]
	  as the extra tests don't pass yet.

2009-04-14  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Add a
	  comment to try to hopefully satisfy everybody.

2009-04-14  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Set
	  timeout to 5s instead of 2s. 5 * 0.1s > 2s on very slow
	  machines.

2009-04-14  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ListBoxTest.cs: Add more tests on
	  ListBox

2009-04-13  Jackson Harper  <jackson@ximian.com>

	* misc/Parsing/MiscParsingTestCanvas.xaml: Add a canvas element
	named the_canvas, this name would conflict with the parent
	canvas's name if we weren't in a separate namescope.
	* misc/Parsing/MiscParsing.cs: Make sure that we are picking up
	the correct element when we search in a managed element's
	namescope.

2009-04-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* site/Web.config: Add a Web.config that allows debugging with
	  VS.

2009-04-11  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.Net/WebClientTest.cs: More test case including a test
	for relative URI

2009-04-11  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Net/DnsEndPoint.cs: New. Some unit tests.
	* System.Net/HttpWebRequest.cs: New. Unit tests.
	* System.Net/WebClientTest.cs: New. Some unit tests.
	* System.Net/WebHeaderCollectionTest.cs: New. Unit tests.
	* System.Net/WebRequestTest.cs: New. Unit tests.

2009-04-10  Chris Toshok  <toshok@ximian.com>

	* System.Windows.Media.Animation/StoryboardTest.cs (MultipleStartStop):
	stop the animations after the fifth time.
	(MultipleStartStop2): remove duplicate test.

2009-04-09  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Controls/SaveFileDialogTest.cs: New.

2009-04-09  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ScrollViewerTest.cs: Added test to
	  make sure scrollviewer has the right visual tree.

2009-04-09  Mario Carrion  <mcarrion@novell.com>

	* moon-unit.csproj: New files added.
	* System.Windows.Automation/WindowVisualStateTest.cs, 
	  System.Windows.Automation/RangeValuePatternIdentifiersTest.cs, 
	  System.Windows.Automation/TogglePatternIdentifiersTest.cs, 
	  System.Windows.Automation/WindowPatternIdentifiersTest.cs,
	  System.Windows.Automation/WindowInteractionStateTest.cs, 
	  System.Windows.Automation/TablePatternIdentifiersTest.cs, 
	  System.Windows.Automation/ValuePatternIdentifiersTest.cs, 
	  System.Windows.Automation/TransformPatternIdentifiersTest.cs, 
	  System.Windows.Automation/ToggleStateTest.cs, 
	  System.Windows.Automation/GridItemPatternIdentifiersTest.cs, 
	  System.Windows.Automation/TableItemPatternIdentifiersTest.cs, 
	  System.Windows.Automation/SelectionPatternIdentifiersTest.cs, 
	  System.Windows.Automation/SelectionItemPatternIdentifiersTest.cs, 
	  System.Windows.Automation/ScrollPatternIdentifiersTest.cs, 
	  System.Windows.Automation/ScrollAmountTest.cs, 
	  System.Windows.Automation/RowOrColumnMajorTest.cs, 
	  System.Windows.Automation/GridPatternIdentifiersTest.cs, 
	  System.Windows.Automation/MultipleViewPatternIdentifiersTest.cs, 
	  System.Windows.Automation/ExpandCollapsePatternIdentifiersTest.cs, 
	  System.Windows.Automation/ExpandCollapseStateTest.cs, 
	  System.Windows.Automation/DockPositionTest.cs, 
	  System.Windows.Automation/DockPatternIdentifiersTest.cs, 
	  System.Windows.Automation/AutomationPropertiesTest.cs, 
	  System.Windows.Automation/AutomationElementIdentifiersTest.cs, 
	  System.Windows.Automation.Peers/AutomationEventsTest.cs, 
	  System.Windows.Automation.Peers/AutomationOrientationTest.cs, 
	  System.Windows.Automation.Peers/PatternInterfaceTest.cs, 
	  System.Windows.Automation.Peers/AutomationControlTypeTest.cs: Test
	  files added.

2009-04-09  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ListBoxTest.cs: Add tests to listbox
	  to figure out where it's failing.

2009-04-09  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/FrameworkElementTest.cs:
	* System.Windows.Controls/ItemsControlTest.cs: Move the
	  BeforeRender test alongside the rest of the Loaded_* tests
	  as it's hitting a loaded bug.

2009-04-09  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ItemsControlTest.cs: Add some tests
	  to ensure the visual tree is correct for ItemsControl.

2009-04-08  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: Remove tests which are
	  just checking wierd textbox.Text behaviour - this is already
	  covered in TextBox tests. It's nothing to do with bindings.

2009-04-08  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: When the datacontext is
	  cleared in managed code, we need to invalidate all the
	  bindings.

2009-04-08  Jackson Harper  <jackson@ximian.com>

	* System.Windows.Media/ColorTest.cs: <Color> is only valid in
	certain situations (as a property of SolidColorBrush).

2009-04-07  Chris Toshok  <toshok@ximian.com>

	* misc/DefaultValues.cs:
	ContentPresenterTest.Test_PropertyGetter_ContentPresenter works
	now.

	* System.Windows.Controls/ContentPresenterTest.cs: these work now.

	* System.Windows/LogicalTreeTest.cs: LogicalParentTest7 works now.

2009-04-07  Chris Toshok  <toshok@ximian.com>

	* System.Windows/UIElementTest.cs: the RenderTransform tests work
	now.

2009-04-07  Chris Toshok  <toshok@ximian.com>

	* System.Windows/UIElementTest.cs: catch the exceptions in the
	Loaded handlers and rethrow them from outside so the tests will
	fail correctly and not add unhandled exception spew in the browser
	window.

2009-04-07  Chris Toshok  <toshok@ximian.com>

	* System.Windows.Controls/UserControlTest.cs (DefaultStyleKeyTest_NotWorking):
	these are working now, roll them into DefaultStyleKeyTest_Working,
	and rename it DefaultStyleKeyTest.

2009-04-07  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ContentPresenterTest.cs: Add yet
	  more tests to see exactly how the content is handled in
	  different scenarios.

2009-04-07  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ContentPresenterTest.cs: Beef up the
	  initial test to get a more accurate understanding of where
	  things exist. Looks like ContentPresenter.Content only goes
	  into the visual tree.

2009-04-07  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ContentPresenterTest.cs: Add some
	  more tests for ContentPresenter

2009-04-07  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ContentPresenterTest.cs:
	  ContentPresenter is reparenting stuff it shouldn't be.

2009-04-07  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/FrameworkElementTest.cs: If we call
	  InvalidateArrange/InvalidateMeasure we fail to actually call
	  MeasureOverride/ArrangeOverride. This breaks datagrid (and
	  other managed controls)

2009-04-06  Chris Toshok  <toshok@ximian.com>

	* System.Windows/UIElementTest.cs: add some more TransformToVisual
	tests to clear up the ArgumentExceptions we're seeing.

2009-04-06  Jackson Harper  <jackson@ximian.com>

	* Makefile.am:
	* misc/Parsing/MiscParsing*: New test for namescopes (doesn't
	really have anything to do with namescopes but originally we
	thought the problems were in the parser).

2009-04-03  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Interop/SettingsTest.cs: Remove [MoonlightBug]
	from two test cases.

2009-04-03  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: Commit additional tests
	  to ensure that TextBox.Text is handled properly.

2009-04-03  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/TextBoxTest.cs: Add test for the
	  strange behaviour of TextBox.TextProperty.

2009-04-03  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/TextBoxTest.cs: This test is passing
	  now.

2009-04-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* System.Windows.Controls/PanelTest.cs:
	* System.Windows.Controls/BorderTest.cs:
	* System.Windows/FrameworkElementTest.cs: Sprinkle
	  [MoonlightBug].

2009-04-02  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls.Primitives/PopupTest.cs: The Child
	  property has similar validation to a ContentControl. Fixes
	  three tests.

2009-04-02  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls.Primitives/PopupTest.cs: Popups are
	  treated as top level elements which are rendered on top of
	  all other elements. To handle this a list of all toplevel
	  elements (layers) is kept in the surface. Mouse events are
	  captured within a toplevel element and not visible to other
	  toplevel elements.

2009-04-01  Jb Evain  <jbevain@novell.com>

	* System.Windows.Browser/ScriptObjectTest.cs: new tests.

2009-04-01  Sebastien Pouliot  <sebastien@ximian.com>

	* Makefile.am: Remove System.Windows.Controls.dll on clean

2009-04-01  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: Add a test for when the
	  source in a two-way binding is being updated via a
	  storyboard.

2009-04-01  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: If we're updating a two
	  way binding, don't invoke the setter if the old value is the
	  same as the new value.

2009-03-31  Sebastien Pouliot  <sebastien@ximian.com>

	* Makefile.am: Include System.Windows.Controls.dll (which is not 
	part of the base SL2, but the SDK) into the XAP file. This makes
	the XAP file usable by SL2 (and future ML2) because the SWC.dll
	can not be loaded otherwise (out of XAP or SL2 supplied assemblies)

2009-03-31  Jeffrey Stedfast  <fejj@novell.com>

	* System.Windows.Controls/TextBlockTest.cs: Fixed to pass on Windows.

2009-03-31  Sebastien Pouliot  <sebastien@ximian.com>

	* security/DelegateTest.cs: Enable
	* security/ReflectionEmitTest.cs: Enable
	* security/ReflectionTest.cs: Enable
	* security/SecurityCriticalTest.cs: Enable

2009-03-31  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls.Primitives/PopupTest.cs: Add another
	  rendering test.

2009-03-31  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls.Primitives/PopupTest.cs: Add tests
	  to ensure that render transforms applied on the Popup and on
	  the popups parent are taken into account. These require
	  visual inspection.

2009-03-31  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls.Primitives/PopupTest.cs: Add another
	  test for when we set a name.

2009-03-31  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls.Primitives/PopupTest.cs: Add tests
	  for clearing the child while the popup is visible.

2009-03-31  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* moon-unit.mdp: Updated some project files.

2009-03-31  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls.Primitives/PopupTest.cs: Add a bunch
	  of extra tests for Popup, currently they're all disabled.

2009-03-30  Alan McGovern  <amcgovern@novell.com>

	* BasicCanvas.xaml:
	* System.Windows.Controls.Primitives/PopupTest.cs: Make the
	  popup tests less sucky

2009-03-27  Jackson Harper  <jackson@ximian.com>

	* System.Windows.Data/BindingTest.cs: Fixed invalid binding test.

2009-03-27  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: Add test to ensure
	  conversions between type/string and string/type are working.
	  Add test for an invalid property path in a two way binding.

2009-03-26  Chris Toshok  <toshok@ximian.com>

	* System.Windows/FrameworkElementTest.cs: add all sorts of fun
	with Loaded event order, and rename the tests to be a little more
	clear.

2009-03-26  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Automation.Peers/FrameworkElementAutomationPeerTest.cs:
	  Implement CreatePeerForElement and FromElement properly for
	  the automation stuff.

2009-03-26  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls.Primitives/ToggleButtonTest.cs: We
	  already have dp.IsNullable so use that for the nullability
	  check. Add extra tests to ensure every combination of
	  null/non-null is tested.

2009-03-26  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls.Primitives/ToggleButtonTest.cs: Add
	  test for setting ToggleButton.IsChecked to null

2009-03-25  Geoff Norton  <gnorton@novell.com>

	* Ssytem.Windows.Data/BindingTest.cs: With the move to 100% managed
	bindings, these tests work now.

2009-03-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* site/test.html: Fix background color.

2009-03-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* System.Windows/ApplicationTest.cs:
	* System.Windows.Interop/SilverlightHostTest.cs: Remove some
	  [MoonlightBug] attributes.

2009-03-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* System.Windows/ApplicationTest.cs: Fix
	  LoadComponent_Application for both http:// and file://.

2009-03-24  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: Add two more tests to
	  check how bindings are handled in textblock. They already
	  pass.

2009-03-24  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: Mark three tests with
	  moonlight bug because they won't pass with the fix for
	  passing Binding objects to/from native.

2009-03-24  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs:
	* System.Windows.Data/BindingConverter.xaml:
	* System.Windows.Data/BindingConverter.xaml.cs: The NUnit
	  tests for the binding fixes which were just committed.

2009-03-24  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/StyleTest.cs: Add a test to show that strings
	  work fine.

2009-03-24  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/StyleTest.cs: Add test for styling a color
	  with a string value

2009-03-23  Chris Toshok  <toshok@ximian.com>

	* System.Windows/FrameworkElementTest.cs: add some tests to figure
	out the semantics of the Loaded event ordering.  That's the target
	for tomorrow.

2009-03-23  Jb Evain  <jbevain@novell.com>

	* security/ReflectionEmitTest.cs
	* security/ReflectionTest.cs
		add new tests for creating instance of private types
		defined in other user code assemblies.

* System.Windows.Data/BindingTest.cs: Add a test for when we directly
set a Binding instead of a BindingExpression

2009-03-20  Alan McGovern  <amcgovern@novell.com>

	* test/2.0/moon-unit/System.Windows.Data/BindingTest.cs: Add
	  two more binding tests.
	  
2009-03-19  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: Add test for when a
	StaticResource is databound before it has been parsed.

2009-03-19  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/FrameworkElementTest.cs: Add test to ensure
	LayoutUpdated is raised.

2009-03-19  Jb Evain  <jbevain@novell.com>

	* security/ReflectionEmitTest.cs: add test for reading a private
	field in user code with a DynamicMethod without visibility checks.

2009-03-19  Sebastien Pouliot  <sebastien@ximian.com>

	* security/DelegateTest.cs: Fix tests (not coreclr related)
	* security/ReflectionTest.cs: Fix tests (not coreclr related)
	* security/ReflectionEmitTest.cs: Add test case where we try to
	create a non-accessible object type using a DynamicMethod

2009-03-19  Jb Evain  <jbevain@novell.com>

	* security/ReflectionEmitTest.cs: add a test case reading
	a internal field from a DynamicMethod with the skip visibility flag.

2009-03-19  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingConverter.xaml
	* System.Windows.Data/BindingConverter.xaml.cs: Add tests which
	show that en-US is the default culture. My system is en-IE and the
	tests pass.

2009-03-19  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: Remove debug stuff.

2009-03-19  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: Remove MoonlightBug from
	two tests which are now passing.

2009-03-18  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Browser/ScriptableTest.cs: Add ctor so we can
	run/debug test cases individually.

2009-03-18  Alan McGovern  <amcgovern@novell.com>

* System.Windows.Controls/GridTest.cs: Add test to ensure children are
being found

* System.Windows.Data/BindingTest.cs: When updating from a two-way
binding, ensure we properly typeconvert from source type to dest type.

* moon-unit.mdp: Add missing files to the solution

* System.Windows.Controls/PasswordBoxTest.cs: Add some more tests for
password box. It's currently unusable from managed code.

* System.Windows.Media.Animation/StoryboardTest.cs: Remove underscores
again :)

2009-03-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* Makefile.am: Copy preserving timestamps, this way we won't
	  always remake everything.

2009-03-17  Sebastien Pouliot  <sebastien@ximian.com> 

	* security/DelegateTest.cs: Add visibility test cases

2009-03-17  Sebastien Pouliot  <sebastien@ximian.com>

	* security/DelegateTest.cs: Add coreclr tests on delegate creation

2009-03-17  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* moon-unit.csproj: Re-include moved files.

2009-03-17  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* Makefile.am:
	* App.xaml.cs:
	* moon-unit.mdp:
	* site/moon-unit-log.xsl:
	* site/MoonLogProvider.aspx:
	* site/MoonLogProvider.aspx.cs:
	* Mono.Moonlight.UnitTesting/MoonLogProvider.cs:
	* Mono.Moonlight.UnitTesting/MoonlightBugAttribute.cs:
	* Mono.Moonlight.UnitTesting/SilverlightBugAttribute.cs:
	  Updated to use Mono.Moonlight.UnitTesting.dll.

2009-03-16  Sebastien Pouliot  <sebastien@ximian.com>

	* security/ReflectionTest.cs: Add test cases suggested by Rogrido 
	Kumpera (where Invoke is not called).

2009-03-13  Chris Toshok  <toshok@ximian.com>

	* System.Windows.Controls/CanvasTest.cs (DoublesForZIndex): add
	some tests for double (and invalid) values.  turns out that we
	should be parsing permissively and just stop when we hit an
	invalid character.

2009-03-13  Chris Toshok  <toshok@ximian.com>

	* System.Windows.Documents/RunTest.cs: enable RunMultipleParents.

2009-03-13  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/XamlStyle.xaml: Commit a xaml testcase which
	  demonstrates a namescope issue. Note: I can't actually hook
	  this into a moon-unit test as i don't think it's possible to
	  programmatically check whether the target rectangle is
	  rendering green or black. It has to be a visual inspection.

2009-03-13  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: +- 5 isn't
	  a large enough delta. Increase delta to +- 10 to avoid
	  flapping.

2009-03-13  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Just add a
	  test to ensure that 'By' is working correctly.

2009-03-12  Sebastien Pouliot  <sebastien@ximian.com> 

	* security/SecurityCriticalTest.cs: Fix some test cases not to 
	fail on Moonlight (in non-coreclr related cases).

2009-03-12  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Add a
	  duration to all the ComplexPath* tests so they don't take as
	  long to run.

2009-03-12  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Add more
	  tests for parsing propertypaths for both attached and
	  non-attached properties.

2009-03-12  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Add two
	  more tests which are passing. I think it's safe to say this
	  code is pretty solid now.

2009-03-12  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Add three
	  more tests for complex property paths. They all pass
	  already.

2009-03-12  Andreia Gaita  <avidigal@novell.com>

	* DispatcherTest.cs: Re-enable, RestartTimer2

2009-03-11  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Fix issues
	  in 

2009-03-11  Chris Toshok  <toshok@ximian.com>

	* System.Windows.Documents/RunTest.cs: add a test for multiply
	parented Runs (which SL disallows but ML allows).

	* System.Windows/LogicalTreeTest.cs: add a test for border's ChildProperty.

2009-03-10  Alan McGovern  <amcgovern@novell.com>

	* Makefile.am:
	* moon-unit.mdp:
	* System.Windows.Controls/TabControlTests.cs: Add some tests
	  for TabControl. Currently failing due to bad handling of the
	  Parent property.

2009-03-10  Jackson Harper  <jackson@ximian.com>

	* System.Windows/ResourceDictionaryTest.cs: New test for type
	conversion of static resources.  Just Fontfamily and Double for
	now.

2009-03-09  Jackson Harper  <jackson@ximian.com>

	* Makefile.am: Add ControlTemplateTest.xaml
	* System.Windows.Controls/ControlTemplateTest.cs:
	* System.Windows.Controls/ControlTemplateTest.xaml: New test, a
	handler in a template.

2009-03-09  Jackson Harper  <jackson@ximian.com>

	* misc/Parsing/EnumsTest.cs: This test passes now.

2009-03-09  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/ResourceDictionaryTest.cs: Add tests for the
	  explicit implementation and fix bugs revealed by those.

2009-03-06  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/VisualStateManagerTest.cs:
	* System.Windows.Media.Animation/StoryboardTest.cs: Add more
	  tests for VSM and Storyboard.

2009-03-06  Alan McGovern  <amcgovern@novell.com>

	* ChangeLog:
	* System.Windows/VisualStateManagerTest.cs:
	* System.Windows.Media.Animation/StoryboardTest.cs: Revert - I
	  didn't mean to commit that yet. It's not complete.

2009-03-06  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Threading/DispatcherTest.cs: Add comment to
	  the test

2009-03-05  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/PropertyPathTest.cs: The PathParameters
	  supplied to PropertyPath are always guaranteed to be of
	  length 0. There is no point in storing them, exposing them
	  or comparing them.

2009-03-05  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/PropertyPathTest.cs: Add a bunch of
	  additional tests for PropertyPath. Ensure that the correct
	  exceptions are thrown when a propertypath is used on a
	  storyboard.

2009-03-04  Larry Ewing  <lewing@novell.com>

	* System.Windows.Media/VisualTreeHelperTest.cs: rework some of the
	hit tests to avoid edge/corner cases in most tests and add a few
	new ones.

2009-03-04  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Use the
	  new overloads for IsGreater, IsLess and IsBetween to get
	  better information out of the tests in the event of failure.

2009-03-04  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: I believe
	  this test was randomly failing because the origianal 100ms
	  wait was only long enough to allow the shape to move 9.5
	  pixels, not 10. Add extra logging and increase the delay
	  between first and second test. Remove the ignore to see if
	  it'll pass on the build bots now. It works locally on x86
	  and x64 for me.

2009-03-04  Alan McGovern  <amcgovern@novell.com>

	* moon-unit.mdp: Add missing files to the MD solution

2009-03-03  Chris Toshok  <toshok@ximian.com>

	* System.Windows.Media.Animation/StoryboardTest.cs (AddRunningStoryboard):
	mark this as passing, but it's likely not passing for the right
	reason.  the collection stuff is throwing IOE.

	* System.Windows/FrameworkElementTest.cs: remove defaults tests -
	they're in DefaultValues now.
	(LogicalParentTest[1-6]): new tests.

	* System.Windows/SetterTest.cs (ReuseSetter): mark this as
	working.

	* System.Windows/StyleTest.cs (UseSetterTwice): mark this as
	working.

	* System.Windows/UIElementTest.cs: remove defaults tests - they're
	in DefaultValues now.

	* System.Windows.Controls.Primitives/RangeBaseTest.cs: remove
	defaults tests - they're in DefaultValues now.

	* System.Windows.Controls.Primitives/ButtonBaseTest.cs: remove
	defaults tests - they're in DefaultValues now.

	* System.Windows.Controls.Primitives/ThumbTest.cs: remove defaults
	tests - they're in DefaultValues now.
	(MinimalXaml): mark this as working now.

	* System.Windows.Controls.Primitives/RepeatButtonTest.cs: remove
	defaults tests - they're in DefaultValues now.

	* System.Windows.Shapes/PolygonTest.cs: remove defaults tests -
	they're in DefaultValues now.

	* System.Windows.Shapes/LineTest.cs: remove defaults tests -
	they're in DefaultValues now.

	* System.Windows.Shapes/RectangleTest.cs: remove defaults tests -
	they're in DefaultValues now.

	* System.Windows.Shapes/ShapeTest.cs: remove defaults tests -
	they're in DefaultValues now.

	* System.Windows.Shapes/EllipseTest.cs: remove defaults tests -
	they're in DefaultValues now.

	* System.Windows.Shapes/PathTest.cs: remove defaults tests -
	they're in DefaultValues now.

	* System.Windows.Shapes/PolylineTest.cs: remove defaults
	tests - they're in DefaultValues now.

	* System.Windows.Controls/ContentPresenterTest.cs: remove defaults
	tests - they're in DefaultValues now.

	* System.Windows.Controls/TextBlockTest.cs: remove defaults tests
	- they're in DefaultValues now.

	* System.Windows.Controls/MediaElementTest.cs: remove defaults
	tests - they're in DefaultValues now.

	* System.Windows.Controls/ProgressBarTest.cs: remove defaults
	tests - they're in DefaultValues now.

	* System.Windows.Controls/SliderTest.cs: remove defaults tests -
	they're in DefaultValues now.
	(MinimalXaml): mark as working now.

	* System.Windows.Controls/ControlTest.cs: remove defaults tests -
	they're in DefaultValues now.

	* System.Windows.Controls/ScrollViewerTest.cs: remove defaults
	tests - they're in DefaultValues now.

	* System.Windows.Controls/UserControlTest.cs: remove defaults
	tests - they're in DefaultValues now.

	* System.Windows.Controls/BorderTest.cs: remove defaults tests -
	they're in DefaultValues now.

	* System.Windows.Controls/ControlTemplateTest.cs (ParentOfContent):
	fixed.

	* System.Windows.Controls/ContentControlTest.cs: remove defaults
	tests - they're in DefaultValues now.
	(ContentShareFrameworkElement): mark as working now.

	* System.Windows.Controls/ButtonTest.cs: remove defaults tests -
	they're in DefaultValues now.

2009-03-03  Jackson Harper  <jackson@ximian.com>

	* misc/Parsing/EnumsTest.cs: New test for parsing managed enums.

2009-03-03  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Complete
	  the implementation of PropertyPath. If it is constructed
	  with a DependencyProperty in managed, propagate this to
	  native.

2009-03-03  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Implement
	  the required exceptions for managed code when starting
	  storyboards which are missing properties or can't find the
	  target element/property.

2009-03-03  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs:
	  Storyboards should always use the surface in the current
	  deployment when starting. They don't have to be explicitly
	  attached to a surface - SL2 has different semantics as
	  compared to SL1 which caused some of the 1.0 tests to flag
	  this as a regression.

2009-03-03  Alan McGovern  <amcgovern@novell.com>

	* ChangeLog:
	* System.Windows.Media.Animation/StoryboardTest.cs: Revert
	  last change. I have the test failing locally now.

2009-03-02  Alan McGovern  <alan.mcgovern@gmail.com>

	* moon-unit.mdp: Add DispatcherTest.cs to the MD solution

2009-03-02  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Add a few
	  new tests for starting/stopping storyboards and reduced some
	  of the timeouts in other tests so they fail faster.

2009-03-02  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Threading/DispatcherTest.cs: Add test for
	  starting/stopping a storyboard from a DispatcherTimer tick
	  and also a test for starting/stopping a DispatcherTimer

2009-02-27  Sebastien Pouliot  <sebastien@ximian.com>

	* Makefile.am: Hack to avoid rebuilding the xap file on "make install"
	since it depends on the, always generated, moon-unit.sources.

2009-02-27  Sebastien Pouliot  <sebastien@ximian.com> 

	* security/ReflectionEmitTest.cs: New (very partial).
	* security/ReflectionTest.cs: New.
	* security/SecurityCriticalTest.cs: New.

2009-02-27  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows/ResourceDictionaryTest.cs: Add test case for Clear

2009-02-26  Chris Toshok  <toshok@ximian.com>

	* System.Windows.Controls/ControlTemplateTest.cs (ParentOfContent):
	test to see what FWE.Parent returns for a content UIElement
	subclass.

2009-02-26  Chris Toshok  <toshok@ximian.com>

	* System.Windows/FrameworkElementTest.cs (TagTest): this test
	works now.

	* misc/DefaultValues.cs (ComboBox_GetValue): enable the
	SelectedIndexProperty portion of this test, since it passes now.

	* System.Windows.Controls/ItemCollectionTest.cs (Methods_Int):
	this test works now.
	(IndexOf_IntConst): same.

	* System.Windows.Controls/ComboBoxTest.cs (DefaultValues): this
	test works now.
	(InvalidValues): same.

	* System.Windows.Controls/ListBoxTest.cs
	(PrepareContainerForItemOverride_IsSelected): this test works now.

	* System.Windows.Controls/ControlTemplateTest.cs
	(TemplatePropertyValuePrecedence): this test works now.

2009-02-26  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Added test
	  for starting a storyboard after it completes

2009-02-26  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs:
	* System.Windows.Data/BindingConverter.xaml: Added another
	  sanity check test.

2009-02-26  Jackson Harper  <jackson@ximian.com>

	* System.Windows/ResourceDictionaryTest.cs: Add tests for static
	resource element syntax.

2009-02-26  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs:
	* System.Windows.Data/BindingConverter.xaml:
	* System.Windows.Data/BindingConverter.xaml.cs: Added
	  additional test to ensure that nullable valuetypes are
	  handled correctly.

2009-02-26  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs:
	* System.Windows.Data/BindingConverter.xaml:
	* System.Windows.Data/BindingConverter.xaml.cs: If the
	  property path is invalid, we should bail out early and just
	  return DP.DefaultValue.

2009-02-26  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs:
	* System.Windows.Data/BindingConverter.xaml.cs: When parsing
	  bindings 'this is a string' is counted as a single string,
	  so parse it as such.

2009-02-26  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingConverter.xaml: Move the
	  datacontext to the correct place.

2009-02-26  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Don't run
	  these tests first.

2009-02-26  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs:
	* System.Windows.Data/BindingConverter.xaml:
	* System.Windows.Data/BindingConverter.xaml.cs: Add tests for
	  ConvertParameters in databinding.

2009-02-26  Alan McGovern  <amcgovern@novell.com>

	* moon-unit.mdp: Add some missing files to the solution files

2009-02-26  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ImageTest.cs: Spaces -> tabs for
	  consistency. Also ensure the testpanel is cleared after the
	  test.

2009-02-25  Jackson Harper  <jackson@ximian.com>

	* System.Windows.Data/BindingTest.cs: Test is fixed.

2009-02-25  Alan McGovern  <amcgovern@novell.com>

	* Makefile.am:
	* moon-unit.mdp:
	* System.Windows.Data/BindingTest.cs:
	* System.Windows.Data/BindingConverter.xaml:
	* System.Windows.Data/BindingConverter.xaml.cs: Add new test
	  for databinding with managed objects and managed converters

2009-02-25  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Add tests
	for GetCurrentTime ()

2009-02-23  Andreia Gaita  <avidigal@novell.com>

	* System.Windows.Browser/ScriptableTypeTest.cs: Add tests for
	special handling of js types.

2009-02-20  Jeffrey Stedfast  <fejj@novell.com>

	* System.Windows/PropertyPathTest.cs: Added new unit tests for
	PropertyPath.

2009-02-20  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/FrameworkElementTest.cs: We can't store an
	  enum as an int unless the DependencyProperty.PropertyType ==
	  typeof (ThatEnum). Otherwise we store an enum and get back
	  an int. Adding test for this case.

2009-02-19  Jeffrey Stedfast  <fejj@novell.com>

	* System.Windows.Media/VideoBrushTest.cs: Added SetMediaElement() test.

2009-02-19  Andreia Gaita  <avidigal@novell.com>

	* System.Windows.Browser/ScriptableTest.cs: Disable the tests that
	use js and Eval, the buildbot can't handle them.

2009-02-19  Andreia Gaita  <avidigal@novell.com>

	* System.Windows.Browser/ScriptableTest.cs: Fix test for buildbot

2009-02-19  Andreia Gaita  <avidigal@novell.com>

	* System.Windows.Browser/ScriptableTest.cs: Add new tests for eval and
	returning objects from js.
	Add js-only and managed-only versions.
	Add tests for method overloading.

2009-02-19  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Add a
	  few more tests.

2009-02-19  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Make the
	  test call Begin a few times and also check the order in
	  which the Complete event fires in a way which causes the
	  test to fail properly

2009-02-19  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs:
	Make the CompleteEvent test a little more explicit.

2009-02-18  Chris Toshok  <toshok@ximian.com>

	* System.Windows.Data/BindingTest.cs (XamlDataContext3): fix this
	test (broken by the default values work) by removing something we
	shouldn't be testing here anyway :)

2009-02-18  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs:
	  Storyboards are considered 'children' if they ever were
	  attached as a child of another timeline. The current status
	  doesn't appear to matter.
	  (StoryboardTest.RemoveChildThenStart).

2009-02-17  Jeffrey Stedfast  <fejj@novell.com>

	* System.Windows/ApplicationTest.cs: Fixed to check that it throws
	ArgumentException rather than XamlParseException.

2009-02-17  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Rewrote
	CompleteTest and it's now doing what I'd expect it to. Added new
	test for when multiple animations target the same object/property.

2009-02-17  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Add
	  *WithError functions so that storyboards can throw the right
	  exceptions when they are not the root Storyboard.

2009-02-17  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Add tests
	  to see what happens if a child Storyboard is
	  started/stopped.

2009-02-17  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Add
	  moonlight bug attributes to failing tests

2009-02-16  Larry Ewing  <lewing@novell.com>

	* System.Windows.Controls/TextBlockTest.cs: add some new (and
	confusing) actual* tests.

2009-02-16  Andreia Gaita  <avidigal@novell.com>

	* System.Windows.Browser/ScriptableTest.cs (Casing): Should be good now

2009-02-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* moon-unit.mdp: Added a new file.

2009-02-16  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Implement
	  the managed side of Storyboard.GetCurrentState ().

2009-02-14  Andreia Gaita  <avidigal@novell.com>

	* System.Windows.Browser/ScriptableTest.cs: Test fixes

2009-02-14  Andreia Gaita  <avidigal@novell.com>

	* System.Windows.Browser/ScriptableTest.cs: Fix plugin loading on js
	to work on vstudio automatically generated test pages (that don't
	have an id on the js object for easy lookup)

2009-02-13  Alan McGovern  <amcgovern@novell.com> 

	* System.Windows.Media.Animation/StoryboardTest.cs: Add test
	to check how the State changes in StoryBoard.

2009-02-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* System.Windows.Controls/ListBoxTest.cs: Mark failing test as
	  such.

2009-02-13  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media/VisualTreeHelperTest.cs: spaces -> tabs
	  for consistency. Hopefully the last time i have to do this.

2009-02-13  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media/VisualTreeHelperTest.cs: Add two tests
	  which check how 'Loaded' is raised

2009-02-12  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ItemCollectionTest.cs: Mark test
	  with moonlight bug until a good solution can be found.

2009-02-12  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ItemCollectionTest.cs: I seem to
	  have duplicated a test by accident.

2009-02-12  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ItemCollectionTest.cs: Add test case
	for boxed custom structs

2009-02-12  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ItemCollectionTest.cs: Add test case
	for boxed value types.

2009-02-12  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ItemCollectionTest.cs: Add test case
	to see if we use a .Equals or an object.ReferenceEquals
	comparison.

2009-02-12  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Controls/ItemCollectionTest.cs: Add test case
	for DO's parents when added to the collection

2009-02-12  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* System.Windows.Data/BindingTest.cs:
	* System.Windows.Controls/TextBlockTest.cs:
	* System.Windows.Browser/ScriptableTest.cs:
	* System.Windows.Media/VisualTreeHelperTest.cs: Greenify.

2009-02-11  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media/VisualTreeHelperTest.cs: Add
	more tests for Border.

2009-02-11  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media/VisualTreeHelperTest.cs: Add
	tests for Border with just a BorderBrush.

2009-02-11  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media/VisualTreeHelperTest.cs: Add
	tests for a Rect with just a stroke.

2009-02-11  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media/VisualTreeHelperTest.cs: Remove
	some underscores from the tests so they execute in the
	normal order.

2009-02-11  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media/VisualTreeHelperTest.cs: Add an extra
	  parameter to ::Render () to specify whether or not the paths
	  appended to the cairo_t should be filled/stroked/clipped so
	  it can be shared with the managed hittesting.
	Switch FindElementsInHostCoordinates to use the ::Render
	  codepaths instead of it's own custom codepath. This allows a
	  whole bunch of NUnit tests to pass.

2009-02-11  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media/VisualTreeHelperTest.cs: Add
	  [MoonlightBug] to tests which i broke yesterday.

2009-02-11  Andreia Gaita  <avidigal@novell.com>

	* site/index.html: add an id to the object tag to use from javascript
	* System.Windows.Browser/ScriptableTest.cs: minor fixes

2009-02-10  Jackson Harper  <jackson@ximian.com>

	* System.Windows/ApplicationTest.cs: Another clarification.

2009-02-10  Jackson Harper  <jackson@ximian.com>

	* BindingTest.cs: Unignore this test, it's fixed now and I think
	it's a legit test given that it checks binding against an
	unmanaged object, which takes a slightly different path than normal.

2009-02-10  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media/VisualTreeHelperTest.cs: Added a test
	which hits a zero width rect with a rect.

2009-02-10  Jackson Harper  <jackson@ximian.com>

	* System.Windows.Controls/ControlTemplateTest.cs: Add a
	clarification to the moonlight bug.

2009-02-10  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media/VisualTreeHelperTest.cs: Added a test
	for usercontrols.

2009-02-10  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* System.Windows/DependencyPropertyTest.cs: This test is
	  fixed now.

2009-02-10  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* System.Windows/StyleTest5.cs:
	* System.Windows/StyleTest4.cs:
	* System.Windows.Shapes/PathTest.cs:
	* System.Windows/ApplicationTest.cs:
	* System.Windows.Controls/GridTest.cs:
	* System.Windows.Controls/PanelTest.cs:
	* System.Windows.Controls/SliderTest.cs:
	* System.Windows.Controls/ButtonTest.cs:
	* System.Windows.Controls/ControlTest.cs:
	* System.Windows.Controls/ComboBoxTest.cs:
	* System.Windows.Controls/TextBlockTest.cs:
	* System.Windows.Controls/UserControlTest.cs:
	* System.Windows.Controls/ProgressBarTest.cs:
	* System.Windows.Controls/ScrollViewerTest.cs:
	* System.Windows.Controls/InkPresenterTest.cs:
	* System.Windows.Controls/ContentControlTest.cs:
	* System.Windows.Controls/ControlTemplateTest.cs:
	* System.Windows.Controls.Primitives/ThumbTest.cs:
	* System.Windows.Controls.Primitives/RangeBaseTest.cs:
	* System.Windows.Controls.Primitives/ButtonBaseTest.cs:
	* System.Windows.Controls.Primitives/RepeatButtonTest.cs:
	  Make moon-unit green.

2009-02-10  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* moon-unit.mdp: Updated with new files.

2009-02-10  Jackson Harper  <jackson@ximian.com>

	* System.Windows.Data/BindingTest.cs: These tests are failing
	right now.

2009-02-10  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media/VisualTreeHelperTest.cs: spaces->tabs
	  for consistency.

2009-02-10  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* moon-unit.csproj: Updated.

2009-02-10  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* Makefile.am:
	* misc/Events/EventTest.cs:
	* misc/Events/Event_ExactCaseMismatch.xaml: Use a different
	  resource for Test_ExactCaseMismatch. Works around weird SL
	  resource issues causing ObjectDisposedExceptions.

2009-02-10  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* Makefile.am: Fix copy-paste error. Should make
	  DependencyPropertyTest.ManagedTestF work.

2009-02-09  Alan McGovern  <alan.mcgovern@gmail.com>

	* System.Windows.Media/VisualTreeHelperTest.cs: Three more of
	  the NUnit tests are now passing for
	  FindElementsInHostCoordinates

2009-02-08  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Automation.Peers/TextBlockAutomationPeerTest.cs: New
	* System.Windows.Controls/UIElementCollectionTest.cs: Rename fixture

2009-02-06  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows/PointTest.cs: Add IFormattable test cases
	* System.Windows/RectTest.cs: Add IFormattable test cases
	* System.Windows.Media.Animation/RepeatBehaviorTest.cs: New.

2009-02-06  Alan McGovern  <alan.mcgovern@gmail.com>

	* System.Windows.Data/BindingTest.cs:
	* System.Windows/ResourceDictionaryTest.cs: Remove the
	  moonlightbug attr as these pass

2009-02-06  Alan McGovern  <alan.mcgovern@gmail.com>

	* System.Windows.Media/VisualTreeHelperTest.cs: Add a
	  moonlightbug attr to the failing test

2009-02-06  Alan McGovern  <alan.mcgovern@gmail.com>

	* System.Windows.Media/VisualTreeHelperTest.cs: Fix this test
	  properly - 'Clip.Rect' is the part of the shape that is
	  *not* clipped out. Parent clip is respected.

2009-02-06  Alan McGovern  <alan.mcgovern@gmail.com>

	* System.Windows.Media/VisualTreeHelperTest.cs: Parent clip is
	  *not* respected. We still hit the rectangle.

2009-02-06  Alan McGovern  <alan.mcgovern@gmail.com>

	* System.Windows.Media/VisualTreeHelperTest.cs: Add more tests
	  for FindElementsInHostCoordinates

2009-02-06  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* System.Windows.Controls.Primitives/PopupTest.cs: Inherit
	  from UserControl instead of Canvas. Fixes VS build.

2009-02-06  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* System.Windows.Controls.Primitives/RepeatButtonTest.cs:
	  RepeatButtonTest: Add a few asserts after checking for
	  ArgumentExceptions showing that even though setting an
	  invalid value throws an exception, the value has changed.

2009-02-06  Alan McGovern  <alan.mcgovern@gmail.com>

	* System.Windows.Media/VisualTreeHelperTest.cs: Add 8 more
	  tests for FindElementsInHostCoordinates

2009-02-06  Alan McGovern  <alan.mcgovern@gmail.com>

	* System.Windows.Media/VisualTreeHelperTest.cs: Cosmetic - fix
	  whitespacing

2009-02-06  Andreia Gaita  <avidigal@novell.com>

        * System.Windows.Browser/ScriptableTest.cs: Fix test

2009-02-05  Alan McGovern  <alan.mcgovern@gmail.com>

	* System.Windows.Media/VisualTreeHelperTest.cs: Add more
	  hittesting tests

2009-02-05  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.Windows/SetterBaseCollectionTest.cs:
	* System.Windows/SetterTest.cs:
	* System.Windows/StyleTest.cs: Remove [MoonlightBug] from tests
	that depends on the xaml parser fix (new HACK is in SVN).

2009-02-05  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media/VisualTreeHelperTest.cs: Rewrite the
	hit tests so they use the proper async framework. It appears
	to be working now.

2009-02-05  Andreia Gaita  <avidigal@novell.com>

	* System.Windows.Browser/ScriptableTest.cs: Add a bunch of tests for
	scriptable objects, via javascript.

2009-02-04  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Controls/UIElementCollectionTest.cs: New.
	* System.Windows.Documents/FontSourceTest.cs: New.

2009-02-04  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media/VisualTreeHelperTest.cs: Add more
	  NUnit tests to check the handling of multiple panels and
	  multiple children.

2009-02-04  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media/VisualTreeHelperTest.cs: The hittests
	  are all passing now

2009-02-03  Larry Ewing  <lewing@novell.com>

	* System.Windows.Controls/TextBlockTest.cs: add a test that shows
	that the instantly applied actual values do not consider wrapping.

	* System.Windows.Shapes/PathTest.cs: add an intrinsic canvas test.
	
2009-02-03  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Controls/SliderTest.cs: Check XAML-parsed 
	properties directly, because RangeBaseTest.CheckDefaultProperties
	needs to call it's base class.
	* System.Windows.Controls.Primitives/RangeBaseTest.cs: Call 
	base class to chain the default values checks. Remove #if false
	on some (weird but SL2 final confirmed) behaviors.

2009-02-03  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media/VisualTreeHelperTest.cs: Add tests for
	  hittesting. Currently ignored.

2009-02-03  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows/SetterBaseCollectionTest.cs:
	* System.Windows/SetterTest.cs:
	* System.Windows/StyleTest.cs: Add new test cases and rework 
	existing test cases not to trigger a bug in SL2 - where the 
	behavior of the Setter can be wrong if the (managed) IsSealed 
	property has not been checked before (likely a caching issue).
	The new test always works on SL2, i.e. when run normally or
	stepped line by line in the debugger. Some tests are not yet
	working because of the way the XAML parser is adding Setters
	to the SetterBaseCollection.

2009-02-02  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Imaging/BitmapImageTest.cs:
	  Image.Source defaults to a BitmapImage with a uri of
	  string.empty.

2009-02-02  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Imaging/BitmapImageTest.cs: The
	  default value for Bitmap.ImageSource is an empty string.

2009-02-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* moon-unit.mdp: Updated to use new MD features (ChangeLog
	  and log message policy).

2009-02-01  Larry Ewing  <lewing@novell.com>

	* System.Windows.Controls/StackPanelTest.cs: add new test method
	for margins and lyout slots.

2009-02-01  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows/SetterBaseCollectionTest.cs: Add checks for 
	IsSealed when adding/removing setters from the collection.
	* System.Windows/SetterTest.cs: Decorate SL2 crashers with [Ignore].
	Add new tests for near-identical cases. Add test case for reusing a
	setter always assigned to a collection.

2009-01-31  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows/RectTest.cs: Add NaN test case
	* System.Windows/SetterBaseCollectionTest.cs: Split test case to 
	isolate the non-working part (and not regress existing stuff)
	* System.Windows.Controls/ButtonTest.cs: New.
	* System.Windows.Controls/ContentControlTest.cs: Add one assert
	* System.Windows.Controls/ControlTemplateTest.cs: Add a failing
	assertion instead of "failing somewhere" with an exception.
	* System.Windows.Controls/ControlTest.cs: Split test case to 
	isolate the non-working part (and not regress existing stuff)

2009-01-30  Jeffrey Stedfast  <fejj@novell.com>

	* System.Windows.Controls/TextBoxTest.cs: Added a bunch of unit
	tests related to selection state.

2009-01-30  Andreia Gaita  <avidigal@novell.com>

	* System.Threading/DispatcherTest.cs: Disable SyncContextCheck
	test, it hangs intermittently on SL

2009-01-30  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows/RectTest.cs: Remove [MoonlightBug]
	* System.Windows/SizeTest.cs: Add FP precision test case.
	* System.Windows.Media/GeometryTest.cs: New.
	* System.Windows.Media/LineGeometryTest.cs: Add default and
	basic test cases.
	* System.Windows.Media/RectangleGeometryTest.cs: New.

2009-01-29  Jackson Harper  <jackson@ximian.com>

	* misc/Parsing/PrimitiveTest.cs: New test for parsing primitive
	types. Will add to the build once this is implemented.

2009-01-29  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Controls/ComboBoxTest.cs: Remove [MoonlightBug] 
	from two test cases.
	* System.Windows.Controls/ItemCollectionTest.cs: Add test cases
	for dealing with System.Object
	* System.Windows.Controls/MediaElementTest.cs: Add test case
	for read-only properties.

2009-01-28  Jackson Harper  <jackson@ximian.com>

	* ResourceDictionaryTest.cs: You can also set the name before the
	key if the values are equal.

2009-01-28  Jackson Harper  <jackson@ximian.com>

	* ResourceDictionaryTest.cs: Add to the key and name test.  This
	only works if you set the name before the key.

2009-01-28  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Controls/MediaElementTest.cs: Uncomment the assert
	on CurrentState since it no longer throws an InvalidCastException.
	Also remove it from the NonWorkingDefaults test case.

2009-01-28  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.Windows.Controls/ControlTest.cs: Remove commented 
	[TestMethod] on DefaultStyleKeyTest_Null
	* System.Windows.Controls/TextBlockTest.cs: New.
	* System.Windows.Documents/LineBreakTest.cs: New.
	* System.Windows.Documents/RunTest.cs: Add test case that crash SL2

2009-01-27  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.Windows/VisualStateTest.cs: Remove [MoonlightBug] from
	TestParse
	* System.Windows.Shapes/PathTest.cs: Remove [MoonlightBug] from
	BorderComputeLargerSize_StretchUniform_SizedIntrinsicBorder and
	ComputeReducedSize_StretchUniform_InstrinsicBorder

2009-01-26  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.Windows.Media.Animation/StoryboardTest.cs: Add 
	validation test cases for Timeline (versus non-Timeline). Remove
	MoonlightBug from SetTargetName_NullName. Add more XAML test cases.

2009-01-26  Larry Ewing  <lewing@novell.com>

	* System.Windows.Controls/BorderTest.cs:
	* System.Windows.Controls/CanvasTest.cs:
	* System.Windows.Controls/GridTest.cs:
	* System.Windows.Controls/PanelTest.cs:
	* System.Windows/FrameworkElementTest.cs: add tests for the
	layouy/nonlayout behavior.

2009-01-26  Larry Ewing  <lewing@novell.com>

	* System.Windows/FrameworkElementTest.cs:
	* System.Windows.Controls/CanvasTest.cs: test for strange property
	setting logic.

2009-01-26  Andreia Gaita  <avidigal@novell.com>

	* System.Windows.Threading/DispatcherTest.cs: Added

2009-01-26  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.Windows.Media/ColorTest.cs,
	* System.Windows.Media/MatrixTest.cs: Add IFormattable test cases

2009-01-26  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows/UIElementTest.cs: Add test case to show that we can
	NOT use RenderTransform to change the default value of the transform
	* System.Windows.Browser/ScriptableTest.cs: Remove [MoonlightBug]
	from Invoke test case.
	* System.Windows.Controls.Primitives/RepeatButtonTest.cs: Remove
	MoonlightBug from CheckReadOnlyXaml test case.
	* System.Windows.Documents/InlineTest.cs: Update comments.

2009-01-26  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.Windows.Media/TransformGroupTest.cs: New.

2009-01-23  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.Windows/UIElementTest.cs
	* System.Windows.Media/BrushTest.cs
	* System.Windows.Media/GradientBrushTest.cs
	* System.Windows.Media/ImageBrushTest.cs
	* System.Windows.Media/LinearGradientBrushTest.cs
	* System.Windows.Media/MatrixTransformTest.cs
	* System.Windows.Media/RadialGradientBrushTest.cs
	* System.Windows.Media/SolidColorBrushTest.cs
	* System.Windows.Media/TileBrushTest.cs
	* System.Windows.Media/VideoBrushTest.cs: Add tests for default
	values (where missing) and around the weird/buggy SL2 transforms 
	properties 

2009-01-23  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Media/ColorTest.cs: Add test case for defaults 
	including ToString. Re-enable parsing Color from XAML (crasher fixed)

2009-01-21  Andreia Gaita  <avidigal@novell.com>

	* System.Windows.Browser/ScriptableTest.cs: New, tests for scriptable 
	objects

	* moon-unit.mdp: update

2009-01-21  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.Windows/TextDecorationsTest.cs: New.
	* System.Windows.Documents/InlineTest.cs: Uncomment working 
	assertions

2009-01-21  Larry Ewing  <lewing@novell.com>

	* System.Windows.Controls/GridTest.cs: remove bug attributes from
	the current grid tests.

2009-01-21  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls.Primitives/PopupTest.cs: Disable Popup tests
	until they stop crashing moon.

2009-01-20  Larry Ewing  <lewing@novell.com>

	* System.Windows/RectTest.cs: add some intersect tests.

2009-01-21  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.Windows.Markup/XmlLanguageTest.cs: New.

2009-01-21  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Documents/InlineTest.cs: New.
	* System.Windows.Documents/RunTest.cs: New.

2009-01-21  Alan McGovern  <amcgovern@novell.com>

	* moon-unit.mdp:
	* System.Windows.Controls.Primitives/PopupTest.cs: Add a Popup test
	which causes mono to crash, currently marked with Ignore

2009-01-20  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.Windows/UIElementTest.cs: Re-enable tests for RenderTransform

2009-01-20  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Add validation
	test cases on static methods

2009-01-20  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls.Primitives/PopupTest.cs: Add test to ensure
	that the open/close events are fired correctly.

2009-01-19  Jb Evain  <jbevain@novell.com>

	* System.Windows.Media.Imaging/BitmapImageTest.cs: add test for empty
	uri passed to BitmapImage.

2009-01-19  Jb Evain  <jbevain@novell.com>

	* System.Windows/ApplicationTest.cs: add a test for absolute uri
	passed to GetResourceStream.

2009-01-19  Alan McGovern  <alan.mcgovern@gmail.com>

	* System.Windows.Data/BindingTest.cs: Add another test

2009-01-18  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Media/BrushTest.cs: Use MatrixTest.CheckIdentity 
	inside tests. Add a test for an SL2 limitation when inheriting 
	directly from Brush.
	* System.Windows.Media/MatrixTest.cs: New.
	* System.Windows.Media/MatrixTransformTest.cs: Add matrix setter
	test case. Update existing tests to use MatrixTest.CheckMatrix

2009-01-18  Alan McGovern  <alan.mcgovern@gmail.com>

	* System.Windows.Controls/ComboBoxTest.cs: These tests are failing due
	to a buglet in the Collection class.

2009-01-16  Jackson Harper  <jackson@ximian.com>

	* System.Windows/ResourceDictionaryTest.cs: Unregressed this.

2009-01-16  Larry Ewing  <lewing@novell.com>

	* System.Windows.Controls/PanelTest.cs: remove MoonlightBug
	attribute from AlignmentTest.

	* System.Windows.Controls/StackPanelTest.cs: remove bug attr from
	AlignmentTest AlignmentTest2 and LayoutSlotTest3.

2009-01-16  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ComboBoxTest.cs: added test to ensure events
	and methods are fired correctly.

2009-01-16  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ComboBoxTest.cs: Attempt to match the MS
	caching mechanism for SelectedItem and SelectedValue

2009-01-16  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/StyleTest.cs: This test passes now.

2009-01-15  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Controls/RowDefinitionTest.cs: New.
	* System.Windows.Controls/ColumnDefinitionTest.cs: New.

2009-01-15  Jackson Harper  <jackson@ximian.com>

	* System.Windows/StyleTest.cs: More tests are passing.

2009-01-15  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows/UIElementTest.cs: Now check for RenderTransform 
	for all types that inherits from UIElement.

2009-01-15  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ComboBoxTest.cs: Added more tests for ComboBox

2009-01-15  Alan McGovern  <amcgovern@novell.com>

	* moon-unit.mdp:
	* System.Windows.Controls/ComboBoxTest.cs: Begin implementing ComboBox.
	First 3 tests now pass.

2009-01-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* Makefile.am: Added more xaml files.

	* System.Windows/DependencyPropertyTest_ManagedTest_B2.xaml:
	* System.Windows/DependencyPropertyTest_ManagedTest_C2.xaml:
	* System.Windows/DependencyPropertyTest_ManagedTest_F3.xaml:
	* System.Windows/DependencyPropertyTest_ManagedTest_A2.xaml:
	* System.Windows/DependencyPropertyTest_ManagedTest_D2.xaml:
	* System.Windows/DependencyPropertyTest_ManagedTest_F2.xaml:
	* System.Windows/DependencyPropertyTest_ManagedTest_F4.xaml:
	* System.Windows/DependencyPropertyTest_ManagedTest_E2.xaml:
	* System.Windows/DependencyPropertyTest_ManagedTest_D4.xaml:
	* System.Windows/DependencyPropertyTest_ManagedTest_F1.xaml:
	* System.Windows/DependencyPropertyTest_ManagedTest_A3.xaml:
	* System.Windows/DependencyPropertyTest_ManagedTest_C1.xaml:
	* System.Windows/DependencyPropertyTest_ManagedTest_A1.xaml:
	* System.Windows/DependencyPropertyTest_ManagedTest_B1.xaml:
	* System.Windows/DependencyPropertyTest_ManagedTest_B3.xaml:
	* System.Windows/DependencyPropertyTest_ManagedTest_E1.xaml:
	* System.Windows/DependencyPropertyTest_ManagedTest_D3.xaml:
	* System.Windows/DependencyPropertyTest_ManagedTest_D1.xaml:
	* System.Windows/DependencyPropertyTest_ManagedTest_C3.xaml: Added.

	* System.Windows/DependencyPropertyTest.cs:
	* System.Windows/DependencyPropertyAttachedTest.cs: Tests for accessing
	custom properties from native code by name.

2009-01-15  Larry Ewing  <lewing@novell.com>

	* System.Windows.Controls/StackPanelTest.cs: add a layout slot
	test.

2009-01-15  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ComboBoxTest.cs: Add missing using statement

2009-01-15  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ComboBoxTest.cs: Mark tests with MoonlightBug

2009-01-15  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ComboBoxTest: Add tests.

2009-01-15  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Controls/ItemCollectionTest.cs: Remove [MoonlightBug]
	for null check test cases.

2009-01-15  Jackson Harper  <jackson@ximian.com>

	* System.Windows.Media.Animation/Storyboard.cs: Dumb test passes.

2009-01-15  Jackson Harper  <jackson@ximian.com>

	* System.Windows.Controls/ControlTemplateTest.cs: Remove the extra
	x: definition. This isn't needed anymore (and is incorrect).

2009-01-14  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Media/BrushTest.cs: New.
	* System.Windows.Media/GradientBrushTest.cs: New.
	* System.Windows.Media/LinearGradientBrushTest.cs: New.
	* System.Windows.Controls/ItemCollectionTest.cs: New. Test cases
	that show that the implementation differs from other PFC<T> types -
	at least wrt parameter validations

2009-01-14  Larry Ewing  <lewing@novell.com>

	* System.Windows/RectTest.cs: Lock down the trivial rect methods
	to match the sl implementations.

	* System.Windows/FrameworkElementTest.cs: remove bug attribute.

	* System.Windows/UIElementTest.cs: add some extra checks to
	DefaultMethods.

2009-01-14  Jackson Harper  <jackson@ximian.com>

	* System.Windows/ResourceDictionaryTest.cs:
	* System.Windows.Controls/ControlTemplateTest.cs: More passing
	tests.

2009-01-14  Jb Evain  <jbevain@novell.com>

	* System.Windows/AssemblyPartTest.cs: new tests.

2009-01-14  Larry Ewing  <lewing@novell.com>

	* misc/Events/EventTest.cs: MacOSX throw a different exception
	here so let that pass.

	* System.Windows/GridLengthTest.cs: flag the fact that
	GridLength.ToString() != Double.ToString() as a MacOSX bug.

	* System.Windows/PointTest.cs: Make the original tests pass and
	add new tests flagged as MacOSX bugs for the Double.ToString() 
	differences.

	* System.Windows.Interop/SilverlightHostTest.cs: flag this as a
	MacOSX bug.

	* System.Windows.Interop/SettingsTest.cs: allow for platform
	differences on MacOSX.
	

2009-01-14  Andreia Gaita  <avidigal@novell.com>

	* System.Windows.Interop/SettingsTest.cs: Change the fps after checking for the
      default values, so the tests run faster and we can still check for regressions
      here.

2009-01-14  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/StyleTest.cs: Add moonlight bug attr

2009-01-14  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Can have x:Name and
	x:Key on non-FrameworkElements.

2009-01-14  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* Mono.Moonlight.UnitTesting/MoonlightBugAttribute.cs:
	* Mono.Moonlight.UnitTesting/SilverlightBugAttribute.cs: Add a Platforms
	field to BugAttribute so that we can specify which platform the test
	fails on. MoonlightBugAttribute sets this to Unix, and
	SilverlightBugAttribute to Mac and Windows.

	* moon-unit.csproj: Updated.

2009-01-14  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* moon-unit.mdp:
	* moon-unit.csproj: Updated.

	* Makefile.am:
	* misc/Events/EventTest.cs: Include more resources. This makes 4 more
	tests pass.

2009-01-13  Jackson Harper  <jackson@ximian.com>

	* System.Windows.Controls/ControlTemplateTest.cs: Revert the patch
	that removed xmlns:x decl on templates. This allows the tests to
	pass. We can add a new test for xmlns:x in templates (which will
	be difficult to implement with libexpat).

2009-01-13  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Shapes/EllipseTest.cs: New.
	* System.Windows.Shapes/LineTest.cs: New.
	* System.Windows.Shapes/PathTest.cs: Add test cases for default
	values.
	* System.Windows.Shapes/PolygonTest.cs: New.
	* System.Windows.Shapes/PolylineTest.cs: New.
	* System.Windows.Shapes/RectangleTest.cs: Add test cases for 
	default values.
	* System.Windows.Shapes/ShapeTest.cs: New.

2009-01-13  Alan McGovern  <amcgovern@novell.com>

	* moon-unit.mdp:
	* System.Windows.Media/ImageBrushTest.cs: Add a test for
	ImageBrush.ImageSource

2009-01-13  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/StyleTest.cs: Mark test with MoonlightBug

2009-01-13  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/StyleTest.cs: Added test for bizarre caching in Style
	constructor.

2009-01-13  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media/MatrixTransformTest.cs: Add
	MatrixTransformTest.cs to svn

	* moon-unit.mdp: Add the matrix tests to the MD solution

	* System.Windows.Controls/ControlTemplateTest.cs: Add test for
	ControlTemplate failing to parse TargetType

2009-01-13  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/StyleTest.cs: Fixed test to pass on silverlight.

2009-01-12  Jackson Harper  <jackson@ximian.com>

	* System.Windows.Controls/ControlTemplateTest.cs: Got one more
	test working.
	- Added a new test for looking up static resources in templates.
	- Added a new test for ControlTemplates inside of ControlTemplates.

2009-01-12  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Interop/SettingsTest.cs: Minimum FPS is clamped at 1.

2009-01-12  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Media.Animation/StoryboardTest.cs: Add correct
	validator for Storyboard.TargetName and Storyboard.TargetProperty

2009-01-12  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/TextBoxTest.cs: Explain why test is failing

2009-01-12  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* Makefile.am: Add new xaml files to assembly as resources.

	* misc:
	* misc/Events:
	* misc/Events/Event_3.xaml:
	* misc/Events/EventTest.cs:
	* misc/Events/Event_0.xaml:
	* misc/Events/Event_1.xaml:
	* misc/Events/Event_DO.xaml:
	* misc/Events/Event_Exact.xaml:
	* misc/Events/Event_Basic.xaml:
	* misc/Events/Event_NonVoid.xaml:
	* misc/Events/Event_Private.xaml:
	* misc/Events/Event_Internal.xaml:
	* misc/Events/Event_MouseArgs.xaml:
	* misc/Events/Event_Protected.xaml:
	* misc/Events/Event_Ex_Derived.xaml:
	* misc/Events/Event_Ex_Derived2.xaml:
	* misc/Events/Event_Ex_Derived3.xaml:
	* misc/Events/Event_CaseMismatch.xaml:
	* misc/Events/Event_ObjectObject.xaml:
	* misc/Events/Event_RoutedEventArgs.xaml:
	* misc/Events/Event_OverloadedValid.xaml:
	* misc/Events/Event_OverloadedInvalid.xaml:
	* misc/Events/Event_InexistentResource.xaml: Added EventTest.

	* moon-unit.mdp:
	* moon-unit.csproj: Updated.

2009-01-12  Andreia Gaita  <avidigal@novell.com>

	* System.Windows.Interop/SettingsTest.cs (MaxFrameRate): Always reset the framerate back to its
	  original value, otherwise the tests stop

2009-01-09  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows/DependencyPropertyTest.cs: Add test case to 
	confirm the old (beta1) readonly hack is not used anymore in SL2.
	* System.Windows.Controls/SelectorTest.cs: New.
	* System.Windows.Controls/ScrollViewerTest.cs: New.
	* System.Windows.Controls/GridTest.cs: Add test cases for static
	methods.
	* System.Windows.Resources/StreamResourceInfoTest.cs:New.

2009-01-09  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/MediaElementTest.cs: Addedd more tests for
	MediaElement

2009-01-09  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Controls/ContentPresenterTest.cs: New.
	* System.Windows.Controls/ItemsControlTest.cs: The default for
	IsItemItsOwnContainerOverride seems to accept any FrameworkElement

2009-01-09  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/IValueConverterTest.cs: Complete implementation of
	IValueConverter. Two way binding tests are now working.

2009-01-09  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/IValueConverterTest.cs: Default culture is always
	en-US, not the current culture.

2009-01-09  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/StyleTest.cs: Added extra test for attached properties

2009-01-09  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/StyleTest.cs: Add managed validation to Style so we can
	verify Style.TargetType matches DO.GetType before setting the value.
	The parser will have to do a similar check when parsing styles from
	XAML.

2009-01-09  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/StyleTest.cs: Add explanation as to the issue.

2009-01-08  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows/StyleTest.cs: Add new test case with a string Tag
	that now throws an exception

2009-01-08  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/StyleTest.cs: Add the ability to map a
	DependencyProperty to/from native. This removes a hack in Style where
	DP's used to be looked up by name, which couldn't be done with
	properties registered through C#. Fixes 2 NUnit tests.

2009-01-08  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.Windows.Controls/SliderTest.cs,
	* System.Windows.Controls.Primitives/ThumbTest.cs: Add test cases
	for read-only properties.

2009-01-08  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/StyleTest.cs: Add extra (currently failing) tests to
	ensure Styles are applied correctly

2009-01-08  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Controls/ItemsControlTest.cs: New.
	* System.Windows.Automation.Peers/AutomationPeerTest.cs: New.
	* System.Windows.Automation.Peers/FrameworkElementAutomationPeerTest.cs: New.
	* System.Windows.Automation.Peers/ItemAutomationPeerTest.cs: New.
	* System.Windows.Automation.Peers/ItemsControlAutomationPeerTest.cs: New.

2009-01-07  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows/PresentationFrameworkCollectionTest.cs: Add test
	cases for checking public arguments.

2009-01-07  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.Windows.Controls/ContentControlTest.cs: Add new test
	cases and remove [MoonlightBug] on PeekProperties.
	* System.Windows.Controls.Primitives/ButtonBaseTest.cs: Remove 
	MoonlightBug on PeekProperties.

2009-01-07  Sebastien Pouliot  <sebastien@ximian.com>

	* CursorsTest.cs: More test for cursors, including shared instance tests.

2009-01-07  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/FrameworkElementTest.cs: Added new test for cursors and
	fixed the implementation to make it pass.

2009-01-07  Alan McGovern  <amcgovern@novell.com>

	* moon-unit.mdp: Add CursorsTest to the MD solution.

2009-01-06  Sebastien Pouliot  <sebastien@ximian.com>

	* CursorsTest.cs: New.

2009-01-06  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/StyleTest.cs:
	* System.Windows/VisualStateTest.cs:
	* System.Windows/FrameworkElementTest.cs: Cosmetic - removing
	[MoonlightBug] attributes which have been commented out

2009-01-06  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/StyleTest.cs: Add an explanatory message

2009-01-06  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/StyleTest.cs:
	* System.Windows/FrameworkElementTest.cs:
	* System.Windows/SetterBaseCollectionTest.cs: Uncommented tests which
	now pass and added additional tests for Setters

2009-01-06  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/VisualStateTest.cs: These tests now pass

2009-01-05  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows/PointTest.cs: New.
	* System.Windows.Automation.Peers/ThumbAutomationPeerTest.cs: New.
	* System.Windows.Automation.Peers/SliderAutomationPeerTest.cs: New.
	* System.Windows.Automation.Peers/ButtonBaseAutomationPeerTest.cs: New.
	* System.Windows.Automation.Peers/RangeBaseAutomationPeerTest.cs: New.
	* System.Windows.Automation.Peers/RepeatButtonAutomationPeerTest.cs: New.

2009-01-05  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ControlTemplateTest.cs: When validating the
	Value we need a reference to the current DependencyObject as some
	properties are write-once/read-only

2009-01-05  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/IValueConverterTest.cs: Should be MoonlightBug,
	not Ignore

2008-12-22  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Markup/XamlReaderTest.cs: New. Basic tests for 
	XamlReader.

2008-12-22  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/StyleTest.cs:
	* System.Windows.Controls/BorderTest.cs:
	* System.Windows/FrameworkElementTest.cs:
	* System.Windows.Controls/MediaElementTest.cs: Remove MoonlightBug
	attributes fromt tests which pass

2008-12-19  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.Windows.Controls.Primitives/RepeatButtonTest.cs: Reuse
	read-only tests from ButtonBaseTest. Test with XAML (not yet working).
	* System.Windows.Controls.Primitives/ButtonBaseTest.cs: Generalize
	the read-only test and cover more cases.

2008-12-19  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Controls/SliderTest.cs: Chain default test into
	RangeBaseTest. Add empty, but templated, test case.
	* System.Windows.Controls.Primitives/RangeBaseTest.cs: Reworked
	for easier reuse.

2008-12-19  Sebastien Pouliot  <sebastien@ximian.com> 

	* moon-unit.csproj: Add recent tests to project file.

2008-12-19  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/FrameworkElement.cs:
	* System.Windows.Controls/ControlTest.cs: Fixed tests on SL.

2008-12-19  Alan McGovern  <amcgovern@novell.com>

	* moon-unit.mdp:
	* System.Windows.Media.Animation/StoryboardTest.cs: Add validation +
	tests for Storyboard.TargetNameProperty and TargetPropertyProperty

2008-12-19  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ControlTemplateTest.cs: This test passes now.

2008-12-18  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.Collections.Specialized/NotifyCollectionChangedEventArgsTest.cs:
	New. Test validations and default values.
	* System.ComponentModel/DesignerPropertiesTest.cs: Fix tests so they
	execute correctly under Windows/SL2

2008-12-18  Sebastien Pouliot  <sebastien@ximian.com>

	* System.ComponentModel/DesignerPropertiesTest.cs: New. Test 
	validations.

2008-12-18  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/FrameworkElementTest.cs:
	* System.Windows.Controls/ControlTest.cs:
	* System.Windows.Controls/MediaElementTest.cs: Add new tests to ensure
	parameters are validated correctly.

2008-12-18  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Controls.Primitives/ToggleButtonTest.cs: New. Test
	events wrt RoutedEventArgs.OriginalSource

2008-12-18  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: Move parameter validation for DP's
	to use the new ValueValidator callback.

2008-12-18  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/GridTest.cs: Add the ability to validate the
	value for a DependencyProperty before setting it.

2008-12-17  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs:
	BindingExpression/BindingExpressionBase should not be passed to/from
	native code anymore.

2008-12-17  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: Default to rectangle.Opacity to 1f
	as the test sets data.Opacity to 0f and then checks to see if
	rectangle.Opacity is 0f

2008-12-16  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: Add another tests for databinding
	with objects supporting INotifyPropertyChanged.

2008-12-16  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: Mark these tests with
	[MoonlightBug] rather than [Ignore]

2008-12-16  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: Ensure that the value is correctly
	typecast when updating the source object on a two way binding.

2008-12-16  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Controls/ContentControlTest.cs: Make default
	properties check reusable. Add check for the value of DefaultStyleKey
	* System.Windows.Controls.Primitives/ButtonBaseTest.cs: Chain 
	properties checks into ContentControlTest. Add check for the value 
	of DefaultStyleKey
	* System.Windows.Controls.Primitives/RepeatButtonTest.cs: Chain 
	properties checks into ButtonBaseTest. Add DefaultMethods test case.
	* System.Windows.Controls.Primitives/ThumbTest.cs: Uncomment FIXME

2008-12-16  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: Do type conversions when setting
	the value in a two way binding.

2008-12-16  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: Add a test for when you reuse the
	BindingExpressionBase returned from the SetBinding call.

2008-12-16  Alan McGovern  <amcgovern@novell.com>

	



2008-12-16  Alan McGovern  <amcgovern@novell.com>

	



2008-12-16  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: Added new DataBinding test when
	loading from xaml

2008-12-16  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: Move databinding to managed code.

2008-12-16  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/ResourceDictionaryTest.cs:
	* System.Windows.Controls/ControlTemplateTest.cs: These tests now pass,
	so removing the [MoonlightBug] attribute

2008-12-15  Jackson Harper  <jackson@ximian.com>

	* System.Windows.Data/BindingTest.cs: This test fails now that we
	are parsing the extensions correctly.

2008-12-15  Sebastien Pouliot  <sebastien@ximian.com>

	* moon-unit.csproj: Add recent test fixtures to the project.

2008-12-15  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.Windows/FrameworkElementTest.cs: Add test for Name setter
	* System.Windows.Controls/BorderTest.cs: Test properties from base
	FrameworkElement
	* System.Windows.Controls/ControlTest.cs: Add test for Name setter
	* System.Windows.Controls/MediaElementTest.cs: Split working and 
	non-working properties and give them unique id. Test properties from 
	base FrameworkElement.

2008-12-15  Andreia Gaita  <shana@jitted.com>

        * System.Windows.Threading/CrossThreadAccessTest.cs: Added tests for
	creating and accessing objects from non-ui threads

2008-12-15  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.Windows/ThicknessTest.cs: Add test cases for special Double
	values wrt validation (none) and ToString (NaN == Auto).

2008-12-15  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/GridTest.cs: The Defaults test now passes.

2008-12-15  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ControlTest.cs: Added extra checks for when
	FontFamily is null.

2008-12-15  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Controls/ControlTest.cs: Comment FontSize check since
	it makes a bunch of control fails.

2008-12-15  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/GridTest.cs: Mark tests with MoonlightBug

2008-12-15  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/ControlTest.cs: Mark tests with MoonlightBug

2008-12-15  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows/TemplatePartAttributeTest.cs: New. Unit tests
	for the attribute (and lack of validation).

2008-12-15  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/GridTest.cs: This should be true by default.

2008-12-15  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/CanvasTest.cs:
	* System.Windows.Controls/ControlTest.cs:
	* System.Windows.Controls/GridTest.cs: Add tests for
	default values and for invalid values

2008-12-15  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: Fix the Path priority test.

2008-12-12  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows/GridLengthTest.cs: New. Test cases to check 
	validations on ctors and properties and ToString output.

2008-12-12  Jeffrey Stedfast  <fejj@novell.com>

	* System.Windows.Data/BindingTest.cs: Test priority of Path
	properties.

2008-12-12  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows/CornerRadiusTest.cs: New. Test cases to check 
	validations on ctors and propertoes and ToString output.

2008-12-12  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/TextBoxTest.cs: Remove two useless checks and
	add a xaml parsing test

2008-12-11  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows/UIElementTest.cs: Add test cases for method 
	validations.

2008-12-11  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/TextBoxTest.cs: Add more tests for
	TextBox.Text

2008-12-11  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/TextBoxTest.cs:
	* System.Windows.Controls/PasswordBoxTest.cs: Fix several issues with
	default values for TextBox and PasswordBox

2008-12-11  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/StyleTest.cs: 'null' should be an acceptable value

2008-12-11  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: Ensure the types match when
	databinding a valuetype property. For example a float should be
	converted to a Double when databinding.

2008-12-11  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows/FrameworkElementTest.cs: Add basic test cases for
	the methods, some of them marked with [MoonlightBug]
	* System.Windows.Controls.Primitives/ThumbTest.cs: Remove 
	the [MoonlightBug] on DefaultMethods

2008-12-11  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: Add test for databinding a float
	to a double.

2008-12-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* System.Windows.Controls/ContentControlTest.cs,
	  System.Windows.Controls/PasswordBoxTest.cs,
	  System.Windows.Controls/BorderTest.cs,
	  System.Windows.Controls/TextBoxTest.cs,
	  System.Windows.Controls.Primitives/ThumbTest.cs,
	  System.Windows/ResourceDictionaryTest.cs: Sprinkle [MoonlightBug] a
	  bit.
	* moon-unit.mdp: Updated.

2008-12-10  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/BorderTest.cs: Added tests for
	default values and invalid values.

2008-12-10  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Controls/ControlTest.cs: Adjust to API change.
	* System.Windows.Controls/UserControlTest.cs: Adjust to API change.
	* System.Windows.Controls.Primitives/ThumbTest.cs: Add test case
	for the default template (from an empty XAML).
	* System.Windows/FrameworkElementTest.cs: Accept an optional parent
	parameter when checking the default properties.

2008-12-10  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/TextBoxTest: Added tests for
	default values and invalid values.
	* moon-unit.csproj: Added TextBoxTest.cs to the build

2008-12-10  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Controls/PasswordBoxTest: Added tests for
	default values and invalid values.
	* moon-unit.csproj: Added PasswordTest.cs to the build

2008-12-08  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Controls/ControlTest.cs: Add an overload for
	CheckDefaultProperties to allow specifying IsTabStop value.
	* System.Windows.Controls/UserControlTest.cs: Add test cases
	for default properties and methods.

2008-12-08  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.Windows.Controls/ControlTest.cs: Move some tests to
	UserControlTest since they don't behave the same (or don't apply)
	on Control
	* System.Windows.Controls/UserControlTest.cs: New file, old 
	tests moved from ControlTest.cs

2008-12-08  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Controls/ControlTest.cs: Add null check tests
	for Control.On* methods.

2008-12-05  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.Windows.Controls/ProgressBar.cs: Fix Maximum which let us
	reuse RangeBaseTest for default properties.

2008-12-05  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Controls.Primitives/ButtonBaseTest.cs: New.
	Basic unit tests for ButtonBase.

2008-12-04  Chris Toshok  <toshok@ximian.com>

	* Makefile.am: split up the other-dir build from the copying, so
	we don't always end up recompiling the xap.

2008-12-04  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.Windows.Controls/ContentControlTest.cs: New. Basic unit 
	tests for default properties and methods.

2008-12-04  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Controls/ControlTest.cs: Add more test cases for 
	DefaultStyleKey and split the non-working one (so working test gets
	executed).

2008-12-04  Full Name  <Email Address>

	* System.Windows/DependencyPropertyAttachedTest.cs: Add test to ensure
	that the supplied callback is invoked.

2008-12-04  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Controls/ControlTest.cs: Add test case for 
	default methods calls and events.
	* System.Windows.Controls.Primitives/RangeBaseTest.cs: Add test
	cases for all properties validations and default method calls.

2008-12-03  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: spaces -> tabs to make file
	consistent.

2008-12-03  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: If a Binding has bound to a
	datacontext, refresh the binding when the context is altered.

2008-12-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* System.Windows/DependencyPropertyAttachedTest.cs,
	  System.Windows/DependencyPropertyTest.cs:
	  DependencyProperty.RegisterAny: When getting default values for
	  structures, we need to handle managed structures too. Fixes two
	  unit tests.

2008-12-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* moon-unit.mdp: Updated.

2008-12-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* site/drtlist.xml: Mark as unittest.
	* site/MoonLogProvider.aspx.cs: Print out where we're saving the file.

2008-12-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Mono.Moonlight.UnitTesting/MoonlightBugAttribute.cs,
	  Mono.Moonlight.UnitTesting/SilverlightBugAttribute.cs: Added.
	* Mono.Moonlight.UnitTesting/MoonLogProvider.cs: Add support for known
	  issues.
	* Mono.Moonlight.UnitTesting/Tester.cs: Remove KnownFailureAttribute.
	* moon-unit.csproj, moon-unit.mdp, site/moon-unit-log.xsl: Updated.
	* System.Windows.Controls/ControlTemplateTest.cs,
	  System.Windows.Controls/ControlTest.cs,
	  System.Windows.Data/BindingTest.cs,
	  System.Windows.Controls/PanelTest.cs,
	  System.Windows.Interop/SettingsTest.cs,
	  System.Windows.Interop/SilverlightHostTest.cs,
	  System.Windows.Shapes/PathTest.cs,
	  System.Windows/ApplicationTest.cs,
	  System.Windows/DependencyPropertyAttachedTest.cs,
	  System.Windows/DependencyPropertyTest.cs,
	  System.Windows/FrameworkElementTest.cs,
	  System.Windows/ResourceDictionaryTest.cs,
	  System.Windows/SetterBaseCollectionTest.cs,
	  System.Windows/SetterTest.cs, System.Windows/StyleTest.cs,
	  System.Windows/VisualStateTest.cs: KnownFailureAttribute is now
	  known as MoonlightBugAttribute.

2008-12-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* System.Windows.Data/BindingTest.cs: Fix test logic to pass on SL.

2008-12-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* App.xaml.cs: Add a hack to only run specific tests.

2008-12-02  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: Add new test

2008-12-02  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/DependencyPropertyAttachedTest.cs: Ensure the default
	value of a CustomDP is propagated to the unmanaged

2008-12-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* System.Windows/DependencyPropertyTest.cs: Add a test for nullable
	  dependency properties.

2008-12-02  Stephane Delcroix  <sdelcroix@novell.com>

	* System.Windows.Controls/ProgressBarTest.cs: Tests for default
	properties.

2008-12-01  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Controls.Primitives/RepeatButtonTest.cs: Add tests
	for Delay and Internal properties.

2008-12-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* site/moon-unit-log.xsl: Added, shows html for our unit test results.
	* moon-unit.mdp, moon-unit.csproj: Updated.
	* Mono.Moonlight.UnitTesting/MoonLogProvider.cs, App.xaml.cs: Instead
	  of sending one request for each message, add them all to an xml
	  document and when the test harness has finished send the entire xml
	  document. This fixes issues where the messages would reach the
	  logfile in another order than they were sent.

2008-12-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* System.Windows.Controls/ControlTemplateTest.cs,
	  System.Windows.Controls/MediaElementTest.cs,
	  System.Windows.Shapes/PathTest.cs, System.Windows/StyleTest.cs,
	  System.Windows/VisualStateTest.cs: Sprinkle a few KnownFailure
	  attributes.

2008-12-01  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: If a null value is being set to a
	DP when using databinding, clear the value instead. Makes test pass.

2008-11-28  Sebastien Pouliot  <sebastien@ximian.com> 

	* moon-unit.csproj: Add SliderTest.cs and OpenFileDialogTest.cs to
	the build.
	* System.Windows.Controls/ControlTest.cs: Add test cases for 
	GetTemplateChildTest.
	* System.Windows.Controls/SliderTest.cs: New. Basic tests for Slider.
	* System.Windows.Controls.Primitives/RangeBaseTest.cs: Refactor so
	the default properties checks are re-usable for Slider.

2008-11-28  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.Windows.Controls/ControlTest.cs: Add test cases for
	DefaultStyleKeyTest where the property does not throw exceptions.
	* System.Windows.Controls/OpenFileDialogTest.cs: Add test cases for
	Filter and FilterIndex properties.

2008-11-28  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: DataBinding now works for one-way,
	one-time and two-way bindings with managed objects.

2008-11-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* site/test.html: Shutdown the process when we're done.
	* site/index.html: Leave the process running when we're done.
	* Mono.Moonlight.UnitTesting/MoonLogProvider.cs: Comment out spew.
	* App.xaml.cs: Handle TestHarnessCompleted event and call a js method
	  to possibly shutdown the process.

2008-11-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* site/test.html: Added html file for harness testing.
	* moon-unit.mdp: Updated.
	* Mono.Moonlight.UnitTesting/MoonLogProvider.cs: Fix log uri to include
	  path of the html file. This way the aspx file doesn't have to
	  reside at the root directory.

2008-11-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* App.xaml.cs: Provide our own settings for the unit tests.
	* Mono.Moonlight.UnitTesting/MoonLogProvider.cs: Added, sends log
	  output to disk.
	* moon-unit.csproj, moon-unit.mdp, moon-unit.sln: Updated.
	* site/index.html: Remove dead code.
	* site/MoonLogProvider.aspx, site/MoonLogProvider.aspx.cs,
	  site/Web.config: Added MoonLogProvider.aspx to send test results to
	  a file.

2008-11-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Mono.Moonlight.UnitTesting/HtmlOutput.cs,
	  Mono.Moonlight.UnitTesting/IOutput.cs,
	  Mono.Moonlight.UnitTesting/Tester.cs: Deleted old code.

2008-11-27  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.Windows.Controls/OpenFileDialogTest.cs: New. Test default
	properties. UI-based tests are blocking so they are [Ignore]d.

2008-11-27  Sebastien Pouliot  <sebastien@ximian.com>

	* moon-unit.csproj: Updated with new tests.

2008-11-26  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows/DependencyObjectTest.cs: New. Test default 
	properties.
	* System.Windows/FrameworkElementTest.cs: New. Test default 
	properties.
	* System.Windows/UIElementTest.cs: New. Test default properties.
	* System.Windows.Controls/ControlTest.cs: Chain default properties
	checks into FrameworkElementTest
	* System.Windows.Controls.Primitives/RepeatButtonTest.cs: New.
	Test default properties.
	* System.Windows.Controls.Primitives/ThumbTest.cs: New. Test 
	default properties.
	* System.Windows.Controls.Primitives/RangeBaseTest.cs: New. Test 
	default properties, methods and events.

2008-11-26  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: Remove the managed binding stuff
	and ignore the tests.

2008-11-26  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/FrameworkElementTest.cs: Styles are now used/ignored
	correctly when local values are set/unset. Added tests for this.

2008-11-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* moon-unit.csproj: Updated with new tests.

2008-11-25  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/StyleTest.cs: Added two more tests 

2008-11-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Makefile: Fixicate a bit more.

2008-11-25  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/ApplicationTest.cs:
	* System.Windows.Data/BindingTest.cs:
	* System.Windows.Interop/SettingsTest.cs:
	* System.Windows.Media.Imaging/BitmapImageTest.cs: Update the tests to
	pass on silverlight

2008-11-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Makefile: Make this mess slightly better.

2008-11-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* moon-unit.csproj, moon-unit.sln: Updated with new files and now
	  builds with VS.

2008-11-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* System.Windows.Controls/MediaElementTest.cs: Make this test work
	  properly with the new harness.

2008-11-24  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Controls/ControlTest.cs: Add test case for default
	properties.
	* System.Windows/FontStretchesTest.cs: New. Ensure GetHashCode match
	the old (1.0) enum value used in unmanaged code.
	* System.Windows/FontWeigthsTest.cs: New. Ensure GetHashCode match
	the old (1.0) enum value used in unmanaged code.
	* System.Windows/FontStylesTest.cs: New. Ensure GetHashCode match
	the old (1.0) enum value used in unmanaged code.

2008-11-21  Alan McGovern  <amcgovern@novell.com>

	* System.Windows/StyleTest.cs: Added some new Style tests and updated
	existing ones to work with the latest silverlight

2008-11-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* App.xaml.cs, Makefile, Mono.Moonlight.UnitTesting/Tester.cs,
	  site/index.html,
	  System.Collections.ObjectModel/ObservableCollectionTest.cs,
	  System.IO.IsolatedStorage/IsolatedStorageFileStreamTest.cs,
	  System.IO.IsolatedStorage/IsolatedStorageFileTest.cs,
	  System.IO.IsolatedStorage/IsolatedStorageSettingsTest.cs,
	  System.Windows.Controls/BorderTest.cs,
	  System.Windows.Controls/CanvasTest.cs,
	  System.Windows.Controls/ControlTemplateTest.cs,
	  System.Windows.Controls/ControlTest.cs,
	  System.Windows.Controls/GridTest.cs,
	  System.Windows.Controls/MediaElementTest.cs,
	  System.Windows.Controls/MediaElementTest.SlowStream.cs,
	  System.Windows.Controls/PanelTest.cs,
	  System.Windows.Data/BindingTest.cs,
	  System.Windows.Data/IValueConverterTest.cs,
	  System.Windows.Input/StylusDeviceTest.cs,
	  System.Windows.Interop/ContentTest.cs,
	  System.Windows.Interop/SettingsTest.cs,
	  System.Windows.Interop/SilverlightHostTest.cs,
	  System.Windows.Media.Imaging/BitmapImageTest.cs,
	  System.Windows.Media/ColorTest.cs,
	  System.Windows.Media/LineGeometryTest.cs,
	  System.Windows.Media/VisualTreeHelperTest.cs,
	  System.Windows.Shapes/PathTest.cs,
	  System.Windows.Shapes/RectangleTest.cs,
	  System.Windows/ApplicationTest.cs,
	  System.Windows/DependencyPropertyAttachedTest.cs,
	  System.Windows/DependencyPropertyTest.cs,
	  System.Windows/DurationTest.cs,
	  System.Windows/FrameworkElementTest.cs,
	  System.Windows/PresentationFrameworkCollectionTest.cs,
	  System.Windows/ResourceDictionaryTest.cs,
	  System.Windows/RoutedEventArgsTest.cs,
	  System.Windows/SetterBaseCollectionTest.cs,
	  System.Windows/SetterTest.cs, System.Windows/SizeTest.cs,
	  System.Windows/StyleTest.cs, System.Windows/ThicknessTest.cs,
	  System.Windows/VisualStateManagerTest.cs,
	  System.Windows/VisualStateTest.cs: Use MS' test harness.
	* moon-unit.mdp: Updated.

2008-11-19  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows.Input/StylusDeviceTest.cs: #if false-out the test
	case since MouseEventArgs ctor is not public anymore. Fix build

2008-11-14  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/IValueConverterTest.cs: Spaces -> Tabs. Add an
	Ignore attribute to the test as it's not implemented yet.

2008-11-14  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/IValueConverterTest.cs: Add tests for the
	IConverter code

2008-11-14  Alan McGovern  <amcgovern@novell.com>

	* BindingXaml.xaml:
	* BindingXaml.xaml.cs:
	* BindingXaml.xaml.g.cs:
	* System.Windows.Data/BindingTest.cs: Add some more NUnit tests for the
	binding code.

2008-11-12  Alan McGovern  <amcgovern@novell.com>

	* Mono.Moonlight.UnitTesting/Tester.cs: If a class is marked with the
	ignore attribute, don't run its tests.

2008-11-12  Alan McGovern  <amcgovern@novell.com>

	* System.Windows.Data/BindingTest.cs: Add tests for the Binding class to
	svn

2008-11-12  Alan McGovern  <amcgovern@novell.com>

	* Mono.Moonlight.UnitTesting/Tester.cs: Add Assert.AreNotEqual overloads

2008-11-12  Alan McGovern  <amcgovern@novell.com>

	* Mono.Moonlight.UnitTesting/Tester.cs: write the current test
	properly

2008-10-16  Alan McGovern  <amcgovern@novell.com>

	* Mono.Moonlight.UnitTesting/Tester.cs: Write the current test to
	the console before executing it

2008-10-16  Jb Evain  <jbevain@novell.com>

	* System.Windows/PresentationFrameworkCollectionTest.cs: fix tests.

2008-10-16  Jb Evain  <jbevain@novell.com>

	* System.Windows/SizeTest.cs: fix the test to be local independant.

2008-10-16  Jb Evain  <jbevain@novell.com>

	* System.Windows/ResourceDictionaryTest.cs: add tests for Contains.

2008-10-16  Jb Evain  <jbevain@novell.com>

	* System.Windows/ResourceDictionaryTest.cs: update.
	* System.Windows/StyleTest.cs
	* System.Windows/SetterTest.cs: comment out tests that crash SL2.

2008-09-15  Jb Evain  <jbevain@novell.com>

	* System.Windows/VisualStateManagerTest.cs: add test fixture
	for the VisualStateManager.
	* moon-unit.csproj: update accordingly.

2008-09-14  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows/ApplicationTest.cs: Remove [KnownFailure] from 
	LoadComponent_Application and add test case for a relative URI. Also
	add relative URI test case for GetResourceStream. Add test cases for
	RootVisual property.

2008-09-12  Sebastien Pouliot  <sebastien@ximian.com>

	* System.IO.IsolatedStorage/IsolatedStorageFileStreamTest.cs: Add
	ReadOnly test. Activate Quota test.
	* System.IO.IsolatedStorage/IsolatedStorageFileTest.cs: Add
	CreateDirectory test cases.
	* System.IO.IsolatedStorage/IsolatedStorageSettingsTest.cs: Add
	a few more tests to ensure we match exceptions with SL2.

2008-09-11  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows/ApplicationTest.cs: New. Unit tests.
	* System.Windows.Interop/ContentTest.cs: New. Unit tests.
	* System.Windows.Interop/SettingsTest.cs: New. Unit tests.
	* System.Windows.Interop/SilverlightHostTest.cs: New. Unit tests.

2008-09-05  Sebastien Pouliot  <sebastien@ximian.com>

	* System.IO.IsolatedStorage/IsolatedStorageFileStreamTest.cs: Remove
	[KnownFailure], except for Quota test, since this works using 
	moon + mono HEAD. Add new test cases for async calls.
	* System.IO.IsolatedStorage/IsolatedStorageFileTest.cs: Remove
	[KnownFailure] since this works using moon + mono HEAD.
	* System.IO.IsolatedStorage/IsolatedStorageSettingsTest.cs: Remove
	[KnownFailure] since this works using moon + mono HEAD.

2008-09-03  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Windows/ResourceDictionaryTest.cs: Add a few null tests
	against potential (and real) crashers.

2008-08-28  Chris Toshok  <toshok@ximian.com>

	* Mono.Moonlight.UnitTesting/Tester.cs: output something different
	if the actual object was null.

2008-08-26  Chris Toshok  <toshok@ximian.com>

	* Mono.Moonlight.UnitTesting/Tester.cs: KnownFailure should be
	moonlight-only.

2008-08-22  Sebastien Pouliot  <sebastien@ximian.com>

	* System.IO.IsolatedStorage/IsolatedStorageFileStreamTest.cs: Add
	test cases for check how to FileStream interact with its associated
	IsolatedStorageFile container.

2008-08-21  Sebastien Pouliot  <sebastien@ximian.com>

	* System.IO.IsolatedStorage/IsolatedStorageFileStreamTest.cs: New.
	Some unit tests for IsolatedStorageFileStream.

2008-08-20  Sebastien Pouliot  <sebastien@ximian.com>

	* Mono.Moonlight.UnitTesting/Tester.cs: Add the actual and expect 
	values in the exception message for AreEqual(int,int,...) methods.
	* System.IO.IsolatedStorage/IsolatedStorageFileTest.cs: New.
	Some basic unit tests (more to come).

2008-08-19  Sebastien Pouliot  <sebastien@ximian.com> 

	* System.IO.IsolatedStorage/IsolatedStorageSettingsTest.cs: Add
	basic tests for the collection (and interfaces) side of the settings.

2008-08-19  Sebastien Pouliot  <sebastien@ximian.com>

	* Mono.Moonlight.UnitTesting/Tester.cs: Add support for IsNotNull, 
	IsTrue and IsFalse.

2008-08-15  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* System.Windows/MediaElementTest.cs: Added SetSourceTest2, using a
	  filename until WebClient is ready to download.

2008-08-15  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* System.Windows/MediaElementTest.cs,
	  System.Windows/MediaElementTest.SlowStream.cs, moon-unit.mdp: Added
	  MediaElement:SetSource (stream) test.

2008-08-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Makefile: Updated entry type name.
	* Mono.Moonlight.UnitTesting/HtmlOutput.cs,
	  Mono.Moonlight.UnitTesting/IOutput.cs,
	  Mono.Moonlight.UnitTesting/Tester.cs, site/index.html: Have same
	  test results as our 1.0 harness (Pass, Fail, KnownFailure,
	  UnexpectedPass, Ignore) and show them with similar colors.
	* System.Windows.Media/LineGeometryTest.cs,
	  System.Windows/SetterBaseCollectionTest.cs,
	  System.Windows/SetterTest.cs, System.Windows/StyleTest.cs:
	  Sprinkled [KnownFailure] a bit.

2008-08-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* System.Windows.Input/StylusDeviceTest.cs, moon-unit.csproj: Added
	  StylusDeviceTest.
	* Mono.Moonlight.UnitTesting/Tester.cs: Added IgnoreAttribute.

2008-08-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* App.xaml, Mono.Moonlight.UnitTesting/HtmlOutput.cs,
	  Mono.Moonlight.UnitTesting/Tester.cs,
	  Mono.Moonlight.UnitTesting/IOutput.cs, moon-unit.csproj,
	  App.xaml.cs,
	  System.Collections.ObjectModel/ObservableCollectionTest.cs,
	  System.Windows.Media/LineGeometryTest.cs,
	  System.Windows.Media/VisualTreeHelperTest.cs,
	  System.Windows/ThicknessTest.cs,
	  System.Windows/SetterBaseCollectionTest.cs,
	  System.Windows/StyleTest.cs,
	  System.Windows/DependencyPropertyAttachedTest.cs,
	  System.Windows/RoutedEventArgsTest.cs,
	  System.Windows/DependencyPropertyTest.cs,
	  System.Windows/PresentationFrameworkCollectionTest.cs,
	  System.Windows/SetterTest.cs, System.Windows/SizeTest.cs: Move
	  testing classes to the Mono.Moonlight.UnitTesting namespace.

2008-08-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* moon-unit.csproj, moon-unit.sln: Updated.
	* System.Windows/DependencyPropertyAttachedTest.cs: Make this test pass
	  on SL (and ML too).

2008-08-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Page.xaml.cs, Page.xaml: Removed, not needed.
	* App.xaml.cs, Mono.Moonlight.UnitTesting,
	  Mono.Moonlight.UnitTesting/App.xaml,
	  Mono.Moonlight.UnitTesting/App.xaml.cs,
	  Mono.Moonlight.UnitTesting/HtmlOutput.cs,
	  Mono.Moonlight.UnitTesting/Tester.cs,
	  Mono.Moonlight.UnitTesting/IOutput.cs, HtmlOutput.cs,
	  moon-unit.mdp, Tester.cs, IOutput.cs: Moved support files into
	  their own directory.

2008-08-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Makefile, DependencyPropertyAttachedTest.cs,
	  DependencyPropertyTest.cs, LineGeometryTest.cs, moon-unit.mdp,
	  ObservableCollectionTest.cs,
	  PresentationFrameworkCollectionTest.cs, RoutedEventArgsTest.cs,
	  SetterBaseCollectionTest.cs, SetterTest.cs, SizeTest.cs,
	  StyleTest.cs, System.Collections.ObjectModel,
	  System.Collections.ObjectModel/ObservableCollectionTest.cs,
	  System.Collections.Specialized, System.Windows,
	  System.Windows.Controls, System.Windows.Controls.Primitives,
	  System.Windows.Data, System.Windows.Documents, System.Windows.Ink,
	  System.Windows.Input, System.Windows.Interop,
	  System.Windows.Markup, System.Windows.Media,
	  System.Windows.Media.Animation, System.Windows.Media.Imaging,
	  System.Windows.Media/LineGeometryTest.cs,
	  System.Windows.Media/VisualTreeHelperTest.cs,
	  System.Windows.Resources, System.Windows.Shapes,
	  System.Windows.Threading,
	  System.Windows/DependencyPropertyAttachedTest.cs,
	  System.Windows/DependencyPropertyTest.cs,
	  System.Windows/PresentationFrameworkCollectionTest.cs,
	  System.Windows/RoutedEventArgsTest.cs,
	  System.Windows/SetterBaseCollectionTest.cs,
	  System.Windows/SetterTest.cs, System.Windows/SizeTest.cs,
	  System.Windows/StyleTest.cs, System.Windows/ThicknessTest.cs,
	  ThicknessTest.cs, VisualTreeHelperTest.cs: Organized tests into
	  directories according to their namespace.

2008-08-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* dependency_properties.html, Makefile, moon-unit.sln, site/ClientBin,
	  site/dependency_propertiesTestPage.html, site/index.html,
	  site/tree, tree, tree/i-bottom.gif, tree/index.html,
	  tree/i-repeater.gif, tree/l.gif, tree/minus.gif,
	  tree/page-file.png, tree/page-foldericon.png,
	  tree/page-openfoldericon.png, tree/plus.gif, tree/t.gif,
	  tree/tree.css, tree/tree.js: Move all html stuff into site/, and
	  change Makefile to copy files where they should be, and open
	  site/index.html. Avoids the problem of mxap overwriting any html
	  files in the current directory, and makes it easier to work with
	  VS.

2008-08-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* site/dependency_propertiesTestPage.html: Updated xap filename.
	* moon-unit.mdp: Updated.
	* Makefile: Fix html path names.

2008-08-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* HtmlOutput.cs: Catch Eval exceptions, and properly encode \r.

2008-08-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* moon-unit.csproj, dependency_properties.sln,
	  dependency_properties.csproj, moon-unit.mdp: Propagate name change
	  to project files.

2008-08-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* LineGeometryTest.cs: Added LineGeometryTest.

2008-08-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* DependencyPropertyAttachedTest.cs: And actually add the file too.

2008-08-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* dependency_properties.csproj: Add Attached tests.

2008-08-05  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* DependencyPropertyTest.cs, HtmlOutput.cs, Tester.cs, IOutput.cs:
	  Print summary at the top of the html to avoid scrolling.

2008-08-05  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Makefile: Fix --generate-html argument.
	* Tester.cs: Don't spam stdout with exceptions.

2008-08-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* DependencyPropertyTest.cs, Tester.cs: Remove printfs.
	* dependency_properties.csproj: Updated.

2008-08-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* HtmlOutput.cs, Tester.cs: Make test output colored, and give more
	  info in failures.

2008-08-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* App.xaml, App.xaml.cs,
	  dependency_properties.csproj,
	  dependency_properties.html,
	  dependency_properties.sln,
	  DependencyPropertyTest.cs,
	  IOutput.cs, HtmlOutput.cs,
	  Makefile, Page.xaml,
	  Page.xaml.cs, Properties,
	  Properties/AppManifest.xml,
	  Properties/AssemblyInfo.cs, site,
	  site/dependency_propertiesTestPage.html,
	  Tester.cs,
	  site/web.config: Added some unittests for
	  dependency properties.
