mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 20:40:11 +01:00
Merge pull request #1559 from pbrod/Fix_test_propgridprops2
Fixes issue #1549: test_propgridprops12 fails on windows
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import os
|
||||
import unittest
|
||||
from unittests import wtc
|
||||
import wx.propgrid as pg
|
||||
@@ -86,7 +87,7 @@ class propgridprops_Tests(wtc.WidgetTestCase):
|
||||
p2 = pg.FileProperty('label', 'name', value)
|
||||
|
||||
fn = p2.GetFileName()
|
||||
assert fn == value
|
||||
assert fn.replace(os.path.sep, '/') == value
|
||||
|
||||
|
||||
def test_propgridprops13(self):
|
||||
|
||||
Reference in New Issue
Block a user