mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
[bug-63404] add description to assemble target
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1858773 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d0da9b788d
commit
8d9378a867
@ -2019,7 +2019,7 @@ under the License.
|
||||
</copy>
|
||||
</target>
|
||||
|
||||
<target name="assemble" depends="jar,jar-src,jar-javadocs">
|
||||
<target name="assemble" depends="jar,jar-src,jar-javadocs" description="Produce the zipped distribution files">
|
||||
<property name="zipdir" value="${jar.name}-${version.id}"/>
|
||||
|
||||
<mappedresources id="legal-files" cache="true">
|
||||
|
||||
@ -235,7 +235,7 @@ public final class TestXSSFTable {
|
||||
try (XSSFWorkbook wb = XSSFTestDataSamples.openSampleWorkbook("StructuredReferences.xlsx")) {
|
||||
XSSFTable table = wb.getTable("\\_Prime.1");
|
||||
assertEquals("\\_Prime.1", table.getDisplayName());
|
||||
|
||||
|
||||
table.setDisplayName("Display name");
|
||||
assertEquals("Display name", table.getDisplayName());
|
||||
assertEquals("\\_Prime.1", table.getName()); // name and display name are different
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user