test/integration/table/query_entities_test.rb in azure-0.7.0.pre vs test/integration/table/query_entities_test.rb in azure-0.7.0.pre2
- old
+ new
@@ -93,9 +93,10 @@
}
end
it "can project a subset of properties, populating sparse properties with nil" do
projection = ["CustomIntegerProperty", "ThisPropertyDoesNotExist"]
+ puts '#########################################'
result = subject.query_entities table_name, { :select => projection }
result.must_be_kind_of Array
result.length.must_equal ((partitions.length + 1) * entities_per_partition)
result.each { |e|
\ No newline at end of file