Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix 159033 in branch 2.1.2 -- remove the group when output a number to design file

Summary:

Fix 159033 in branch 2.1.2 -- remove the group when output a number to design file.
- Bugzilla Bug (s) Resolved: 159033


- Description:

1.       Remove the grouping when output a number to design file. Therefore, ‘1,234’ can not appear any more.

2.      Revise IntegerPropertyType: accept ‘1,234’ in input value while it is illegal for an xml string in design file.

 

- Tests Description:

 Unit test
- Notes to Build Team: None


- Notes to Developers: None


- Notes to QA: None


- Notes to Documentation: None


- Files Added:

- Files Edited:

 

    Checking in test/org/eclipse/birt/report/model/i18n/PropertyLocalizationTest.java;

    Checking in src/org/eclipse/birt/report/model/metadata/NumberPropertyType.java;

    Checking in src/org/eclipse/birt/report/model/metadata/IntegerPropertyType.java;

    Checking in src/org/eclipse/birt/report/model/metadata/FloatPropertyType.java;

    Checking in test/org/eclipse/birt/report/model/metadata/FloatPropertyTypeTest.java;

    Checking in test/org/eclipse/birt/report/model/metadata/NumberPropertyTypeTest.java;

    Checking in test/org/eclipse/birt/report/model/metadata/IntegerPropertyTypeTest.java;

 

 


Back to the top