Navigation Menu

Skip to content

Commit

Permalink
[test] follow index table name change
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 7, 2012
1 parent c07c7a5 commit b2b51f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/test_mrn_sys.c
@@ -1,7 +1,7 @@
/* -*- c-basic-offset: 2 -*- */
/*
Copyright(C) 2010 Tetsuro IKEDA
Copyright(C) 2011 Kouhei Sutou <kou@clear-code.com>
Copyright(C) 2011-2012 Kouhei Sutou <kou@clear-code.com>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -143,6 +143,6 @@ void test_mrn_index_table_name_gen()
char buf[64], buf2[64];
const char *arg = "./db/users";
mrn_table_name_gen(arg, buf);
cut_assert_equal_string("users#name",
cut_assert_equal_string("users-name",
mrn_index_table_name_gen(buf, "name", buf2));
}

0 comments on commit b2b51f7

Please sign in to comment.