File tree Expand file tree Collapse file tree
src/test/java/org/mastodon/blender/setup Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040import static org .junit .Assert .assertFalse ;
4141import static org .junit .Assert .assertTrue ;
4242
43- @ Ignore
4443public class BlenderSetupUtilsTest
4544{
4645 // TODO, improve tests
4746
4847 private final Path blenderBinaryPath = Paths .get ("/home/arzt/Applications/blender-3.3.1-linux-x64/blender" );
4948
49+ @ Ignore ("Test requires a Blender installation." )
5050 @ Test
5151 public void testInstallAddon () throws IOException
5252 {
@@ -56,6 +56,7 @@ public void testInstallAddon() throws IOException
5656 assertTrue ( BlenderSetupUtils .isMastodonAddonInstalled ( blenderBinaryPath ) );
5757 }
5858
59+ @ Ignore ("Test requires a Blender installation." )
5960 @ Test
6061 public void testAddon ()
6162 throws IOException , InterruptedException
@@ -81,7 +82,7 @@ public void testResultToString() {
8182 "\n " +
8283 "Hello World!\n " +
8384 "\n " +
84- "Commend Error:\n " +
85+ "Command Error:\n " +
8586 "\n " +
8687 "ERROR\n " +
8788 "String\n \n " ;
You can’t perform that action at this time.
0 commit comments