Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
circlestack
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
1b55bdfa
authored
Jul 29, 2014
by
Őry Máté
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update PO templates
parent
b548b1ce
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
1 deletions
+1
-1
circle/locale/hu/LC_MESSAGES/django.po
+0
-0
circle/locale/hu/LC_MESSAGES/djangojs.po
+0
-0
circle/vm/tests/test_models.py
+1
-1
No files found.
circle/locale/hu/LC_MESSAGES/django.po
View file @
1b55bdfa
This source diff could not be displayed because it is too large. You can
view the blob
instead.
circle/locale/hu/LC_MESSAGES/djangojs.po
View file @
1b55bdfa
This diff is collapsed.
Click to expand it.
circle/vm/tests/test_models.py
View file @
1b55bdfa
...
@@ -210,7 +210,7 @@ class NodeTestCase(TestCase):
...
@@ -210,7 +210,7 @@ class NodeTestCase(TestCase):
node
.
enabled
=
True
node
.
enabled
=
True
node
.
STATES
=
Node
.
STATES
node
.
STATES
=
Node
.
STATES
self
.
assertEqual
(
Node
.
get_state
(
node
),
"ONLINE"
)
self
.
assertEqual
(
Node
.
get_state
(
node
),
"ONLINE"
)
assert
isinstance
(
Node
.
get_status_display
(
node
),
_
(
""
)
.
__class__
)
assert
isinstance
(
Node
.
get_status_display
(
node
),
_
(
"
x
"
)
.
__class__
)
class
InstanceActivityTestCase
(
TestCase
):
class
InstanceActivityTestCase
(
TestCase
):
...
...
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