提交 d3c8dfcd 编写于 作者: Q qq_36105691

fix

上级 ebbd0dde
......@@ -52,7 +52,7 @@ CREATE TABLE Score
match_id INTEGER,
score_text TEXT,
total_score REAL,
FOREIGN KEY (match_id) REFERENCES Score (match_id)
FOREIGN KEY (match_id) REFERENCES Match (match_id)
);
'''
......
......@@ -5,4 +5,5 @@ results women 1m springboard
result women 1m springboard details
result ssr
Result wrong
resytl total
\ No newline at end of file
resytl total
_+_#@
\ No newline at end of file
......@@ -32,15 +32,7 @@ def test_exe():
if not os.path.exists(out_path):
print("Test failed: " + out_path)
else:
with open(out_path, "r") as f:
file_content = f.read()
with open("C:\\Users\\Adarion\\Desktop" + file.replace("input", "output"), "r") as f2:
file_content2 = f2.read()
if file_content != file_content2:
print("Test failed: " + out_path)
else:
print("Test success: " + out_path)
print("Test success: " + out_path)
get_input_files()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册