566 Commits

Author SHA1 Message Date
U-BASIS\zhaohui
757bc00923 3599: comment out 7th test for file filter tests. 2018-04-12 14:33:15 -04:00
U-BASIS\zhaohui
79221c2f80 3709: cleanup 2018-04-12 13:00:47 -04:00
U-BASIS\zhaohui
5fd9dbd621 3709: 1st test for embedded files 2018-04-12 12:53:38 -04:00
U-BASIS\zhaohui
35ae3e60aa 3599: 7th test for file filter test. 2018-04-09 11:35:53 -04:00
U-BASIS\zhaohui
771ec1a983 3598: 6th test for file filter tests 2018-04-06 15:08:36 -04:00
U-BASIS\zhaohui
a34cf8e531 3597: 5th test for file type filter test. 2018-04-05 14:40:03 -04:00
U-BASIS\zhaohui
186c037b21 3596: 4th test for file filter. 2018-04-04 10:13:40 -04:00
U-BASIS\zhaohui
c3eadcb9f6 3596: 4th test for file filter. 2018-04-04 10:07:54 -04:00
U-BASIS\zhaohui
836a53875f 3592: Import the ExtensionCondition to make the construction of a rule cleaner. 2018-04-03 18:18:13 -04:00
U-BASIS\zhaohui
be73e3f085 3592: 3rd Tests for file filter. 2018-04-03 17:46:42 -04:00
U-BASIS\zhaohui
6d748e4190 3592: 3rd Tests for file filter. 2018-04-03 17:44:49 -04:00
U-BASIS\zhaohui
d801a66138 3592: 3rd Tests for file filter. 2018-04-03 17:39:32 -04:00
U-BASIS\zhaohui
7f50490642 3592: 3rd Tests for file filter. 2018-04-03 17:34:34 -04:00
Richard Cordovano
d6be487524
Merge branch 'develop' into 3591-2ndTestForFileFilterTest 2018-04-03 17:32:54 -04:00
U-BASIS\zhaohui
db65143276 3591: Print out the error message from running ingest job. 2018-04-03 16:16:50 -04:00
U-BASIS\zhaohui
5373108e0c 3591: Rename variables and rewrite the assert condition. 2018-04-03 14:49:52 -04:00
U-BASIS\zhaohui
cbf7637bb5 3591: Let filemanager to get all files, so that include gif file for testing. 2018-04-02 14:18:23 -04:00
Richard Cordovano
259f48df25
Merge pull request #3637 from rishwanth1995/datapathfortests
use getdatadir() for regression test
2018-04-02 13:44:04 -04:00
U-BASIS\zhaohui
6762473866 3591: clean up the imports. 2018-03-30 17:17:06 -04:00
U-BASIS\zhaohui
3c47b6a7d2 3591: Correct the error message. 2018-03-30 17:08:48 -04:00
U-BASIS\zhaohui
7326f68999 3179: Correct the error message. 2018-03-30 16:47:15 -04:00
rishwanth1995
89a79b9218 use getdatadir for regression test 2018-03-29 14:43:29 -04:00
U-BASIS\zhaohui
c46ab10f06 3591: Rename variables and test for ignore unallocated space. 2018-03-29 12:28:13 -04:00
U-BASIS\zhaohui
636b27b30e 3591: 2nd test for file filter 2018-03-28 17:47:52 -04:00
U-BASIS\zhaohui
a9c9b50400 3179: Remove System.out statement. 2018-03-28 14:16:21 -04:00
U-BASIS\zhaohui
e12d4d3e8a 3179: Fix with codacy's suggestion. 2018-03-28 13:58:54 -04:00
U-BASIS\zhaohui
2253efbf29 3179: cleanup comment. 2018-03-28 11:13:59 -04:00
U-BASIS\zhaohui
a6563d32af 3179: Add basic directory test for file filter unit test. 2018-03-28 11:11:33 -04:00
U-BASIS\zhaohui
81f00f9de2 3179: Add basic directory test for file filter unit test. 2018-03-28 11:01:07 -04:00
U-BASIS\zhaohui
0ed7842e10 3179: Add basic directory test for file filter unit test. 2018-03-28 10:52:54 -04:00
U-BASIS\zhaohui
5215b1e474 3191: cleanup 2018-03-26 15:42:09 -04:00
U-BASIS\zhaohui
b2dc85d4c0 3191: Delete the unuseful test methods. Test method uses getDataSources from open case instead of using a private callBack member to get datasource. 2018-03-26 15:14:47 -04:00
U-BASIS\zhaohui
7b6d5ee302 3191: Clean up debug messages. 2018-03-22 16:20:35 -04:00
U-BASIS\zhaohui
34a153acd6 3191: Put the runInjestJob in the private method to prepare more tests to re-use it. 2018-03-19 18:00:21 -04:00
U-BASIS\zhaohui
913e4abf8a 3191: Add running ingest to IngestsFileFilterTest. 2018-03-19 17:48:17 -04:00
U-BASIS\zhaohui
34e01f3847 Merge branch 'develop' into 3191-AddRunningIngestToIngestFileFilterTest 2018-03-16 15:00:58 -04:00
U-BASIS\zhaohui
27f3fa4adf 3178: Avoid short variable name. 2018-03-16 12:14:54 -04:00
U-BASIS\zhaohui
130686fded 3178: Remove unused imports 2018-03-16 12:12:33 -04:00
U-BASIS\zhaohui
2312c89006 3178: Refactoring final staic names. 2018-03-15 17:51:42 -04:00
U-BASIS\zhaohui
13574a54be 3178: Add data source to file filters unit test class 2018-03-15 16:33:27 -04:00
Richard Cordovano
c12f26f1bb Correctly support ingest of a subset of files from data source 2018-03-14 16:25:27 -04:00
Richard Cordovano
5dd0b2ee55 Rename IngestRunner to IngestJobRunner 2018-03-14 14:27:46 -04:00
Richard Cordovano
35cad4f123 Add DataSourceProcessorRunner test utility 2018-03-13 21:13:16 -04:00
Richard Cordovano
4f7a444cd6 Update copyright for IngestFileFiltersTest.java, imports for IngestJobSettings.java 2018-03-13 20:30:20 -04:00
Richard Cordovano
c48aecc5a8 Create IngestRunner test utility class 2018-03-13 20:07:45 -04:00
U-BASIS\zhaohui
fa648a9357 2229: Part 13: Use getOpenCase() instead of getCurrentCase() in test, timeline, report... 2018-03-02 14:26:06 -05:00
Ann Priestman
5cf44c5b55 Fix codacy warnings 2018-02-09 11:04:44 -05:00
Ann Priestman
b58a7b1853 codacy fix and removed a few unnecessary return statements. 2018-02-07 07:50:20 -05:00
Ann Priestman
66d3694159 Some codacy fixes 2018-02-06 14:51:14 -05:00
Ann Priestman
3bfe08ccf9 Finished notable artifact tests 2018-02-06 14:14:29 -05:00