
|
If you were logged in you would be able to see more operations.
|
|
|
AppFuse
Created: 29/Sep/07 01:16 AM
Updated: 06/Nov/07 11:33 PM
|
|
| Component/s: |
Tools - AMP
|
| Affects Version/s: |
2.0 Final
|
| Fix Version/s: |
2.0.1
|
|
|
Generated String data is always 10 characters long, so when a POJO has a String property with a length less than 10 characters long the generated data causes the tests to fail.
Example property:
@Column(nullable=false, length=4)
public String getInitials() {
return initials;
}
|
|
Description
|
Generated String data is always 10 characters long, so when a POJO has a String property with a length less than 10 characters long the generated data causes the tests to fail.
Example property:
@Column(nullable=false, length=4)
public String getInitials() {
return initials;
} |
Show » |
|