Skip to content
Snippets Groups Projects
Commit dd1e24b4 authored by Ruud Overeem's avatar Ruud Overeem
Browse files

Bug 1284: TestDP DPtype was not known in the database. Added .dpl file and .sh file.

parent 27dab153
No related branches found
No related tags found
No related merge requests found
...@@ -460,6 +460,7 @@ MAC/GCF/LogSys/KVLogSys/src/Makefile.am -text svneol=native#application/octet-st ...@@ -460,6 +460,7 @@ MAC/GCF/LogSys/KVLogSys/src/Makefile.am -text svneol=native#application/octet-st
MAC/GCF/LogSys/Makefile.am -text svneol=native#application/octet-stream MAC/GCF/LogSys/Makefile.am -text svneol=native#application/octet-stream
MAC/GCF/LogSys/bootstrap -text svneol=native#application/octet-stream MAC/GCF/LogSys/bootstrap -text svneol=native#application/octet-stream
MAC/GCF/LogSys/configure.in -text svneol=native#application/octet-stream MAC/GCF/LogSys/configure.in -text svneol=native#application/octet-stream
MAC/GCF/PVSS/test/tPVSSservice.dpl -text
MAC/GCF/README -text svneol=native#application/octet-stream MAC/GCF/README -text svneol=native#application/octet-stream
MAC/GCF/RTDB/test/readScript.ctl -text MAC/GCF/RTDB/test/readScript.ctl -text
MAC/GCF/RTDB/test/writeScript.ctl -text MAC/GCF/RTDB/test/writeScript.ctl -text
......
...@@ -2,7 +2,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/PVSS/src ...@@ -2,7 +2,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/PVSS/src
check_PROGRAMS = tPVSSservice tPerformance tPVSSconnect tMonitorState tPVSSinfo check_PROGRAMS = tPVSSservice tPerformance tPVSSconnect tMonitorState tPVSSinfo
TESTS = tPVSSservice TESTS = tPVSSservice.sh
tPVSSservice_SOURCES = $(BUILT_SOURCES) tPVSSservice.cc Response.cc tPVSSservice_SOURCES = $(BUILT_SOURCES) tPVSSservice.cc Response.cc
tPVSSservice_LDADD = ../src/libgcfpvss.la $(LOFAR_DEPEND) tPVSSservice_LDADD = ../src/libgcfpvss.la $(LOFAR_DEPEND)
......
# This file was generated by create_db_files v1.0 on Thu Mar 15 07:51:32 UTC 2007
TypeName
TestPS.TestPS 1#1
uintVal 20#2
intVal 21#3
floatVal 22#4
boolVal 23#5
stringVal 25#6
uintArr 4#7
intArr 5#8
floatArr 6#9
boolArr 7#10
stringArr 8#11
level1 1#12
intVal 21#13
level2 1#14
stringVal 25#15
TestInt.TestInt 1#1
theValue 21#2
#!/bin/sh
PVSS00ascii -in tPVSSservice.dpl
$lofar_sharedir/runtest.sh tPVSSservice 2>&1 > tPVSSservice.log
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment