|
|
@@ -1,5 +1,5 @@ |
|
|
|
/* |
|
|
|
* Copyright 2003-2004 The Apache Software Foundation |
|
|
|
* Copyright 2003-2005 The Apache Software Foundation |
|
|
|
* |
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
* you may not use this file except in compliance with the License. |
|
|
@@ -96,6 +96,12 @@ public class StyleTest extends BuildFileTest { |
|
|
|
"set='myvalue'"); |
|
|
|
} |
|
|
|
|
|
|
|
public void testDirectoryHierarchyWithDirMatching() throws Exception { |
|
|
|
executeTarget("testDirectoryHierarchyWithDirMatching"); |
|
|
|
assertTrue(getProject().resolveFile("out/dest/level1/data.html") |
|
|
|
.exists()); |
|
|
|
} |
|
|
|
|
|
|
|
// ************* copied from ConcatTest ************* |
|
|
|
|
|
|
|
// ------------------------------------------------------ |
|
|
|