diff options
author | geronimo <geronimo013@gmx.de> | 2012-07-30 17:51:05 +0200 |
---|---|---|
committer | geronimo <geronimo013@gmx.de> | 2012-07-30 17:51:05 +0200 |
commit | ad667186c0c45cfca9d3f153faec7ce35545b238 (patch) | |
tree | db5ab8a2bb22c418bc8a233db3c4955ed16957c5 /tests/ConnectionHandlerTest | |
parent | 41922cdaf9c8db57c6b51f090eefe95b0008a0fb (diff) | |
download | cmp-ad667186c0c45cfca9d3f153faec7ce35545b238.tar.gz cmp-ad667186c0c45cfca9d3f153faec7ce35545b238.tar.bz2 |
created more readers
Diffstat (limited to 'tests/ConnectionHandlerTest')
-rw-r--r-- | tests/ConnectionHandlerTest/ConnectionHandlerTest.cbp | 13 | ||||
-rw-r--r-- | tests/ConnectionHandlerTest/ConnectionHandlerTest.layout | 2 |
2 files changed, 3 insertions, 12 deletions
diff --git a/tests/ConnectionHandlerTest/ConnectionHandlerTest.cbp b/tests/ConnectionHandlerTest/ConnectionHandlerTest.cbp index 31d9050..346b0a3 100644 --- a/tests/ConnectionHandlerTest/ConnectionHandlerTest.cbp +++ b/tests/ConnectionHandlerTest/ConnectionHandlerTest.cbp @@ -14,14 +14,6 @@ <Compiler> <Add option="-g" /> </Compiler> - <Linker> - <Add library="../../libs/fsScan/libfsScan.a" /> - <Add library="../../libs/networking/libnetworking.a" /> - <Add library="../../libs/util/libutil.a" /> - <Add library="../../libs/vdr/libvdr.a" /> - <Add library="ssl" /> - <Add library="crypt" /> - </Linker> </Target> <Target title="Release"> <Option output="bin/Release/Tests" prefix_auto="1" extension_auto="1" /> @@ -42,7 +34,7 @@ <Add option="-D_REENTRANT" /> <Add option="-D_GNU_SOURCE=1" /> <Add directory="../../cmps/serverlib/include" /> - <Add directory="../../libs/fsScan/include" /> + <Add directory="../../libs/mediaScan/include" /> <Add directory="../../libs/networking/include" /> <Add directory="../../libs/IO/include" /> <Add directory="../../libs/util/include" /> @@ -50,13 +42,12 @@ </Compiler> <Linker> <Add library="../../cmps/serverlib/libserverlib.a" /> - <Add library="../../libs/fsScan/libfsScan.a" /> + <Add library="../../libs/mediaScan/libmediaScan.a" /> <Add library="../../libs/networking/libnetworking.a" /> <Add library="../../libs/IO/libIO.a" /> <Add library="../../libs/util/libutil.a" /> <Add library="../../libs/vdr/libvdr.a" /> <Add library="ssl" /> - <Add library="crypt" /> <Add library="pthread" /> <Add library="rt" /> <Add library="pcrecpp" /> diff --git a/tests/ConnectionHandlerTest/ConnectionHandlerTest.layout b/tests/ConnectionHandlerTest/ConnectionHandlerTest.layout index 130e1dc..b559e7b 100644 --- a/tests/ConnectionHandlerTest/ConnectionHandlerTest.layout +++ b/tests/ConnectionHandlerTest/ConnectionHandlerTest.layout @@ -3,7 +3,7 @@ <ActiveTarget name="Debug" /> <File name="ConnectionHandlerTest.cc" open="0" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0"> <Cursor> - <Cursor1 position="916" topLine="0" /> + <Cursor1 position="156" topLine="15" /> </Cursor> </File> </CodeBlocks_layout_file> |