Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CAMP
campvis-public
Commits
ed2d2410
Commit
ed2d2410
authored
Sep 03, 2014
by
Hossain Mahmud
Browse files
fix
#2
parent
fcdac679
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/visregtests/script.py
View file @
ed2d2410
...
...
@@ -129,7 +129,7 @@ for test in newTestDirs :
#plt.tight_layout()
#plt.show()
case
=
et
.
SubElement
(
suite
,
"t
a
stcase"
,
{
"name"
:
file
,
"status"
:
"run"
,
case
=
et
.
SubElement
(
suite
,
"t
e
stcase"
,
{
"name"
:
file
,
"status"
:
"run"
,
"time"
:
"0"
,
"classname"
:
refCaseDir
});
suite
.
set
(
"tests"
,
str
(
int
(
suite
.
get
(
"tests"
))
+
1
));
root
.
set
(
"tests"
,
str
(
int
(
root
.
get
(
"tests"
))
+
1
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment