From 0b4c59824e3b2b0411dd33835c67f6cd36d60a91 Mon Sep 17 00:00:00 2001
From: Boris Kolpackov <boris@codesynthesis.com>
Date: Sun, 28 Nov 2010 17:52:25 +0200
Subject: Simplify tests by using literal names

---
 common/query/test.hxx | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'common/query')

diff --git a/common/query/test.hxx b/common/query/test.hxx
index 3d10cc2..883462e 100644
--- a/common/query/test.hxx
+++ b/common/query/test.hxx
@@ -38,9 +38,8 @@ struct person
   #pragma db column ("first")
   std::string first_name_;
 
-  typedef std::auto_ptr<std::string> string_ptr; // @@ tmp
   #pragma db column ("middle") type ("TEXT")
-  string_ptr middle_name_;
+  std::auto_ptr<std::string> middle_name_;
 
   #pragma db column ("last")
   std::string last_name_;
-- 
cgit v1.1