<html>
    <head>
      <base href="http://fiji.sc/bugzilla/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_CONFIRMED "
   title="CONFIRMED - Headless mode incorect macro parsing (grid stitching)"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=900#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_CONFIRMED "
   title="CONFIRMED - Headless mode incorect macro parsing (grid stitching)"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=900">bug 900</a>
              from <span class="vcard"><a class="email" href="mailto:johannes.schindelin@gmx.de" title="Johannes Schindelin <johannes.schindelin@gmx.de>"> <span class="fn">Johannes Schindelin</span></a>
</span></b>
        <pre>Please note that the best way to debug ij1-patcher might be to write a unit
test, for example imitating the booleanTest() method in the
HeadlessEnvironmentTest class:

<a href="https://github.com/imagej/ij1-patcher/blob/52cf6a088e2e5df387c1ef8db1c5dfea04f80c50/src/test/java/net/imagej/patcher/HeadlessEnvironmentTest.java#L136-L143">https://github.com/imagej/ij1-patcher/blob/52cf6a088e2e5df387c1ef8db1c5dfea04f80c50/src/test/java/net/imagej/patcher/HeadlessEnvironmentTest.java#L136-L143</a>

A good way may be to add another boolean value, say, "parallel", defaulting to
"true", to
<a href="https://github.com/imagej/ij1-patcher/blob/52cf6a088e2e5df387c1ef8db1c5dfea04f80c50/src/test/java/net/imagej/patcher/Headless_Example_Plugin.java#L73-L82">https://github.com/imagej/ij1-patcher/blob/52cf6a088e2e5df387c1ef8db1c5dfea04f80c50/src/test/java/net/imagej/patcher/Headless_Example_Plugin.java#L73-L82</a>
and append some text to the "value" variable when it was turned off via
"parallel=false". This could be tested in the booleanTest() method which you
can run directly in Eclipse (or Netbeans or IntelliJ).</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>