summaryrefslogtreecommitdiffstats
path: root/notFinishedCode
diff options
context:
space:
mode:
Diffstat (limited to 'notFinishedCode')
-rw-r--r--notFinishedCode/Report/test.log6
-rw-r--r--notFinishedCode/Report/test.pdfbin942321 -> 942986 bytes
-rw-r--r--notFinishedCode/Report/test.tex6
-rw-r--r--notFinishedCode/Report/test.tex~8
4 files changed, 10 insertions, 10 deletions
diff --git a/notFinishedCode/Report/test.log b/notFinishedCode/Report/test.log
index e02d9fb..9a7526a 100644
--- a/notFinishedCode/Report/test.log
+++ b/notFinishedCode/Report/test.log
@@ -1,4 +1,4 @@
-This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian) (format=pdflatex 2011.9.27) 20 OCT 2011 17:16
+This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian) (format=pdflatex 2011.9.27) 20 OCT 2011 17:24
entering extended mode
%&-line parsing enabled.
**test.tex
@@ -409,9 +409,9 @@ ur/jknappen/ec/ecsx1440.600pk> </home/refik/.texmf-var/fonts/pk/ljfour/jknappen
sr/share/texmf-texlive/fonts/type1/public/amsfonts/cm/cmmi12.pfb></usr/share/te
xmf-texlive/fonts/type1/public/amsfonts/cm/cmsy10.pfb></usr/share/texmf-texlive
/fonts/type1/public/amsfonts/cm/cmsy9.pfb>
-Output written on test.pdf (24 pages, 942321 bytes).
+Output written on test.pdf (24 pages, 942986 bytes).
PDF statistics:
- 668 PDF objects out of 1000 (max. 8388607)
+ 669 PDF objects out of 1000 (max. 8388607)
0 named destinations out of 1000 (max. 500000)
76 words of extra memory for PDF output out of 10000 (max. 10000000)
diff --git a/notFinishedCode/Report/test.pdf b/notFinishedCode/Report/test.pdf
index fae6e82..b9b267b 100644
--- a/notFinishedCode/Report/test.pdf
+++ b/notFinishedCode/Report/test.pdf
Binary files differ
diff --git a/notFinishedCode/Report/test.tex b/notFinishedCode/Report/test.tex
index 600ed0a..cb5b00f 100644
--- a/notFinishedCode/Report/test.tex
+++ b/notFinishedCode/Report/test.tex
@@ -544,11 +544,11 @@ If one of the fields is red it means the subsystem is not online or cannot be se
%bibliography start
\begin{thebibliography}{9}
-\bibitem{network} \emph{Projects based on RZ-GSM}, accessed on 20.06.2011, available at
+\bibitem{network} \emph{Projects based on RZ-GSM}, accessed on 10.06.2011, available at
\url{http://lab.ks.uni-freiburg.de/projects/gsm/wiki}.
-\bibitem{python} \emph{Projects based on RZ-GSM}, accessed on 20.06.2011, available at
-\url{http://lab.ks.uni-freiburg.de/projects/gsm/wiki}.
+\bibitem{python} \emph{Python Programming Language - Official Website}, accessed on 10.06.2011, available at
+\url{http://www.python.org/}.
\bibitem{mysqlManual} \emph{MySQLdb User's Guide}, accessed on 05.06.2011, available at \\
\url{http://mysql-python.sourceforge.net/MySQLdb.html}.
diff --git a/notFinishedCode/Report/test.tex~ b/notFinishedCode/Report/test.tex~
index fc8b728..0015952 100644
--- a/notFinishedCode/Report/test.tex~
+++ b/notFinishedCode/Report/test.tex~
@@ -122,8 +122,8 @@ Our programming language of choice is multi-platform, therefore our test softwar
\par Likewise we had to decide how our test software will work. One of the requirements by Dennis and Konrad was to make the software capable of being run from the terminal.
The next requirement was to make a good looking GUI so that even an operator user without Linux experience could handle the tests.
\par In addition it was required to log all the past test. Later on a machine learning algorithm or some other intelligence could be applied to deduce some error behavior of the system
-(e.g. an intelligent algorithm could find that part of the system fail in a combined manner). To accomplish the logging we had to use a database system.
-We decided to use MySQL since it is open source and well supported.
+(e.g. an intelligent algorithm could find that part of the system fail in a combined manner). To accomplish the logging of all the tests we had to use a database system.
+We decided to use MySQL since it is open source and well supported. However, one should know that the test results are only stored into the database in case the test was started from the web site.
\newpage
\section{Database design}
At the start our database of choice was MySQL.
@@ -547,8 +547,8 @@ If one of the fields is red it means the subsystem is not online or cannot be se
\bibitem{network} \emph{Projects based on RZ-GSM}, accessed on 20.06.2011, available at
\url{http://lab.ks.uni-freiburg.de/projects/gsm/wiki}.
-\bibitem{python} \emph{Projects based on RZ-GSM}, accessed on 20.06.2011, available at
-\url{http://lab.ks.uni-freiburg.de/projects/gsm/wiki}.
+\bibitem{python} \emph{Python Programming Language - Official Website}, accessed on 10.06.2011, available at
+\url{http://www.python.org/}.
\bibitem{mysqlManual} \emph{MySQLdb User's Guide}, accessed on 05.06.2011, available at \\
\url{http://mysql-python.sourceforge.net/MySQLdb.html}.