Skip to content

Commit

Permalink
Move test SVG file into media folder
Browse files Browse the repository at this point in the history
  • Loading branch information
scotty007 committed Sep 29, 2020
1 parent 5793b5c commit 255af29
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ set(test_files
checkpoly.py
avgwindowconfig.xml
image.avg
illustratorRect.svg
)

set(test_directories
Expand Down
2 changes: 1 addition & 1 deletion src/test/PlayerTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ def testSVG(self):
self.assertRaises(avg.Exception, lambda: svgFile.renderElement("missing_id"))

# unescapeIllustratorIDs
svgIllustratorFile = avg.SVG("illustratorRect.svg", True)
svgIllustratorFile = avg.SVG("media/illustratorRect.svg", True)
svgIllustratorFile.getElementSize("pos_rect")

# createImageNode
Expand Down
File renamed without changes

0 comments on commit 255af29

Please sign in to comment.