OSDN Git Service

add emm refresh function.
[rec10/rec10-git.git] / rec10 / trunk / src / tester.py
index 0e12e4a..0219c06 100644 (file)
@@ -12,6 +12,7 @@ import status
 import chdb
 import checker
 import configreader
+import classify
 import epgdb
 import rec10d
 import recdb
@@ -21,7 +22,7 @@ import xml2db
 __author__ = "yukikaze"
 __date__ = "$2009/08/01 22:25:13$"
 path = str(os.path.dirname(os.path.abspath(__file__))) + "/"
-recpath = "/home/ftpusr/ftp3/Recording/"
+recpath = "/home/ftpusr/ftp-tmp/Recording/"
 ftpusr = "/home/ftpusr/ftp-tmp"
 dualtest = ftpusr + "/Encode-Test/DualAudioTest"
 if __name__ == "__main__":
@@ -49,5 +50,7 @@ if __name__ == "__main__":
     #print rec10d.rec10db.select_all_status()
     #print str(status.getBSCSRecording())
     #print str(status.getTERecording())
-    xml2db.xml2db("te18.xml", "te20")
+    #xml2db.xml2db("te18.xml", "te20")
+    #classify.detNameType("te#st#25")
+    #classify.detNameType("te#st#32 subtest")
     ""
\ No newline at end of file