1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[compute|voxel] position in format is string, not integer

This commit is contained in:
geemus 2011-08-18 11:33:48 -05:00
parent 571f0dc258
commit 14ee0667c8

View file

@ -13,7 +13,7 @@ Shindo.tests('Fog::Compute[:voxel] | server requests', ['voxel']) do
'access_methods' => [],
'description' => String,
'drives' => [{
'position' => Fog::Nullable::Integer,
'position' => Fog::Nullable::String,
'size' => Integer
}],
'id' => String,
@ -34,7 +34,7 @@ Shindo.tests('Fog::Compute[:voxel] | server requests', ['voxel']) do
'id' => String,
'value' => String
},
'position' => Fog::Nullable::Integer,
'position' => Fog::Nullable::String,
'rack' => {
'id' => String,
'value' => String