Skip to content

Commit 89d8f56

Browse files
committed
Remove test case about saving numbers format.
1 parent 28d9d81 commit 89d8f56

File tree

1 file changed

+0
-98
lines changed

1 file changed

+0
-98
lines changed

spec/document/light_cells_spec.rb

Lines changed: 0 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -251,21 +251,6 @@
251251
end
252252
end
253253

254-
describe 'post_split_numbers test' do
255-
it "should work" do
256-
assembly_test_xlsx = 'assemblytest.xlsx'
257-
data_source_xlsx = 'datasource.xlsx'
258-
259-
out_format = "numbers"
260-
261-
262-
mapFiles = { }
263-
mapFiles[assembly_test_xlsx]= ::File.open(File.expand_path("TestData/"+assembly_test_xlsx),"r")
264-
mapFiles[data_source_xlsx]= ::File.open(File.expand_path("TestData/"+data_source_xlsx),"r")
265-
request = AsposeCellsCloud::PostSplitRequest.new(:File=>mapFiles,:outFormat=>out_format);
266-
@instance.post_split(request);
267-
end
268-
end
269254

270255
describe 'post_split_svg test' do
271256
it "should work" do
@@ -683,22 +668,6 @@
683668
end
684669
end
685670

686-
describe 'post_assemble_numbers test' do
687-
it "should work" do
688-
assembly_test_xlsx = 'assemblytest.xlsx'
689-
data_source_xlsx = 'datasource.xlsx'
690-
691-
format = "numbers"
692-
693-
694-
mapFiles = { }
695-
mapFiles[assembly_test_xlsx]= ::File.open(File.expand_path("TestData/"+assembly_test_xlsx),"r")
696-
mapFiles[data_source_xlsx]= ::File.open(File.expand_path("TestData/"+data_source_xlsx),"r")
697-
request = AsposeCellsCloud::PostAssembleRequest.new(:File=>mapFiles,:datasource=>'ds',:outFormat=>format);
698-
@instance.post_assemble(request);
699-
end
700-
end
701-
702671
describe 'post_assemble_wmf test' do
703672
it "should work" do
704673
assembly_test_xlsx = 'assemblytest.xlsx'
@@ -1152,22 +1121,6 @@
11521121
end
11531122
end
11541123

1155-
describe 'post_export_numbers_workbook test' do
1156-
it "should work" do
1157-
assembly_test_xlsx = 'assemblytest.xlsx'
1158-
book1_xlsx = 'Book1.xlsx'
1159-
1160-
format = "numbers"
1161-
object_type = "workbook"
1162-
1163-
1164-
mapFiles = { }
1165-
mapFiles[assembly_test_xlsx]= ::File.open(File.expand_path("TestData/"+assembly_test_xlsx),"r")
1166-
mapFiles[book1_xlsx]= ::File.open(File.expand_path("TestData/"+book1_xlsx),"r")
1167-
request = AsposeCellsCloud::PostExportRequest.new(:File=>mapFiles,:objectType=>object_type,:format=>format);
1168-
@instance.post_export(request);
1169-
end
1170-
end
11711124

11721125
describe 'post_export_wmf_workbook test' do
11731126
it "should work" do
@@ -1628,23 +1581,6 @@
16281581
end
16291582
end
16301583

1631-
describe 'post_export_numbers_worksheet test' do
1632-
it "should work" do
1633-
assembly_test_xlsx = 'assemblytest.xlsx'
1634-
book1_xlsx = 'Book1.xlsx'
1635-
1636-
format = "numbers"
1637-
object_type = "worksheet"
1638-
1639-
1640-
mapFiles = { }
1641-
mapFiles[assembly_test_xlsx]= ::File.open(File.expand_path("TestData/"+assembly_test_xlsx),"r")
1642-
mapFiles[book1_xlsx]= ::File.open(File.expand_path("TestData/"+book1_xlsx),"r")
1643-
request = AsposeCellsCloud::PostExportRequest.new(:File=>mapFiles,:objectType=>object_type,:format=>format);
1644-
@instance.post_export(request);
1645-
end
1646-
end
1647-
16481584
describe 'post_export_wmf_worksheet test' do
16491585
it "should work" do
16501586
assembly_test_xlsx = 'assemblytest.xlsx'
@@ -2308,23 +2244,6 @@
23082244
end
23092245
end
23102246

2311-
describe 'post_export_numbers_listobject test' do
2312-
it "should work" do
2313-
assembly_test_xlsx = 'assemblytest.xlsx'
2314-
book1_xlsx = 'Book1.xlsx'
2315-
2316-
format = "numbers"
2317-
object_type = "listobject"
2318-
2319-
2320-
mapFiles = { }
2321-
mapFiles[assembly_test_xlsx]= ::File.open(File.expand_path("TestData/"+assembly_test_xlsx),"r")
2322-
mapFiles[book1_xlsx]= ::File.open(File.expand_path("TestData/"+book1_xlsx),"r")
2323-
request = AsposeCellsCloud::PostExportRequest.new(:File=>mapFiles,:objectType=>object_type,:format=>format);
2324-
@instance.post_export(request);
2325-
end
2326-
end
2327-
23282247
describe 'post_export_wmf_listobject test' do
23292248
it "should work" do
23302249
assembly_test_xlsx = 'assemblytest.xlsx'
@@ -2901,23 +2820,6 @@
29012820
end
29022821
end
29032822

2904-
describe 'post_merge_numbers_true test' do
2905-
it "should work" do
2906-
assembly_test_xlsx = 'assemblytest.xlsx'
2907-
data_source_xlsx = 'datasource.xlsx'
2908-
2909-
format = "numbers"
2910-
merge_to_one_sheet = true
2911-
2912-
2913-
mapFiles = { }
2914-
mapFiles[assembly_test_xlsx]= ::File.open(File.expand_path("TestData/"+assembly_test_xlsx),"r")
2915-
mapFiles[data_source_xlsx]= ::File.open(File.expand_path("TestData/"+data_source_xlsx),"r")
2916-
request = AsposeCellsCloud::PostMergeRequest.new(:File=>mapFiles,:outFormat=>format,:mergeToOneSheet=>merge_to_one_sheet);
2917-
@instance.post_merge(request);
2918-
end
2919-
end
2920-
29212823
describe 'post_merge_wmf_true test' do
29222824
it "should work" do
29232825
assembly_test_xlsx = 'assemblytest.xlsx'

0 commit comments

Comments
 (0)