diff --git a/validate-signature/test-calls/image.png b/validate-signature/test-calls/image.png deleted file mode 100644 index bee5bc95c76fa2039bf7dab178e8b0056a4a61e2..0000000000000000000000000000000000000000 Binary files a/validate-signature/test-calls/image.png and /dev/null differ diff --git a/validate-signature/test-calls/test-base64-1.sh b/validate-signature/test-calls/test-base64-1.sh deleted file mode 100644 index 7c24c3938715f323fdab0077a112e56406e508cb..0000000000000000000000000000000000000000 --- a/validate-signature/test-calls/test-base64-1.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -CONTENT=`php -r 'echo base64_encode(file_get_contents("text.pdf"));'` -echo $CONTENT; - -curl -v -X POST \ - --header "User-Agent: MINEDU OSTEAM Testing Script" \ - -H "Content-type: application/json" \ - -H "Authorization: Basic YWRtaW46YWRtMW4xMjM0IQ==" \ - -d "{\"filename\":\"text.pdf\",\"base64content\":\"$CONTENT\"}" \ - "http://localhost/devel/osteam-code-samples/validate-signature/slim-app/public/validate" - -# -F "content=CONTENT" \ diff --git a/validate-signature/test-calls/test-binary-1.sh b/validate-signature/test-calls/test-binary-1.sh deleted file mode 100644 index 6f7feb5bf168e9066f7cbdc003878065f5311c61..0000000000000000000000000000000000000000 --- a/validate-signature/test-calls/test-binary-1.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -curl -v -X POST \ - --header "User-Agent: MINEDU OSTEAM Testing Script" \ - -F "name=Title" \ - -F "content=@test.pdf" \ - "http://generic.local.dev/app/validate" diff --git a/validate-signature/test-calls/text.pdf b/validate-signature/test-calls/text.pdf deleted file mode 100644 index 1c641810aae2966a2045c405b448d3a18597312d..0000000000000000000000000000000000000000 --- a/validate-signature/test-calls/text.pdf +++ /dev/null @@ -1,58 +0,0 @@ -%PDF-1.1 -%¥±ë - -1 0 obj - << /Type /Catalog - /Pages 2 0 R - >> -endobj - -2 0 obj - << /Type /Pages - /Kids [3 0 R] - /Count 1 - /MediaBox [0 0 300 144] - >> -endobj - -3 0 obj - << /Type /Page - /Parent 2 0 R - /Resources - << /Font - << /F1 - << /Type /Font - /Subtype /Type1 - /BaseFont /Times-Roman - >> - >> - >> - /Contents 4 0 R - >> -endobj - -4 0 obj - << /Length 55 >> -stream - BT - /F1 18 Tf - 0 0 Td - (Hello World) Tj - ET -endstream -endobj - -xref -0 5 -0000000000 65535 f -0000000018 00000 n -0000000077 00000 n -0000000178 00000 n -0000000457 00000 n -trailer - << /Root 1 0 R - /Size 5 - >> -startxref -565 -%%EOF