~ubuntu-branches/ubuntu/maverick/ant/maverick

« back to all changes in this revision

Viewing changes to src/tests/junit/org/apache/tools/ant/taskdefs/ExecTaskTest.java

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-09-30 14:47:45 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080930144745-0x8uzivd9t15dua3
Tags: 1.7.1-0ubuntu1
* New upstream version (bug fix release).
  - mainly a bugfix release.
  - has extended support for Java6 features.
  - <script> now has support for JavaFX.
  - release notes: http://apache.linux-mirror.org/ant/README.html
* Remove debian/patches/05_ant-bug433444.patch. Obsoleted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
347
347
            return;
348
348
        }
349
349
        myBuild = new MonitoredBuild(new File(System.getProperty("root"), BUILD_FILE), "spawn");
350
 
        logFile = FILE_UTILS.createTempFile("spawn","log", project.getBaseDir());
 
350
        logFile = FILE_UTILS.createTempFile("spawn","log", project.getBaseDir(), false, false);
351
351
        // this is guaranteed by FileUtils#createTempFile
352
352
        assertTrue("log file not existing", !logFile.exists());
353
353
        // make the spawned process run 4 seconds