Message130501
| Author | giampaolo.rodola |
|---|---|
| Recipients | George.Dhoore, SilentGhost, eric.smith, giampaolo.rodola, pitrou |
| Date | 2011-03-10.11:26:29 |
| SpamBayes Score | 0.0012390693 |
| Marked as misclassified | No |
| Message-id | <1299756391.63.0.796438385411.issue11072@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> You should have the facts in MLSD_DATA be mixed case, to ensure
> they're being lowercased correctly.
This is already tested by:
+ # case sensitiveness
+ set_data('Type=type;TyPe=perm;UNIQUE=unique; name\r\n')
+ _name, facts = next(self.client.mlsd())
+ [self.assertTrue(x.islower()) for x in facts.keys()] |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-03-10 11:26:31 | giampaolo.rodola | set | recipients: + giampaolo.rodola, pitrou, eric.smith, SilentGhost, George.Dhoore |
| 2011-03-10 11:26:31 | giampaolo.rodola | set | messageid: <1299756391.63.0.796438385411.issue11072@psf.upfronthosting.co.za> |
| 2011-03-10 11:26:30 | giampaolo.rodola | link | issue11072 messages |
| 2011-03-10 11:26:30 | giampaolo.rodola | create | |