2
* Copyright (C) 2010 Canonical Ltd
4
* This program is free software: you can redistribute it and/or modify
5
* it under the terms of the GNU General Public License version 3 as
6
* published by the Free Software Foundation.
8
* This program is distributed in the hope that it will be useful,
9
* but WITHOUT ANY WARRANTY; without even the implied warranty of
10
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
* GNU General Public License for more details.
13
* You should have received a copy of the GNU General Public License
14
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16
* Authored by Neil Jagdish Patel <neil.patel@canonical.com>
23
namespace Unity.Tests.Unit
25
public class PlacesPlaceFileModelSuite : Object
27
public const string DOMAIN = "/Unit/Places/PlaceFileModel";
29
public PlacesPlaceFileModelSuite ()
31
Logging.init_fatal_handler ();
33
Test.add_data_func (DOMAIN + "/Allocation", test_allocation);
36
private void test_allocation ()
38
var model = new PlaceFileModel.with_directory (Config.TESTUNITDIR+"/data");
39
assert (model is PlaceFileModel);
40
assert (model.size == 2);