Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
d840dcfd
Commit
d840dcfd
authored
May 15, 2012
by
tim.plunkett
Browse files
Test views don't have their machine name set.
parent
f42cba73
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/views_cache.test
View file @
d840dcfd
...
...
@@ -29,7 +29,7 @@ class ViewsCacheTest extends ViewsSqlTest {
// Create the basic view.
$view
=
new
view
();
$view
->
vid
=
'test_view'
;
$view
->
name
=
'test_view'
;
$view
->
add_display
(
'default'
);
$view
->
base_table
=
'views_test'
;
...
...
tests/views_query.test
View file @
d840dcfd
...
...
@@ -369,7 +369,7 @@ abstract class ViewsSqlTest extends ViewsTestCase {
// Create the basic view.
$view
=
new
view
();
$view
->
vid
=
'test_view'
;
$view
->
name
=
'test_view'
;
$view
->
add_display
(
'default'
);
$view
->
base_table
=
'views_test'
;
...
...
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