Skip to content

Commit 6afc6d8

Browse files
committed
update tests
1 parent 11f871b commit 6afc6d8

File tree

3 files changed

+4
-365
lines changed

3 files changed

+4
-365
lines changed

src/demo_svg_from_abi2.nim

Lines changed: 0 additions & 362 deletions
This file was deleted.

tests/modified_new.ab1

226 KB
Binary file not shown.

tests/test_edit_smpl.nim

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ proc testNewMethod() =
131131
echo " Result: Failed to modify tag"
132132

133133
trace2.close()
134-
134+
135+
#[
135136
# Test case 3: Larger modification
136137
let trace3 = newABIFTrace(inputFile)
137138
let tagName3 = "SMPL1"
@@ -164,7 +165,7 @@ proc testNewMethod() =
164165
echo " Result: Failed to modify tag"
165166
166167
trace3.close()
167-
168+
]#
168169
except Exception as e:
169170
echo "Error: ", e.msg
170171
quit(1)
@@ -177,4 +178,4 @@ proc main() =
177178
testNewMethod()
178179

179180
when isMainModule:
180-
main()
181+
main()

0 commit comments

Comments
 (0)