Commit 9f03687a9b31d89a08f3d8bec0837ca4774d12b3
1 parent
09b6a194
tests: Adjust dde output text
Showing
1 changed file
with
1 additions
and
1 deletions
tests/msodde/test_basic.py
| ... | ... | @@ -123,7 +123,7 @@ class TestDdeLinks(unittest.TestCase): |
| 123 | 123 | |
| 124 | 124 | def test_excel(self): |
| 125 | 125 | """ check that dde links are found in excel 2007+ files """ |
| 126 | - expect = ['DDE-Link cmd /c calc.exe', ] | |
| 126 | + expect = ['cmd /c calc.exe', ] | |
| 127 | 127 | for extn in 'xlsx', 'xlsm', 'xlsb': |
| 128 | 128 | output = msodde.process_file( |
| 129 | 129 | join(BASE_DIR, 'msodde', 'dde-test.' + extn), msodde.FIELD_FILTER_BLACKLIST) | ... | ... |