Merge remote-tracking branch 'origin/1.5.1'
This commit is contained in:
commit
f6060939dd
4 changed files with 42 additions and 25 deletions
|
|
@ -91,6 +91,8 @@ namespace MatterControl.Tests.MatterControl
|
|||
[Test, Category("Leveling")]
|
||||
public void Leveling7PointsCorectInterpolation()
|
||||
{
|
||||
StaticData.Instance = new MatterHackers.Agg.FileSystemStaticData(Path.Combine("..", "..", "..", "..", "StaticData"));
|
||||
|
||||
PrintLevelingData levelingData = new PrintLevelingData();
|
||||
|
||||
double radius = 100;
|
||||
|
|
|
|||
|
|
@ -61,6 +61,8 @@ namespace MatterControl.Tests
|
|||
[Test]
|
||||
public void LibraryProviderFileSystem_NavigationWorking()
|
||||
{
|
||||
StaticData.Instance = new MatterHackers.Agg.FileSystemStaticData(Path.Combine("..", "..", "..", "..", "StaticData"));
|
||||
|
||||
string downloadsDirectory = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), "Downloads");
|
||||
string testLibraryDirectory = Path.Combine(downloadsDirectory, "LibraryProviderFileSystemTest");
|
||||
if (Directory.Exists(testLibraryDirectory))
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ namespace MatterControl.Tests.MatterControl
|
|||
Assert.True("B" == "B");
|
||||
}*/
|
||||
|
||||
[Test, Category("PrinterConfigurationFiles")]
|
||||
[Test, Category("PrinterConfigurationFiles"), Ignore("Not Finished")]
|
||||
public void PrinterConfigTests()
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue