diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-23 12:37:15 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-23 12:37:15 +0000 |
| commit | 10f55bf3a2ac9340263a410fa2a69f1360f5c227 (patch) | |
| tree | c394c1142b6796badf37bd1791d3520363ab96af /test/file_group_test.cc | |
| parent | d302d45c2102b8fc97bbd256b43fa74119cc9332 (diff) | |
Small FileGroup tidy-up; actually build FileGroup test; rearrange test wscript.
Diffstat (limited to 'test/file_group_test.cc')
| -rw-r--r-- | test/file_group_test.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/file_group_test.cc b/test/file_group_test.cc index 6f66d8804..14c01a976 100644 --- a/test/file_group_test.cc +++ b/test/file_group_test.cc @@ -62,8 +62,7 @@ BOOST_AUTO_TEST_CASE (file_group_test) base += length[i]; } - FileGroup fg; - fg.set_paths (name); + FileGroup fg (name); uint8_t test[65536]; int pos = 0; |
