Adding read only text field test
This commit is contained in:
parent
2d9b0d9dd9
commit
1932c7614b
1 changed files with 6 additions and 0 deletions
|
|
@ -325,6 +325,12 @@ namespace MatterControl.Tests.MatterControl
|
|||
Assert.Fail();
|
||||
}
|
||||
|
||||
[Test, Ignore("Not Implemented")]
|
||||
public void ReadOnlyTextFieldTest()
|
||||
{
|
||||
Assert.Fail();
|
||||
}
|
||||
|
||||
[Test, Ignore("Not Implemented")]
|
||||
public void Vector2FieldTest()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue