Explaining Bridge.get

The test is 474 elements larger than I tell get() about, because I was just messing around with things to see what would happen.

I just tried this:

char test[26];
......

Bridge.get("my_sales",test,26);
Serial.println(test);

Nothing seems to be outputting from this code. Should the whole bridge.get code be contained within a serial.println statement?
Is it impossible to print the array of chars without null terminating the array?