Browse Source

Renamed Some stuff

master
Michal Maciejewski 9 years ago
parent
commit
8b6a2502ff
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      UnitTests/DocXUnitTests.cs

+ 1
- 1
UnitTests/DocXUnitTests.cs View File

@@ -1429,7 +1429,7 @@ namespace UnitTests
t1.Rows[0].MergeCells(0, 1);
t1.Rows[1].MergeCells(0, 1);
t1.MergeCellsInColumn(0, 0, 1);
document.SaveAs(@"C:\\Meh\\ThisTest.docx");
document.Save();
}
}

Loading…
Cancel
Save