Skip to content

Commit

Permalink
Fix some testing XML files checkout with incorrect eol
Browse files Browse the repository at this point in the history
  • Loading branch information
belingueres committed Apr 17, 2022
1 parent 10f7295 commit f8d155d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Expand Up @@ -6,3 +6,7 @@
*.css text
*.js text
*.sql text

# some files require the correct eol for proper testing
*dos.xml text eol=crlf
*unix.xml text eol=lf
Expand Up @@ -1081,7 +1081,7 @@ public void testCustomEntityNotFoundInAttrTokenize() throws Exception
public void testDocdeclTextWithEntitiesUnix()
throws IOException
{
testDocdeclTextWithEntities( "test-entities.xml" );
testDocdeclTextWithEntities( "test-entities-unix.xml" );
}

/**
Expand Down Expand Up @@ -1144,7 +1144,7 @@ private void testDocdeclTextWithEntities( String filename )
public void testDocdeclTextWithEntitiesInAttributesUnix()
throws IOException
{
testDocdeclTextWithEntitiesInAttributes( "test-entities-in-attr.xml" );
testDocdeclTextWithEntitiesInAttributes( "test-entities-in-attr-unix.xml" );
}

/**
Expand Down
File renamed without changes.

0 comments on commit f8d155d

Please sign in to comment.