projects
/
django-tables2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ec0ab8
)
minor comment spelling mistake
author
Michael Elsdoerfer
<michael@elsdoerfer.info>
Sat, 19 Jul 2008 01:26:42 +0000
(
03:26
+0200)
committer
Michael Elsdoerfer
<michael@elsdoerfer.info>
Sat, 19 Jul 2008 01:26:42 +0000
(
03:26
+0200)
tests/test_basic.py
patch
|
blob
|
history
diff --git
a/tests/test_basic.py
b/tests/test_basic.py
index f24ec58e44df5c093d5f5dec47f8371fcf7f8ca4..54840624c7d58a687975c47af17c5aa3acb9c07e 100644
(file)
--- a/
tests/test_basic.py
+++ b/
tests/test_basic.py
@@
-86,7
+86,7
@@
def test_basic():
assert 'name' in stuff.rows[0]
\r
assert isinstance(stuff.rows[0:], list)
\r
\r
- # [bug] splicing the table gives
a
s valid, working rows
\r
+ # [bug] splicing the table gives
u
s valid, working rows
\r
assert list(stuff[0]) == list(stuff.rows[0])
\r
assert stuff[0]['name'] == 'Foo Bar'
\r
\r