Skip to content

Commit 6e4fe01

Browse files
committed
remove tests that pop up dialog
don't want to have any forced interaction in the unit tests
1 parent 5dde7a2 commit 6e4fe01

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Assets/FbxExporters/Editor/UnitTests/IntegrationsTest.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ public void BasicTest() {
3030
// Note: This test assumes that Maya is actually installed in a default location.
3131
Assert.IsTrue(Directory.Exists(Editor.IntegrationsUI.DefaultAdskRoot));
3232

33-
// test getting the maya location
34-
LogNonEmptyString ("location", Editor.IntegrationsUI.GetMayaLocation ());
35-
LogNonEmptyString ("binary", Editor.IntegrationsUI.GetMayaExe ());
36-
3733
Assert.IsFalse(Editor.Integrations.IsHeadlessInstall());
3834

3935
LogNonEmptyString("module path", Editor.Integrations.GetModulePath());

0 commit comments

Comments
 (0)