Fixed bug in configuration files for debug modules. All class keys should be lower case.
git-svn-id: https://beef.googlecode.com/svn/trunk@927 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
beef:
|
||||
module:
|
||||
Test_return_ascii_chars:
|
||||
test_return_ascii_chars:
|
||||
enable: true
|
||||
category: "Debug"
|
||||
name: "Return Ascii Chars"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
beef:
|
||||
module:
|
||||
Test_return_long_string:
|
||||
test_return_long_string:
|
||||
enable: true
|
||||
category: "Debug"
|
||||
name: "Test Returning Results"
|
||||
|
||||
Reference in New Issue
Block a user