You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2015/06/02 00:49:12 UTC

tapestry-5 git commit: Fix one of those unfortunate Git-vs.-Mac-vs.-filename case situations

Repository: tapestry-5
Updated Branches:
  refs/heads/master bbbba5436 -> c63aeab5f


Fix one of those unfortunate Git-vs.-Mac-vs.-filename case situations


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/c63aeab5
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/c63aeab5
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/c63aeab5

Branch: refs/heads/master
Commit: c63aeab5f385d002fbae751d2a3dd6f5bf834118
Parents: bbbba54
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Mon Jun 1 15:49:06 2015 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Mon Jun 1 15:49:06 2015 -0700

----------------------------------------------------------------------
 .../tapestry5/internal/services/TemplateParserImplTest.java   | 2 +-
 .../org/apache/tapestry5/internal/services/TAP5-2109.tml      | 7 +++++++
 .../apache/tapestry5/internal/services/content-TAP5-2109.TML  | 7 -------
 3 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/c63aeab5/tapestry-core/src/test/java/org/apache/tapestry5/internal/services/TemplateParserImplTest.java
----------------------------------------------------------------------
diff --git a/tapestry-core/src/test/java/org/apache/tapestry5/internal/services/TemplateParserImplTest.java b/tapestry-core/src/test/java/org/apache/tapestry5/internal/services/TemplateParserImplTest.java
index b00215a..1812043 100644
--- a/tapestry-core/src/test/java/org/apache/tapestry5/internal/services/TemplateParserImplTest.java
+++ b/tapestry-core/src/test/java/org/apache/tapestry5/internal/services/TemplateParserImplTest.java
@@ -1061,7 +1061,7 @@ public class TemplateParserImplTest extends InternalBaseTestCase
 
     @Test
     public void text_from_content_not_dropped() {
-        List<TemplateToken> tokens = tokens("content-TAP5-2109.tml");
+        List<TemplateToken> tokens = tokens("TAP5-2109.tml");
 
         System.out.println(tokens);
 

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/c63aeab5/tapestry-core/src/test/resources/org/apache/tapestry5/internal/services/TAP5-2109.tml
----------------------------------------------------------------------
diff --git a/tapestry-core/src/test/resources/org/apache/tapestry5/internal/services/TAP5-2109.tml b/tapestry-core/src/test/resources/org/apache/tapestry5/internal/services/TAP5-2109.tml
new file mode 100644
index 0000000..6b938a4
--- /dev/null
+++ b/tapestry-core/src/test/resources/org/apache/tapestry5/internal/services/TAP5-2109.tml
@@ -0,0 +1,7 @@
+<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_3.xsd">
+    <t:content>
+        BEGIN
+        <t:somecomponent/>
+        END
+    </t:content>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/c63aeab5/tapestry-core/src/test/resources/org/apache/tapestry5/internal/services/content-TAP5-2109.TML
----------------------------------------------------------------------
diff --git a/tapestry-core/src/test/resources/org/apache/tapestry5/internal/services/content-TAP5-2109.TML b/tapestry-core/src/test/resources/org/apache/tapestry5/internal/services/content-TAP5-2109.TML
deleted file mode 100644
index 6b938a4..0000000
--- a/tapestry-core/src/test/resources/org/apache/tapestry5/internal/services/content-TAP5-2109.TML
+++ /dev/null
@@ -1,7 +0,0 @@
-<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_3.xsd">
-    <t:content>
-        BEGIN
-        <t:somecomponent/>
-        END
-    </t:content>
-</html>
\ No newline at end of file