
|
If you were logged in you would be able to see more operations.
|
|
|
|
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 » |
Sort Order:
made changes - 29/Sep/07 10:34 AM
| Field |
Original Value |
New Value |
|
Fix Version/s
|
|
2.0.1
[ 10092
]
|
made changes - 06/Nov/07 11:33 PM
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
|