liuruogu
293522c47a
* modify unit test.
2025-12-31 08:59:22 +00:00
liuruogu
be330aa5e5
* modify unit test.
2025-12-31 08:59:22 +00:00
liuruogu
acf48676c6
* add unit tests for getuploadbyuid.
2025-12-31 08:59:21 +00:00
liyang
ae7b38c164
+ [unittest] add cid.
2025-11-14 13:05:25 +08:00
liugang
06a8cc3f63
* [misc] Fix unit tests with Claude Code.
2025-09-29 16:41:42 +08:00
liugang and Claude
66dd4ee005
* [misc] Enhance unit tests for fileModel::getCount() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-25 09:16:08 +08:00
liugang and Claude
fb3383ec09
* [misc] Enhance unit tests for fileModel::setPathName() method
...
Expanded test coverage for file path name generation functionality:
- Added test for normal file ID and extension
- Added test for boundary values (ID=0, empty extension)
- Added test for large file ID values with common extensions
- Added test for special character handling in extensions
- Added test for string type file ID conversion
- Added test for timestamp format verification in generated path
- Added test for path name uniqueness validation
- Improved test case documentation and structure
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-25 09:16:02 +08:00
liugang and Claude
970c36aa7e
* [misc] Enhance unit tests for fileModel::sendDownHeader() method
...
Improved test coverage for file download header functionality:
- Added test for content-type download with valid filename
- Added test for file-type download with valid file path
- Added security test for invalid file path protection
- Added test for automatic file extension handling
- Added test for Safari browser filename encoding
- Added test for different MIME type content headers
- Added test for empty filename boundary handling
- Integrated with fileTest helper class for better test structure
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-25 09:16:02 +08:00
liugang and Claude
09b2eb3a85
* [misc] Enhance unit tests for fileModel::unlinkFile() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-25 09:15:58 +08:00
liugang and Claude
6de05c8d70
* [misc] Enhance unit tests for fileModel::setWebPath() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-25 09:15:58 +08:00
liugang and Claude
40dda42eb7
* [misc] Enhance unit tests for fileModel::setSavePath() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-25 09:15:58 +08:00
liugang and Claude
09db712b72
* [misc] Enhance unit tests for fileModel::setFileWebAndRealPaths() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-25 09:15:58 +08:00
liugang and Claude
b53f2029de
* [misc] Enhance unit tests for fileModel::saveAsTempFile() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-25 09:15:58 +08:00
liugang and Claude
50bb0dd5de
* [misc] Enhance unit tests for fileModel::getPathOfImportedFile() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-25 09:15:58 +08:00
liugang and Claude
e501f43f45
* [misc] Enhance unit tests for fileModel::fileSize() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-25 09:15:58 +08:00
liugang and Claude
470b69bfd8
* [misc] Enhance unit tests for fileModel::fileMTime() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-25 09:15:58 +08:00
liugang and Claude
6218fba621
* [misc] Enhance unit tests for fileModel::fileExists() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-25 09:15:58 +08:00
liugang and Claude
2e819b4197
* [misc] Enhance unit tests for fileModel::autoDelete() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-25 09:15:57 +08:00
liugang and Claude
bf6deeb448
+ [misc] Add unit tests for fileModel::dwordize() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-15 15:06:16 +08:00
liugang and Claude
1c59affab6
+ [misc] Add unit tests for fileModel::imagecreatefrombmp() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-15 15:06:16 +08:00
liugang and Claude
42e8b6de31
+ [misc] Add unit tests for fileModel::cropImage() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-15 15:06:16 +08:00
liugang and Claude
fb652fb789
+ [misc] Add unit tests for fileModel::saveChunkedFile() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-15 15:06:16 +08:00
liugang and Claude
2843aafd32
+ [misc] Add unit tests for fileModel::saveAFile() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-15 15:06:16 +08:00
liugang and Claude
a21e870d17
+ [misc] Add unit tests for fileModel::saveUpload() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-15 15:06:16 +08:00
liugang and Claude
9c0d9306aa
+ [misc] Add unit tests for fileModel::query() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-15 15:06:16 +08:00
liugang and Claude
9ef1310d39
+ [misc] Add unit tests for fileModel::getByGid() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-15 15:06:16 +08:00
liugang and Claude
311a74e319
+ [misc] Add unit tests for fileModel::deleteByObject() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-15 15:06:15 +08:00
liugang and Claude
39836e0b60
+ [misc] Add unit tests for fileModel::__construct() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-15 15:06:15 +08:00
sunguangming
711405d304
* [misc] modify unittest.
2025-09-03 07:28:00 +00:00
wangyuting
4d2e317ffd
* Add setimgsize unit test script.
2025-08-28 15:50:36 +08:00
wangyuting
8dd55a7b88
* Adjust unit test script file name.
2025-08-26 08:51:54 +08:00
wangyuting
e08a90634b
* [task#146178,done,3h,0h] Optimize history search method.
2025-08-26 08:51:54 +08:00
xieqiyu
55456ed8de
* [bug#64850] Modify the unit test file of fileModel::sendDownHeader.
2025-08-19 08:29:30 +00:00
xieqiyu
f0a649e037
* [bug#64713] Add the unit test file of fileModel::buildFileActions.
2025-08-13 05:12:59 +00:00
tianshujie
6aea9f7e40
* [unittest] add unit test for printfile.
2025-06-20 13:54:15 +08:00
tianshujie
68592ad019
* [unittest] add printfile.
2025-06-20 13:53:30 +08:00
sunguangming
80953b6c5f
* [unittest] modify unittest.
2025-06-05 08:00:58 +00:00
liumengyi
1b1ce99744
* [unittest] modify unit test result for fileModel::saveDefaultFiles.
2025-06-05 09:54:48 +08:00
liumengyi
5cc146a33a
+ [task#134182,done,0.1h] add unit test of fileModel::processFileDiffsForObject.
2024-12-30 09:51:11 +08:00
liumengyi
fbc8d80a60
+ [task#134182,doing,0.1h] add unit test of fileModel::processFileDiffsForObject.
2024-12-30 09:51:11 +08:00
liumengyi
e20893fbbf
+ [task#134182,doing,1h] add unit test of fileModel::processFileDiffsForObject.
2024-12-30 09:51:11 +08:00
liumengyi
804f1aaadb
* [bug#57432,start,4h] add renameFiles to rename default files and modify deleteFiles.
2024-11-27 15:57:48 +08:00
liyang
354c300c86
* Modify unit test directory structure and data generation method.
2024-04-22 14:25:50 +08:00
wangyuting
b19705d5b1
* Fix setsavepath unit test bug.
2023-12-29 16:04:59 +08:00
wangyuting
266b48744c
* Fix file module unit test bug.
2023-12-29 16:01:21 +08:00
wangyidong
1e4bc398f8
* Adjust for file unit test.
2023-12-29 14:24:03 +08:00
wangyuting
032f6881e8
* Fix file module unit test bug.
2023-12-27 16:25:28 +08:00
wangyuting
e5636181f5
* Fix file module unit test bug.
2023-12-27 16:10:08 +08:00
wangyidong
236dbac1bb
* Adjust unit test.
2023-12-11 17:49:13 +08:00
wangyidong
2d90703bac
* Refactor fileModel.
2023-12-11 16:09:42 +08:00