diff options
| author | Christoph Schlosser <christoph@linux.com> | 2018-03-01 23:17:23 +0100 |
|---|---|---|
| committer | Christoph Schlosser <christophschlosser@users.noreply.github.com> | 2018-03-02 20:24:28 +0100 |
| commit | 5368c8151df632ba0ebd863cbc7ff105dc4027bf (patch) | |
| tree | dd27cde65349833d14fde7a12880958592016dc3 /src/test/CppTests/FileDescription.test.ts | |
| parent | a936ada9f3609466f73d7c23450bfb3c0ce7e6ee (diff) | |
| download | doxdocgen-5368c8151df632ba0ebd863cbc7ff105dc4027bf.tar.gz | |
Change config structure
Diffstat (limited to 'src/test/CppTests/FileDescription.test.ts')
| -rw-r--r-- | src/test/CppTests/FileDescription.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/CppTests/FileDescription.test.ts b/src/test/CppTests/FileDescription.test.ts index c4ab4af..8c8d4d4 100644 --- a/src/test/CppTests/FileDescription.test.ts +++ b/src/test/CppTests/FileDescription.test.ts @@ -31,7 +31,7 @@ suite("File Description Tests", () => { }); test("Don't generate non existing commands", () => { - testSetup.cfg.fileOrder = ["dates"]; + testSetup.cfg.File.fileOrder = ["dates"]; const result = testSetup.SetLine("").GetResult(); assert.equal("/**\n */", result); }); |