Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaosus committed Mar 31, 2015
1 parent 096450a commit 026c902
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Test/Framework/RectangleTest.cs
Expand Up @@ -16,15 +16,7 @@ public void ConstructorsAndProperties()
#if !XNA
// Constructor 2

Assert.AreEqual(new Rectangle() { X = 1, Y = 2, Width = 4, Height = 45 }, new Rectangle(1.0f,2.0f,4.0f,45.0f));

// Constructor 3

Assert.AreEqual(new Rectangle() { X = 1, Y = 2, Width = 4, Height = 45 }, new Rectangle(new Point(1, 2), new Point(4, 45)));

// Constructor 4

Assert.AreEqual(new Rectangle() { X = 1, Y = 2, Width = 4, Height = 45 }, new Rectangle(new Vector2(1, 2), new Vector2(4, 45)));
#endif
// Left property

Expand Down

2 comments on commit 026c902

@mgbot
Copy link
Member

@mgbot mgbot commented on 026c902 Mar 31, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity MonoGame :: Develop (Win) Build 3.4.0.121 is now running

@mgbot
Copy link
Member

@mgbot mgbot commented on 026c902 Mar 31, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity MonoGame :: Develop (Win) Build 3.4.0.121 outcome was SUCCESS
Summary: Tests passed: 469, ignored: 6 Build time: 00:15:34

Please sign in to comment.