@Test
public void testNoChanges()
{
HistoryPane historyTab = testPage.openHistoryDocExtraPane();
String currentVersion = historyTab.getCurrentVersion();
Assert.assertTrue(historyTab.compare(currentVersion, currentVersion).getChangesPane().hasNoChanges());
}
/**
* Tests that the unified diff (for multi-line text) shows the inline changes.
*/