Test packing a blend file with Windows relative paths

This commit is contained in:
Sybren A. Stüvel 2019-01-02 15:41:56 +01:00
parent b79a5dc491
commit f7fb4b13ca
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -68,7 +68,7 @@ class PackTest(AbstractPackTest):
def test_strategise_rewrite(self):
ppath = self.blendfiles / 'subdir'
infile = ppath / 'doubly_linked_up.blend'
infile = ppath / 'doubly_linked_up-windows.blend'
packer = pack.Packer(infile, ppath, self.tpath)
packer.strategise()