diff --git a/Doc/TestPlan/TestPlan.pdf b/Doc/TestPlan/TestPlan.pdf index 9c2f3d1d83b7c3a73a912d4fac4ecd8130a33d3e..d51e508d4840455c6fd6cdf0d51f87d9ccb83d46 100644 Binary files a/Doc/TestPlan/TestPlan.pdf and b/Doc/TestPlan/TestPlan.pdf differ diff --git a/Doc/TestPlan/TestPlan.tex b/Doc/TestPlan/TestPlan.tex index c7f1b3c505669732c7338a101608c7d400cf4339..f54b3cbb46ef0a7f1f7f726c57ab20e5b6686e9e 100644 --- a/Doc/TestPlan/TestPlan.tex +++ b/Doc/TestPlan/TestPlan.tex @@ -156,23 +156,23 @@ \bigskip % Venn-diagram - \centering - \begin{tikzpicture}[fill=white] - % left hand - \scope - \clip (1,0) circle (1); - \endscope - - % right hand - \scope - \clip (0,0) circle (1); - \endscope - - % outline - \draw (-1,0) circle (2) (-4,1) node [text=black,above] {$Source$} - (1,0) circle (2) (4,1) node [text=black,above] {$Test$}; - \end{tikzpicture} - \flushleft + \begin{center} + \begin{tikzpicture}[fill=white] + % left hand + \scope + \clip (1,0) circle (1); + \endscope + + % right hand + \scope + \clip (0,0) circle (1); + \endscope + + % outline + \draw (-1,0) circle (2) (-4,1) node [text=black,above] {$Source$} + (1,0) circle (2) (4,1) node [text=black,above] {$Test$}; + \end{tikzpicture} + \end{center} \bigskip \bigskip @@ -185,7 +185,7 @@ \bigskip - There is a plan to implement a python script on the GitLab pipeline that will cause the build to fail if any of the tests do not pass. At this time of writing this is not yet implemented, but note will be made when it does. It should be noted that if a build fails, the pipeline not only reports the failure, but also logs where the failure happened, down to the specific test case. This will hopefully make debugging a more pleasant experience later on. + There is a plan to implement a python script on the GitLab pipeline that will cause the build to fail if any of the tests do not pass. At the time of writing this document, it is not yet implemented, but note will be made when it does. It should be noted that if a build fails, the pipeline not only reports the failure, but also logs where the failure happened, down to the specific test case. This will hopefully make debugging a more pleasant experience later on. \subsection{Testing Schedule}