Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions test/test-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var group = path.basename(__filename, '.js') + '/';
owner: 'root',
group: 'root',
size: 4096,
date: new Date('2012-12-21T00:00')
date: new Date('2012-12-21T00:00Z')
},
what: 'Normal directory'
},
Expand All @@ -34,7 +34,7 @@ var group = path.basename(__filename, '.js') + '/';
owner: 'owner',
group: 'group',
size: 0,
date: new Date('2012-08-31T00:00')
date: new Date('2012-08-31T00:00Z')
},
what: 'Normal directory #2'
},
Expand All @@ -49,7 +49,7 @@ var group = path.basename(__filename, '.js') + '/';
owner: 'owner',
group: 'group',
size: 7045120,
date: new Date('2012-09-02T00:00')
date: new Date('2012-09-02T00:00Z')
},
what: 'Normal file'
},
Expand All @@ -64,7 +64,7 @@ var group = path.basename(__filename, '.js') + '/';
owner: 'owner',
group: 'group',
size: 7045120,
date: new Date('2012-09-02T00:00')
date: new Date('2012-09-02T00:00Z')
},
what: 'File with ACL set'
},
Expand All @@ -79,7 +79,7 @@ var group = path.basename(__filename, '.js') + '/';
owner: 'root',
group: 'root',
size: 4096,
date: new Date('2012-05-19T00:00')
date: new Date('2012-05-19T00:00Z')
},
what: 'Directory with sticky bit and executable for others'
},
Expand All @@ -94,7 +94,7 @@ var group = path.basename(__filename, '.js') + '/';
owner: 'root',
group: 'root',
size: 4096,
date: new Date('2012-05-19T00:00')
date: new Date('2012-05-19T00:00Z')
},
what: 'Directory with sticky bit and executable for others #2'
},
Expand All @@ -109,7 +109,7 @@ var group = path.basename(__filename, '.js') + '/';
owner: 'root',
group: 'root',
size: 4096,
date: new Date('2012-05-19T00:00')
date: new Date('2012-05-19T00:00Z')
},
what: 'Directory with sticky bit and not executable for others'
},
Expand All @@ -124,7 +124,7 @@ var group = path.basename(__filename, '.js') + '/';
owner: 'root',
group: 'root',
size: 4096,
date: new Date('2012-05-19T00:00')
date: new Date('2012-05-19T00:00Z')
},
what: 'Directory with sticky bit and not executable for others #2'
},
Expand Down