znt/module/svn/test/model/yaml/repohistory_updatecommit.yaml

29 lines
898 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: 测试svnModel::updateCommit()方法的提交历史数据
desc: 为updateCommit方法测试准备的repohistory数据包括不同的提交历史记录
author: Claude
version: "1.0"
fields:
- field: id
note: 历史记录ID
range: 1-20
- field: repo
note: 仓库ID
range: 1{5},2{5},4{5},5{3},999{2}
- field: revision
note: 版本号
range: 1-20
- field: commit
note: 提交号
range: 1-20
- field: comment
note: 提交注释
range: ['+ Initial commit.', '* Fix bug #123.', '+ Add new feature.', '* Update docs.', '+ Add test cases.', '* Fix critical issue.', '+ Implement task #456.', '* Refactor code.', '+ Add config file.', '* Update version.']
- field: committer
note: 提交者
range: ['admin', 'user', 'tester', 'developer', 'pm']
- field: time
note: 提交时间
range: '2023-01-01 00:00:00'-'2023-12-31 23:59:59':86400D
format: YYYY-MM-DD hh:mm:ss