Skip to content
Features
Business
Explore
Marketplace
Pricing
In this repository
All GitHub
↵
Jump to
↵
No suggested jump to results
Sign in
or
Sign up
Watch
226
Star
3,577
Fork
1,118
TechEmpower
/
FrameworkBenchmarks
Code
Issues
34
Pull requests
12
Projects
3
Wiki
Insights
Permalink
Browse files
Update framework_test.py
Loading branch information
...
aschneider-techempower
committed
Jul 28, 2014
1 parent
53f3187
commit
b6881f8d64402c83726cf7afec11c3f784de04c7
Unified
Split
Showing
1 changed file
with
1 addition
and
1 deletion
.
+1
−1
toolset/benchmark/framework_test.py
Show comments
View
2
toolset/benchmark/framework_test.py
@@ -297,7 +297,7 @@ def validateQueryOneOrLess(self, jsonString, out, err):
if
len
(json_load)
!=
1
:
err_str
+=
"
Expected array of length 1. Got length
{length}
.
"
.format(
length
=
len
(json_load))
arr
=
{k.lower(): v
for
k,v
in
json_string
[
0
].iteritems()}
arr
=
{k.lower(): v
for
k,v
in
json_load
[
0
].iteritems()}
for
obj
in
arr:
id_ret_val
=
True
Toggle all file notes
0 comments on commit
b6881f8
Please
sign in
to comment.
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
Press h to open a hovercard with more details.
0 comments on commit
b6881f8