diff options
author | Joseph Warner <hardolaf@hardolaf.com> | 2013-08-01 21:44:51 -0400 |
---|---|---|
committer | Joseph Warner <hardolaf@hardolaf.com> | 2013-08-01 21:45:25 -0400 |
commit | 381e7c347b0d7cfc0f02d677aa61b92701606504 (patch) | |
tree | bfbd56a4ac012a9520d04984d8737d7378d7550c /tests | |
parent | abe9f27723fdc979069082dbe6af3c8a0aceace6 (diff) | |
download | forums-381e7c347b0d7cfc0f02d677aa61b92701606504.tar forums-381e7c347b0d7cfc0f02d677aa61b92701606504.tar.gz forums-381e7c347b0d7cfc0f02d677aa61b92701606504.tar.bz2 forums-381e7c347b0d7cfc0f02d677aa61b92701606504.tar.xz forums-381e7c347b0d7cfc0f02d677aa61b92701606504.zip |
[feature/oauth] Forgot new line character
PHPBB3-11673
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auth/fixtures/oauth_tokens.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auth/fixtures/oauth_tokens.xml b/tests/auth/fixtures/oauth_tokens.xml index 9f757af715..9bfb5a4422 100644 --- a/tests/auth/fixtures/oauth_tokens.xml +++ b/tests/auth/fixtures/oauth_tokens.xml @@ -6,4 +6,5 @@ <column>provider</column> <column>oauth_token</column> </table> -</dataset>
\ No newline at end of file +</dataset> + |