From d3b639f309fd38c473d355af693057efb2b12c69 Mon Sep 17 00:00:00 2001 From: Franck William Taffo Date: Wed, 8 Jun 2016 18:18:05 +0200 Subject: [PATCH] Basic tests for Presentation API (#3063) * PresentationRequest constructor test with incorrect url * PresentationRequest test with correct url * reconnect() test with wrong Presentation ID --- .../PresentationRequest_error.html | 32 +++++++++++++++++ .../PresentationRequest_success.html | 29 +++++++++++++++ .../reconnectToPresentation_error-manual.html | 36 +++++++++++++++++++ 3 files changed, 97 insertions(+) create mode 100644 presentation-api/controlling-ua/PresentationRequest_error.html create mode 100644 presentation-api/controlling-ua/PresentationRequest_success.html create mode 100644 presentation-api/controlling-ua/reconnectToPresentation_error-manual.html diff --git a/presentation-api/controlling-ua/PresentationRequest_error.html b/presentation-api/controlling-ua/PresentationRequest_error.html new file mode 100644 index 000000000000000..5ac768f5f2fcc3d --- /dev/null +++ b/presentation-api/controlling-ua/PresentationRequest_error.html @@ -0,0 +1,32 @@ + + +Presentation API PresentationRequest for Controlling User Agent (Error) + + + + + \ No newline at end of file diff --git a/presentation-api/controlling-ua/PresentationRequest_success.html b/presentation-api/controlling-ua/PresentationRequest_success.html new file mode 100644 index 000000000000000..4aeea0e7b847eb3 --- /dev/null +++ b/presentation-api/controlling-ua/PresentationRequest_success.html @@ -0,0 +1,29 @@ + + +Presentation API PresentationRequest for Controlling User Agent (Success) + + + + + + \ No newline at end of file diff --git a/presentation-api/controlling-ua/reconnectToPresentation_error-manual.html b/presentation-api/controlling-ua/reconnectToPresentation_error-manual.html new file mode 100644 index 000000000000000..7d340e8f64b5ecd --- /dev/null +++ b/presentation-api/controlling-ua/reconnectToPresentation_error-manual.html @@ -0,0 +1,36 @@ + + +Presentation API reconnect a presentation for Controlling User Agent (Error - manual test) + + + + + +

click on the button to the perfom the test

+ \ No newline at end of file